- Added "Requires: xorg-x11-proto-devel" to devel package for xkbfile.pc

This commit is contained in:
mharris 2006-06-09 13:43:08 +00:00
parent 9a6d4b175f
commit c741930a61

View File

@ -1,13 +1,14 @@
Summary: X.Org X11 libxkbfile runtime library
Name: libxkbfile
Version: 1.0.3
Release: 2
Release: 3
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.x.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libxkbfile/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://xorg.freedesktop.org/releases/individual/lib/libxkbfile/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig
BuildRequires: xorg-x11-proto-devel
BuildRequires: libX11-devel
@ -20,8 +21,11 @@ X.Org X11 libxkbfile runtime library
%package devel
Summary: X.Org X11 libxkbfile development package
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
Requires: %{name} = %{version}-%{release}
# needed by xkbfile.pc
BuildRequires: xorg-x11-proto-devel
Obsoletes: XFree86-devel, xorg-x11-devel
@ -78,10 +82,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libxkbfile.a
%endif
%{_libdir}/libxkbfile.so
%dir %{_libdir}/pkgconfig
%{_libdir}/pkgconfig/xkbfile.pc
%changelog
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.3-3
- Added "Requires: xorg-x11-proto-devel" to devel package for xkbfile.pc
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.3-2
- Added "BuildRequires: pkgconfig" for (#193424)
- Replace "makeinstall" with "make install DESTDIR=..."
@ -90,13 +96,13 @@ rm -rf $RPM_BUILD_ROOT
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.3-1
- Update to 1.0.3
* Tue Feb 28 2006 Adam Jackson <ajackson@redhat.com> - 1.0.2-1
* Tue Feb 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
- Updated libxkbfile to version 1.0.2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
@ -118,7 +124,6 @@ rm -rf $RPM_BUILD_ROOT
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
- Work around pointer aliasing problem with -fno-strict-aliasing