Author: hunter Date: Fri Sep 22 17:58:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 4.2.1 - new dir /var/spool/sa-exim/ - Rel: 0.1
---- Files affected: SPECS: sa-exim.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/sa-exim.spec diff -u SPECS/sa-exim.spec:1.4 SPECS/sa-exim.spec:1.5 --- SPECS/sa-exim.spec:1.4 Fri Sep 22 19:23:43 2006 +++ SPECS/sa-exim.spec Fri Sep 22 19:58:34 2006 @@ -9,9 +9,9 @@ Source0: http://marc.merlins.org/linux/exim/files/%{name}-%{version}.tar.gz # Source0-md5: 69268a81af366bc1b3e0c86000aed7db URL: http://marc.merlins.org/linux/exim/sa.html +BuildRequires: /usr/bin/links BuildRequires: exim-devel Requires: exim >= 2:4.52-4 -BuildRequires: /usr/bin/links BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,7 +25,7 @@ %build %{__make} \ - SACONF="/etc/mail/sa-exim.conf" \ +SACONF="%{_sysconfdir}/mail/sa-exim.conf" \ LDFLAGS="-shared -fPIC %{rpmldflags}" \ CC="%{__cc}" %{__make} @@ -43,8 +43,9 @@ %files %defattr(644,root,root,755) %doc contrib/*.txt ACKNOWLEDGEMENTS CHANGELOG README* TODO -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/sa-exim.conf +%attr(640,root,exim) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/sa-exim.conf %attr(755,root,root) %{_libdir}/exim/%{name}.so +%dir /var/spool/sa-exim/ %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -52,6 +53,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/09/22 17:58:34 hunter +- up to 4.2.1 +- new dir /var/spool/sa-exim/ +- Rel: 0.1 + Revision 1.4 2006/09/22 17:23:43 hunter *** empty log message *** ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sa-exim.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
