Author: qboosh Date: Sun Feb 27 18:39:22 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - cosmetics, config(noreplace), don't install RH/Debian .init scripts - don't require kernel packages
---- Files affected: SPECS: smtp-gated.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/smtp-gated.spec diff -u SPECS/smtp-gated.spec:1.7 SPECS/smtp-gated.spec:1.8 --- SPECS/smtp-gated.spec:1.7 Sun Feb 27 17:42:41 2005 +++ SPECS/smtp-gated.spec Sun Feb 27 19:39:13 2005 @@ -1,6 +1,6 @@ # $Revision$, $Date$ -Summary: Smtp-gated is a spam/malware transparent SMTP blocker -Summary(pl): smtp-gated blokuje spam/wirusya używając transparentego SMTP +Summary: Smtp-gated - a spam/malware transparent SMTP blocker +Summary(pl): smtp-gated - transparentne SMTP blokujące spam/wirusy Name: smtp-gated Version: 1.4.11 Release: 0.1 @@ -9,13 +9,12 @@ Source0: http://smtp-proxy.klolik.org/%{name}-%{version}.tar.gz # Source0-md5: ebac2d141ba2ba953fa43211c7905ebc Source1: %{name}.init -URL: http://smtp-proxy.klolik.org -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +URL: http://smtp-proxy.klolik.org/ +#Requires: kernel(netfilter) Conflicts: clamsmtp -Requires: kernel(netfilter) +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description - This software block SMTP sessions used by e-mail worms and viruses on the NA(P)T router. It depends on netfilter framework of Linux. @@ -26,7 +25,7 @@ their users. %description -l pl -To oprogramowanie blokuje sesje smtp używane przez robaki i wirusy na +To oprogramowanie blokuje sesje SMTP używane przez robaki i wirusy na poziomie routerów z NA(P)T. Jest zależne od warstwy netfiltra linuksowego kernela. @@ -45,7 +44,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},/etc/{rc.d/init.d/,sysconfig}} +install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},/etc/{rc.d/init.d,sysconfig}} install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name},/var/spool/smtp-gated/msg} install -d $RPM_BUILD_ROOT/var/run/smtp-gated @@ -53,7 +52,7 @@ install lib/manual.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8 install lib/manual.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5/%{name}.conf.5 -install lib/{fixed.conf,mksd.default,redhat.init,debian.init,local.conf,mksd.init} $RPM_BUILD_ROOT%{_examplesdir}/%{name} +install lib/{fixed.conf,mksd.default,local.conf,mksd.init} $RPM_BUILD_ROOT%{_examplesdir}/%{name} install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/smtp-gated @@ -78,8 +77,8 @@ %files %defattr(644,root,root,755) %doc README Changelog -%attr(640,root,root) %config %verify(not md5 mtime size) /etc/sysconfig/%{name} -%attr(640,root,root) %config %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf %attr(754,root,root) /etc/rc.d/init.d/%{name} %attr(755,root,root) %{_sbindir}/smtp-gated %{_mandir}/man5/* @@ -95,6 +94,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2005/02/27 18:39:13 qboosh +- cosmetics, config(noreplace), don't install RH/Debian .init scripts +- don't require kernel packages + Revision 1.7 2005/02/27 16:42:41 hunter -proper manual page name -missing dirs @@ -118,5 +121,3 @@ Revision 1.1 2005/02/27 13:11:27 hunter -initial ble ble ble commit - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/smtp-gated.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
