Browse Source

Remove installation of SNF4SA files. Reason: RedHat Package Manager

apparently detects that a perl file is installed (snf4sa.pm and snf4sa.cf),
and autonomously requires that spamassassin is a prerequisite to installing
the package.  This would cause a problem for customers who do not wish
to install spamassasin.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@101 233e721a-07f6-49eb-a7da-05e0e16828fc
master
adeniz 11 years ago
parent
commit
2c232d2dfe

+ 0
- 15
SNF_CS_Developer_Package/Makefile.am View File

SNF4SA/snf4sa.pm SNF4SA/snf4sa.pm


DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD

SNF4SA_DIR="$(DESTDIR)$(pkgdatadir)/SNF4SA"

SNF4SA_FILES = \
README \
INSTALL \
snf4sa.cf \
snf4sa.pm

install-data-hook:
$(MKDIR_P) $(SNF4SA_DIR)
(cd @top_srcdir@/SNF4SA; $(INSTALL_DATA) $(SNF4SA_FILES) $(SNF4SA_DIR))

uninstall-hook:
(cd $(SNF4SA_DIR); rm -f $(SNF4SA_FILES))

+ 0
- 4
SNF_CS_Developer_Package/snf-server.spec.in View File

%{_datadir}/@PACKAGE_NAME@/cleanmsg.txt %{_datadir}/@PACKAGE_NAME@/cleanmsg.txt
%{_datadir}/@PACKAGE_NAME@/testmode.snf %{_datadir}/@PACKAGE_NAME@/testmode.snf
%{_datadir}/@PACKAGE_NAME@/GBUdbIgnoreList.txt.sample %{_datadir}/@PACKAGE_NAME@/GBUdbIgnoreList.txt.sample
%{_datadir}/@PACKAGE_NAME@/SNF4SA/README
%{_datadir}/@PACKAGE_NAME@/SNF4SA/INSTALL
%{_datadir}/@PACKAGE_NAME@/SNF4SA/snf4sa.cf
%{_datadir}/@PACKAGE_NAME@/SNF4SA/snf4sa.pm


%dir %{_sysconfdir}/@PACKAGE_NAME@ %dir %{_sysconfdir}/@PACKAGE_NAME@
%config %{_sysconfdir}/@PACKAGE_NAME@/SNFServer.xml.sample %config %{_sysconfdir}/@PACKAGE_NAME@/SNFServer.xml.sample

Loading…
Cancel
Save