rpms/libXrandr/devel libXrandr.spec,1.12,1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 9 11:59:32 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/libXrandr/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13721

Modified Files:
	libXrandr.spec 
Log Message:
* Fri Jun 09 2006 Mike A. Harris <mharris at redhat.com> 1.1.1-3
- Added "Requires: xorg-x11-proto-devel" to devel pkg for xrandr.pc



Index: libXrandr.spec
===================================================================
RCS file: /cvs/dist/rpms/libXrandr/devel/libXrandr.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libXrandr.spec	6 Jun 2006 04:23:18 -0000	1.12
+++ libXrandr.spec	9 Jun 2006 11:59:29 -0000	1.13
@@ -1,15 +1,16 @@
 Summary: X.Org X11 libXrandr runtime library
 Name: libXrandr
 Version: 1.1.1
-Release: 2
+Release: 3
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
-Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+
 BuildRequires: pkgconfig
-#BuildRequires: randrproto >= 0.99
+# xrandr.pc Requires: xproto randrproto >= 1.1
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: libX11-devel
 BuildRequires: libXext-devel
@@ -23,8 +24,11 @@
 %package devel
 Summary: X.Org X11 libXrandr development package
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
+Requires: %{name} = %{version}-%{release}
+
+# xrandr.pc Requires: xproto randrproto >= 1.1
+Requires: xorg-x11-proto-devel
 
 Obsoletes: XFree86-devel, xorg-x11-devel
 
@@ -38,7 +42,6 @@
 %define with_static 0
 
 %build
-
 %configure \
 %if ! %{with_static}
 	--disable-static
@@ -74,12 +77,14 @@
 %{_libdir}/libXrandr.a
 %endif
 %{_libdir}/libXrandr.so
-%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/xrandr.pc
 #%dir %{_mandir}/man3x
 %{_mandir}/man3/*.3x*
 
 %changelog
+* Fri Jun 09 2006 Mike A. Harris <mharris at redhat.com> 1.1.1-3
+- Added "Requires: xorg-x11-proto-devel" to devel pkg for xrandr.pc
+
 * Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.1.1-2
 - Added "BuildRequires: pkgconfig" for (#193428)
 - Replace "makeinstall" with "make install DESTDIR=..." for (#192724)




More information about the fedora-cvs-commits mailing list