packages: msmtp/msmtp.spec - revert unthinkable adapter, see also r1.58
glen
glen at pld-linux.org
Wed May 2 12:24:27 CEST 2012
Author: glen Date: Wed May 2 10:24:27 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- revert unthinkable adapter, see also r1.58
---- Files affected:
packages/msmtp:
msmtp.spec (1.94 -> 1.95)
---- Diffs:
================================================================
Index: packages/msmtp/msmtp.spec
diff -u packages/msmtp/msmtp.spec:1.94 packages/msmtp/msmtp.spec:1.95
--- packages/msmtp/msmtp.spec:1.94 Wed May 2 12:01:24 2012
+++ packages/msmtp/msmtp.spec Wed May 2 12:24:22 2012
@@ -74,13 +74,13 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_prefix}/lib,%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_sbindir},/usr/lib,%{_sysconfdir}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/msmtprc
-ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_prefix}/lib/sendmail
+ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT/usr/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}/*
-%{_prefix}/lib/sendmail
+/usr/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.95 2012/05/02 10:24:22 glen
+- revert unthinkable adapter, see also r1.58
+
Revision 1.94 2012/05/02 10:01:24 charles
- adapterized
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/msmtp/msmtp.spec?r1=1.94&r2=1.95
More information about the pld-cvs-commit
mailing list