SPECS: luma.spec - truly noarch - %%_libdir replaced with %%{_pref...

twittner twittner at pld-linux.org
Tue Aug 23 21:18:49 CEST 2005


Author: twittner                     Date: Tue Aug 23 19:18:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- truly noarch - %%_libdir replaced with %%{_prefix}/lib.

---- Files affected:
SPECS:
   luma.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/luma.spec
diff -u SPECS/luma.spec:1.8 SPECS/luma.spec:1.9
--- SPECS/luma.spec:1.8	Mon Aug 22 23:33:56 2005
+++ SPECS/luma.spec	Tue Aug 23 21:18:44 2005
@@ -39,11 +39,11 @@
 	--prefix=$RPM_BUILD_ROOT%{_prefix}
 
 rm -f $RPM_BUILD_ROOT%{_bindir}/luma
-echo '#!%{__python} %{_libdir}/%{name}/luma.py' > $RPM_BUILD_ROOT%{_bindir}/luma
+echo '#!%{__python} %{_prefix}/lib/%{name}/luma.py' > $RPM_BUILD_ROOT%{_bindir}/luma
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install $RPM_BUILD_ROOT%{_datadir}/%{name}/icons/luma-48.png $RPM_BUILD_ROOT%{_pixmapsdir}/luma.png
 
-%py_ocomp $RPM_BUILD_ROOT%{_libdir}/%{name}
+%py_ocomp $RPM_BUILD_ROOT%{_prefix}/lib/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,7 +52,7 @@
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/%{name}
+%{_prefix}/lib/%{name}
 %{_datadir}/%{name}
 %{_mandir}/man1/*
 %{_desktopdir}/*
@@ -64,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/08/23 19:18:44  twittner
+- truly noarch - %%_libdir replaced with %%{_prefix}/lib.
+
 Revision 1.8  2005/08/22 21:33:56  twittner
 - fixed my previous commit message in changelog
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/luma.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list