- Added "Requires: xorg-x11-proto-devel" to devel package for xv.pc
This commit is contained in:
parent
8561cd906e
commit
ecb08b1c53
17
libXv.spec
17
libXv.spec
@ -1,13 +1,14 @@
|
||||
Summary: X.Org X11 libXv runtime library
|
||||
Name: libXv
|
||||
Version: 1.0.1
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
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)
|
||||
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -21,11 +22,13 @@ X.Org X11 libXv runtime library
|
||||
%package devel
|
||||
Summary: X.Org X11 libXv development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
# NOTE: libXext-devel dependency added to fix bug #192167
|
||||
Requires: libXext-devel
|
||||
# needed by xv.pc
|
||||
Requires: xorg-x11-proto-devel
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
|
||||
@ -39,7 +42,6 @@ X.Org X11 libXv development package
|
||||
%define with_static 0
|
||||
|
||||
%build
|
||||
|
||||
%configure \
|
||||
%if ! %{with_static}
|
||||
--disable-static
|
||||
@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3x*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
|
||||
- Added "Requires: xorg-x11-proto-devel" to devel package for xv.pc
|
||||
|
||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
||||
- Added "BuildRequires: pkgconfig" for (#193505)
|
||||
- Replace "makeinstall" with "make install DESTDIR=..."
|
||||
@ -90,10 +95,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
packages that depend on libXv-devel from having to manually specify that
|
||||
dependency themselves, as it is required by Xv. (#192167)
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user