diff --git a/libXi.spec b/libXi.spec index e6cac2e..fffe4f6 100644 --- a/libXi.spec +++ b/libXi.spec @@ -1,16 +1,18 @@ Summary: X.Org X11 libXi runtime library Name: libXi Version: 0.99.1 -Release: 2 +Release: 3 License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel BuildRequires: libXext-devel +BuildRequires: libXau-devel Obsoletes: XFree86-libs, xorg-x11-libs @@ -75,11 +77,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3x/*.3* %changelog +* Tue Nov 15 2005 Mike A. Harris 0.99.1-3 +- Added "BuildRequires: libXau-devel", as build fails without it, but does + not check for it with ./configure. Bug (fdo#5065) + * Fri Nov 11 2005 Mike A. Harris 0.99.1-2 - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes' - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes' - * Mon Oct 24 2005 Mike A. Harris 0.99.1-1 - Updated libXi to version 0.99.1 from X11R7 RC1 - Updated file manifest to find manpages in "man3x"