Author: glen Date: Wed Oct 26 16:30:43 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - lib64 fix: /usr/lib/sendmail it is *always* - adapterized
---- Files affected: SPECS: omta.spec (1.43 -> 1.44) ---- Diffs: ================================================================ Index: SPECS/omta.spec diff -u SPECS/omta.spec:1.43 SPECS/omta.spec:1.44 --- SPECS/omta.spec:1.43 Thu Oct 21 22:21:15 2004 +++ SPECS/omta.spec Wed Oct 26 18:30:38 2005 @@ -3,7 +3,7 @@ Summary(pl): Mały agent SMTP relay kolejkujący pocztę Name: omta Version: 0.51 -Release: 12 +Release: 13 License: GPL Group: Networking/Daemons #Source0: ftp://omta.runlevel.net/pub/omta/%{name}-%{version}.tar.gz @@ -105,7 +105,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -ln -sf %{_bindir}/omta $RPM_BUILD_ROOT%{_libdir}/sendmail +ln -sf %{_bindir}/omta $RPM_BUILD_ROOT%{_prefix}/lib/sendmail ln -sf %{_bindir}/omta $RPM_BUILD_ROOT%{_sbindir}/sendmail ln -sf %{_bindir}/omta $RPM_BUILD_ROOT%{_sbindir}/in.smtpd mv -f omta.conf.dist $RPM_BUILD_ROOT%{_sysconfdir}/mail/omta.conf @@ -122,7 +122,7 @@ %dir %{_sysconfdir}/mail %attr(2755,root,mail) %{_bindir}/omta %attr(755,root,root) %{_bindir}/mailq -%attr(755,root,root) %{_libdir}/sendmail +%attr(755,root,root) %{_prefix}/lib/sendmail %attr(755,root,root) %{_sbindir}/sendmail %attr(644,root,root) %config(noreplace) %{_sysconfdir}/mail/omta.conf %{_mandir}/man*/* @@ -130,7 +130,7 @@ %files smtp %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/in.smtpd -%attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/rc-inetd/smtpd +%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/smtpd %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -138,6 +138,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44 2005/10/26 16:30:38 glen +- lib64 fix: /usr/lib/sendmail it is *always* +- adapterized + Revision 1.43 2004/10/21 20:21:15 adamg - omta.runlevel.net does not exist - reflect it in spec file @@ -167,13 +171,13 @@ - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.34 2003/04/26 18:33:03 hunter --move smtpd config into separate file +- move smtpd config into separate file Revision 1.33 2003/04/26 08:26:51 qboosh - typo, permissions, cosmetics, R: omta in -smtp Revision 1.32 2003/04/25 22:32:14 hunter ---smtp on tcp/25 +- -smtp on tcp/25 Revision 1.31 2002/10/09 13:14:42 kloczek - use more macros, some cosmetics, added missing "rm -f missing" and use new %doc @@ -199,7 +203,7 @@ - release 8. Revision 1.22 2002/01/18 02:14:06 kloczek -perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" +- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" Revision 1.21 2001/10/01 23:20:13 kloczek - release 7. @@ -261,14 +265,14 @@ Revision 1.5 2000/08/30 00:54:33 kloczek - spec adapterized, - added missing %attr() in %diles, -- removed %%(_bindir)/sendmaile (it is not neccessary) link, +- removed %(_bindir)/sendmaile (it is not neccessary) link, - added autoconf, automake to BuildRequires. Revision 1.4 2000/06/09 07:54:45 kloczek -- more %%{__make} macros. +- more %{__make} macros. Revision 1.3 2000/06/09 07:23:27 kloczek -- added using %%{__make} macro. +- added using %{__make} macro. Revision 1.2 2000/05/05 15:27:19 zagrodzki - URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/omta.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
