Author: charles Date: Wed May 2 10:01:29 2012 GMT Module: packages Tag: HEAD ---- Log message: - adapterized
---- Files affected: packages/msmtp: msmtp.spec (1.93 -> 1.94) ---- Diffs: ================================================================ Index: packages/msmtp/msmtp.spec diff -u packages/msmtp/msmtp.spec:1.93 packages/msmtp/msmtp.spec:1.94 --- packages/msmtp/msmtp.spec:1.93 Wed May 2 00:21:25 2012 +++ packages/msmtp/msmtp.spec Wed May 2 12:01:24 2012 @@ -6,7 +6,7 @@ Release: 1 License: GPL v3+ Group: Networking/Utilities -Source0: http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2 # Source0-md5: 14740478dc9d1f52ec97a415e3373fc7 Patch0: %{name}-home_etc.patch Source1: %{name}rc @@ -74,13 +74,13 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sbindir},/usr/lib,%{_sysconfdir}} +install -d $RPM_BUILD_ROOT{%{_sbindir},%{_prefix}/lib,%{_sysconfdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/msmtprc -ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT/usr/lib/sendmail +ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_prefix}/lib/sendmail ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_sbindir}/sendmail %find_lang %{name} @@ -108,7 +108,7 @@ %defattr(644,root,root,755) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %attr(755,root,root) %{_sbindir}/* -/usr/lib/sendmail +%{_prefix}/lib/sendmail %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -116,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.94 2012/05/02 10:01:24 charles +- adapterized + Revision 1.93 2012/05/01 22:21:25 charles - up to 1.4.28 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/msmtp/msmtp.spec?r1=1.93&r2=1.94 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
