- Added "Requires: libX11-devel" to devel package for xrender.pc
This commit is contained in:
parent
132117a7fa
commit
f27dfe8fb7
@ -1,13 +1,14 @@
|
|||||||
Summary: X.Org X11 libXrender runtime library
|
Summary: X.Org X11 libXrender runtime library
|
||||||
Name: libXrender
|
Name: libXrender
|
||||||
Version: 0.9.1
|
Version: 0.9.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
|
||||||
@ -20,11 +21,12 @@ X.Org X11 libXrender runtime library
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libXrender development package
|
Summary: X.Org X11 libXrender 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 xrender.pc
|
||||||
Requires: xorg-x11-proto-devel
|
Requires: xorg-x11-proto-devel
|
||||||
#Requires: libX11-devel
|
Requires: libX11-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||||
|
|
||||||
@ -38,7 +40,6 @@ X.Org X11 libXrender development package
|
|||||||
%define with_static 0
|
%define with_static 0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
%if ! %{with_static}
|
%if ! %{with_static}
|
||||||
--disable-static
|
--disable-static
|
||||||
@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/xrender.pc
|
%{_libdir}/pkgconfig/xrender.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 0.9.1-3
|
||||||
|
- Added "Requires: libX11-devel" to devel package for xrender.pc
|
||||||
|
|
||||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 0.9.1-2
|
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 0.9.1-2
|
||||||
- Added "BuildRequires: pkgconfig" for (#193429)
|
- Added "BuildRequires: pkgconfig" for (#193429)
|
||||||
- Replace "makeinstall" with "make install DESTDIR=..."
|
- Replace "makeinstall" with "make install DESTDIR=..."
|
||||||
|
Loading…
Reference in New Issue
Block a user