rpms/livecd-tools/EL-5 livecd-tools.spec,1.12,1.13

Rahul Sundaram (sundaram) fedora-extras-commits at redhat.com
Mon Jan 28 23:36:31 UTC 2008


Author: sundaram

Update of /cvs/pkgs/rpms/livecd-tools/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11830

Modified Files:
	livecd-tools.spec 
Log Message:
Use python sitelib as per packaging guidelines which fixes x86_64 build



Index: livecd-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/EL-5/livecd-tools.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- livecd-tools.spec	28 Jan 2008 23:15:21 -0000	1.12
+++ livecd-tools.spec	28 Jan 2008 23:35:42 -0000	1.13
@@ -1,5 +1,5 @@
 %define debug_package %{nil}
-
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Summary: Tools for building live CD's
 Name: livecd-tools
 Version: 013 
@@ -61,15 +61,16 @@
 /usr/lib/livecd-creator/mayflower
 %dir %{_datadir}/livecd-tools
 %{_datadir}/livecd-tools/*
-%{_libdir}/python?.?/site-packages/imgcreate/*
+%{python_sitelib}/imgcreate/*
 
 %changelog
 
+* Tue Jan 29 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 013-4
+- Use python sitelib macro properly
 * Tue Jan 29 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 013-3
-  Fix build on x86_64
+- Fix build on x86_64
 * Mon Jan 28 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 013-2
 - Initial build for EPEL
-
 * Mon Oct 29 2007 Jeremy Katz <katzj at redhat.com> - 013-1
 - Lots of config updates
 - Support 'device foo' to say what modules go in the initramfs




More information about the fedora-extras-commits mailing list