rpms/pyxf86config/devel pyxf86config.spec,1.31,1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 26 07:38:03 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/pyxf86config/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14120

Modified Files:
	pyxf86config.spec 
Log Message:
* Wed Jul 26 2006 Mike A. Harris <mharris at redhat.com> 0.3.27-2.fc6
- Remove dependency on xorg-x11-server-sdk, and replace it with correct dep
  on "libxf86config-devel >= 1.1.1-7", and rebuild in order to pick up
  necessary fixes in the static library.
- Use Fedora Extras style BuildRoot tag.
- Use {?dist} tag in Release



Index: pyxf86config.spec
===================================================================
RCS file: /cvs/dist/rpms/pyxf86config/devel/pyxf86config.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- pyxf86config.spec	25 Jul 2006 19:31:39 -0000	1.31
+++ pyxf86config.spec	26 Jul 2006 07:38:00 -0000	1.32
@@ -3,18 +3,19 @@
 Summary: Python wrappers for libxf86config
 Name: pyxf86config
 Version: 0.3.27
-Release: 1
+Release: 2%{?dist}
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: glib2
 Requires: python-abi = %{pyver}
 BuildRequires: glib2-devel
 BuildRequires: libX11-devel
 BuildRequires: python-devel
-BuildRequires: xorg-x11-server-sdk
+BuildRequires: libxf86config-devel >= 1.1.1-7
+
 ExcludeArch: s390 s390x
 
 %description
@@ -44,6 +45,13 @@
 
 
 %changelog
+* Wed Jul 26 2006 Mike A. Harris <mharris at redhat.com> 0.3.27-2.fc6
+- Remove dependency on xorg-x11-server-sdk, and replace it with correct dep
+  on "libxf86config-devel >= 1.1.1-7", and rebuild in order to pick up
+  necessary fixes in the static library.
+- Use Fedora Extras style BuildRoot tag.
+- Use {?dist} tag in Release
+
 * Tue Jul 25 2006 Chris Lumens <clumens at redhat.com> 0.3.27-1
 - Remove gigantic keyboard comment.
 - Don't write out an empty modules section.




More information about the fedora-cvs-commits mailing list