rpms/rhpxl/devel rhpxl.spec,1.58,1.59 sources,1.55,1.56

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Wed Jun 13 14:33:50 UTC 2007


Author: clumens

Update of /cvs/pkgs/rpms/rhpxl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15973

Modified Files:
	rhpxl.spec sources 
Log Message:
New release.



Index: rhpxl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhpxl/devel/rhpxl.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- rhpxl.spec	4 May 2007 14:25:22 -0000	1.58
+++ rhpxl.spec	13 Jun 2007 14:33:15 -0000	1.59
@@ -1,18 +1,21 @@
 %{!?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.
+Summary: Python library for configuring and running X
 Name: rhpxl
+URL: http://fedoraproject.org/wiki/rhpxl
 Version: 0.47
-Release: 1%{?dist}
+Release: 2%{?dist}
+# This is a Red Hat maintained package which is specific to
+# our distribution.  Thus the source is only available from
+# within this srpm.
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel, gettext, libXrandr-devel, libX11-devel
 ExcludeArch: s390 s390x
 Requires: python, rhpl, kudzu >= 1.2.0, newt, hwdata >= 0.169
-Requires: pyxf86config >= 0.3.31
-Requires: xorg-x11-server-Xorg >= 1.0.1-6
+Requires: pyxf86config >= 0.3.31, xorg-x11-server-Xorg >= 1.0.1-6
 Conflicts: libXfont < 0.99.2-2
 
 %description
@@ -23,25 +26,28 @@
 %setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 make DESTDIR=${RPM_BUILD_ROOT} install
 
 %find_lang %name
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README ChangeLog COPYING
 %dir %{python_sitearch}/rhpxl
 %{python_sitearch}/rhpxl
 %{_sbindir}/ddcprobe
 
 %changelog
+* Wed Jun 13 2007 Chris Lumens <clumens at redhat.com> - 0.47-2
+- Fixes from package review (#226373).
+
 * Fri May  4 2007 Jeremy Katz <katzj at redhat.com> - 0.47-1
 - setup appletouch correctly (#238355)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rhpxl/devel/sources,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- sources	4 May 2007 14:25:22 -0000	1.55
+++ sources	13 Jun 2007 14:33:15 -0000	1.56
@@ -1 +1 @@
-1a6dcbbf23439b62c39be786464f7dab  rhpxl-0.47.tar.gz
+d77d07a38b72db1df9dd909f3bc5faff  rhpxl-0.47.tar.gz




More information about the scm-commits mailing list