packages: ssmtp/ssmtp.spec -=?UTF-8?Q?=20?=/usr/lib/sendmail should not be macroized

glen glen at pld-linux.org
Wed May 2 14:12:14 CEST 2012


Author: glen                         Date: Wed May  2 12:12:14 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- /usr/lib/sendmail should not be macroized

---- Files affected:
packages/ssmtp:
   ssmtp.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/ssmtp/ssmtp.spec
diff -u packages/ssmtp/ssmtp.spec:1.26 packages/ssmtp/ssmtp.spec:1.27
--- packages/ssmtp/ssmtp.spec:1.26	Thu Feb  2 10:36:54 2012
+++ packages/ssmtp/ssmtp.spec	Wed May  2 14:12:09 2012
@@ -88,13 +88,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},%{_sysconfdir}/mail,%{_prefix}/lib}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},%{_sysconfdir}/mail,/usr/lib}
 
 install ssmtp $RPM_BUILD_ROOT%{_sbindir}/ssmtp
 install ssmtp.8 $RPM_BUILD_ROOT%{_mandir}/man8/ssmtp.8
 install ssmtp.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5/ssmtp.conf.5
 install ssmtp.conf revaliases $RPM_BUILD_ROOT%{_sysconfdir}/mail
-ln -sf %{_sbindir}/ssmtp $RPM_BUILD_ROOT%{_prefix}/lib/sendmail
+ln -sf %{_sbindir}/ssmtp $RPM_BUILD_ROOT/usr/lib/sendmail
 ln -sf ssmtp $RPM_BUILD_ROOT%{_sbindir}/sendmail
 
 %clean
@@ -103,7 +103,7 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/sendmail
-%attr(755,root,root) %{_prefix}/lib/sendmail
+%attr(755,root,root) /usr/lib/sendmail
 
 %files base
 %defattr(644,root,root,755)
@@ -121,6 +121,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2012/05/02 12:12:09  glen
+- /usr/lib/sendmail should not be macroized
+
 Revision 1.26  2012/02/02 09:36:54  wiget
 - added -base subpackage, main subpackage contains only sendmail compatibility symlinks
 - added ssmtp.conf man page
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/ssmtp/ssmtp.spec?r1=1.26&r2=1.27



More information about the pld-cvs-commit mailing list