- Look for the versioned libXcursor.so.1 (fixes 179044)

This commit is contained in:
Christopher Aillon 2006-02-23 22:02:02 +00:00
parent f9101f346b
commit c7664a0ea9

View File

@ -1,13 +1,14 @@
Summary: X.Org X11 libX11 runtime library
Name: libX11
Version: 1.0.0
Release: 2.2
Release: 3
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.x.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC4/everything/%{name}-%{version}.tar.bz2
Patch0: libX11-0.99.3-datadir-locale-dir-fix.patch
Patch1: libX11-1.0.0-Xcursor.patch
BuildRequires: pkgconfig
BuildRequires: xorg-x11-proto-devel
@ -41,6 +42,7 @@ X.Org X11 libX11 development package
%prep
%setup -q
%patch0 -p0 -b .datadir-locale-dir-fix
%patch1 -p1 -b .Xcursor
# Disable static library creation by default.
%define with_static 0
@ -239,6 +241,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3x*
%changelog
* Thu Feb 23 2006 Christopher Aillon <caillon@redhat.com> - 1.0.0-3
- Look for the versioned libXcursor.so.1 (fixes 179044)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
- bump again for double-long bug on ppc(64)