- Added "Requires: xorg-x11-proto-devel" to devel package for xtst.pc
This commit is contained in:
parent
63a2865fbc
commit
565d35bbda
14
libXtst.spec
14
libXtst.spec
@ -1,13 +1,14 @@
|
|||||||
Summary: X.Org X11 libXtst runtime library
|
Summary: X.Org X11 libXtst runtime library
|
||||||
Name: libXtst
|
Name: libXtst
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: xorg-x11-proto-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -21,8 +22,11 @@ X.Org X11 libXtst runtime library
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libXtst development package
|
Summary: X.Org X11 libXtst development package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
# needed by xtst.pc
|
||||||
|
Requires: xorg-x11-proto-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||||
|
|
||||||
@ -72,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/xtst.pc
|
%{_libdir}/pkgconfig/xtst.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
||||||
|
- Added "Requires: xorg-x11-proto-devel" to devel package for xtst.pc
|
||||||
|
|
||||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
||||||
- Added "BuildRequires: pkgconfig" for (#193504)
|
- Added "BuildRequires: pkgconfig" for (#193504)
|
||||||
- Replace "makeinstall" with "make install DESTDIR=..."
|
- Replace "makeinstall" with "make install DESTDIR=..."
|
||||||
@ -103,7 +110,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
|
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
|
||||||
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' 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
|
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
||||||
- Updated libXtst to version 0.99.1 from X11R7 RC1
|
- Updated libXtst to version 0.99.1 from X11R7 RC1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user