SPECS: luma.spec (HEAD)

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


Module name:	SPECS
Changes by:	twittner	05/08/23 21:18:44

Modified files:
	luma.spec

Log message:
- truly noarch - %%_libdir replaced with %%{_prefix}/lib.

Index: luma.spec
===================================================================
RCS file: /cvsroot/SPECS/luma.spec,v
diff -d -u -r1.8 -r1.9
--- luma.spec	22 Aug 2005 21:33:56 -0000	1.8
+++ luma.spec	23 Aug 2005 19:18:44 -0000	1.9
@@ -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
 



More information about the pld-cvs-commit mailing list