rpms/rhpxl/devel rhpxl.spec,1.26,1.27 sources,1.25,1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 18 20:38:25 UTC 2006


Author: clumens

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

Modified Files:
	rhpxl.spec sources 
Log Message:
Fix arch-specific problems.



Index: rhpxl.spec
===================================================================
RCS file: /cvs/dist/rpms/rhpxl/devel/rhpxl.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- rhpxl.spec	18 Jul 2006 20:19:54 -0000	1.26
+++ rhpxl.spec	18 Jul 2006 20:38:23 -0000	1.27
@@ -1,4 +1,4 @@
-%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary: Python library for configuring and running X.
 Name: rhpxl
@@ -38,7 +38,8 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README ChangeLog COPYING
-%{python_sitelib}/rhpxl
+%dir %{python_sitearch}/rhpxl
+%{python_sitearch}/rhpxl
 %{_sbindir}/ddcprobe
 
 %changelog
@@ -46,6 +47,7 @@
 - Remove code for config sections that X can figure out for itself.
 - Use python randr bindings to change resolution (bindings based on code
   from Michael Sheldon <webmaster at mikeasoft dot com>).
+- rhpxl is now native
 
 * Tue Jun 13 2006 Jesse Keating <jkeating at redhat.com> 0.19-1.1
 - Enable build on ppc64


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/rhpxl/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	18 Jul 2006 20:19:54 -0000	1.25
+++ sources	18 Jul 2006 20:38:23 -0000	1.26
@@ -1 +1 @@
-961173a6a0ad2d6b3fc78bc43ae2425d  rhpxl-0.20.tar.gz
+cbf0a86f1348106eec639842cddb1a9d  rhpxl-0.20.tar.gz




More information about the fedora-cvs-commits mailing list