- Added "BuildRequires: libXau-devel", as twm fails without it, but does
not check for it with ./configure. Bug (fdo#5065)
This commit is contained in:
parent
f8c3ad1be2
commit
ad88ec7e01
@ -1,18 +1,18 @@
|
||||
|
||||
Summary: X.Org X11 libXinerama runtime library
|
||||
Name: libXinerama
|
||||
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
|
||||
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC2/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
|
||||
|
||||
@ -24,7 +24,6 @@ Summary: X.Org X11 libXinerama development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
|
||||
%description devel
|
||||
@ -75,11 +74,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/xinerama.pc
|
||||
|
||||
%changelog
|
||||
* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
|
||||
- Added "BuildRequires: libXau-devel", as twm fails without it, but does not
|
||||
check for it with ./configure. Bug (fdo#5065)
|
||||
|
||||
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 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 <mharris@redhat.com> 0.99.1-1
|
||||
- Updated libXinerama to version 0.99.1 from X11R7 RC1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user