rpms/rhpxl/devel rhpxl.spec,1.5,1.6 sources,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 13 20:24:22 UTC 2005


Author: clumens

Update of /cvs/dist/rpms/rhpxl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17222

Modified Files:
	rhpxl.spec sources 
Log Message:
Correct python lib directory on 64-bit archs (#170624).



Index: rhpxl.spec
===================================================================
RCS file: /cvs/dist/rpms/rhpxl/devel/rhpxl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rhpxl.spec	12 Oct 2005 20:55:59 -0000	1.5
+++ rhpxl.spec	13 Oct 2005 20:24:18 -0000	1.6
@@ -1,7 +1,9 @@
+%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Python library for configuring and running X.
 Name: rhpxl
 Version: 0.4
-Release: 1
+Release: 2
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Libraries
@@ -35,11 +37,14 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README ChangeLog COPYING
-%{_libdir}/python?.?/site-packages/rhpxl
+%{python_sitelib}/rhpxl
 %{_datadir}/rhpxl
 %{_sbindir}/ddcprobe
 
 %changelog
+* Thu Oct 13 2005 Chris Lumens <clumens at redhat.com> 0.4-2
+- Correct python lib directory on 64-bit archs (#170624).
+
 * Wed Oct 12 2005 Chris Lumens <clumens at redhat.com> 0.4-1
 - Correct where we look for data files (#170505).
 - Translate in rhpxl domain instead of rhpl domain.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/rhpxl/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Oct 2005 20:55:59 -0000	1.6
+++ sources	13 Oct 2005 20:24:18 -0000	1.7
@@ -1 +1 @@
-bbec11129cff947c48246569340ee6b0  rhpxl-0.4.tar.gz
+c6dc279b3f77b68951af5c0a4a7124da  rhpxl-0.4.tar.gz




More information about the fedora-cvs-commits mailing list