rpms/libxkbfile/devel libxkbfile.spec,1.21,1.22

Parag Nemade (pnemade) fedora-extras-commits at redhat.com
Wed Jan 16 05:41:12 UTC 2008


Author: pnemade

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

Modified Files:
	libxkbfile.spec 
Log Message:
* Tue Jan 15 2008 parag <paragn at fedoraproject.org> - 1.0.4-4
- Merge-Review #226077
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
- Removed BR:pkgconfig
- Removed zero-length AUTHORS README file




Index: libxkbfile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxkbfile/devel/libxkbfile.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libxkbfile.spec	21 Aug 2007 20:43:38 -0000	1.21
+++ libxkbfile.spec	16 Jan 2008 05:40:22 -0000	1.22
@@ -1,20 +1,17 @@
 Summary: X.Org X11 libxkbfile runtime library
 Name: libxkbfile
 Version: 1.0.4
-Release: 3%{?dist}
-License: MIT/X11
+Release: 4%{?dist}
+License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: ftp://ftp.x.org/pub/individual/lib/libxkbfile/%{name}-%{version}.tar.bz2
 
-BuildRequires: pkgconfig
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: libX11-devel
 
-Obsoletes: XFree86-libs, xorg-x11-libs
-
 %description
 X.Org X11 libxkbfile runtime library
 
@@ -23,12 +20,11 @@
 Group: Development/Libraries
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig 
 
 # needed by xkbfile.pc
 BuildRequires: xorg-x11-proto-devel
 
-Obsoletes: XFree86-devel, xorg-x11-devel
-
 %description devel
 X.Org X11 libxkbfile development package
 
@@ -46,7 +42,7 @@
 %if ! %{with_static}
 	--disable-static
 %endif
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -64,7 +60,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc COPYING ChangeLog
 %{_libdir}/libxkbfile.so.1
 %{_libdir}/libxkbfile.so.1.0.2
 
@@ -85,6 +81,12 @@
 %{_libdir}/pkgconfig/xkbfile.pc
 
 %changelog
+* Tue Jan 15 2008 parag <paragn at fedoraproject.org> - 1.0.4-4
+- Merge-Review #226077
+- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
+- Removed BR:pkgconfig
+- Removed zero-length AUTHORS README file
+
 * Tue Aug 21 2007 Adam Jackson <ajax at redhat.com> - 1.0.4-3
 - Rebuild for build id
 




More information about the fedora-extras-commits mailing list