- libXv 1.0.5
This commit is contained in:
parent
dcb9e3fb01
commit
0f8e515b98
@ -1 +1 @@
|
||||
libXv-1.0.4.tar.bz2
|
||||
libXv-1.0.5.tar.bz2
|
||||
|
28
libXv.spec
28
libXv.spec
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXv runtime library
|
||||
Name: libXv
|
||||
Version: 1.0.4
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -9,9 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: pkgconfig(videoproto) pkgconfig(xext)
|
||||
|
||||
%description
|
||||
X.Org X11 libXv runtime library
|
||||
@ -21,25 +19,14 @@ Summary: X.Org X11 libXv development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
# NOTE: libXext-devel dependency added to fix bug #192167
|
||||
Requires: libXext-devel pkgconfig
|
||||
# needed by xv.pc
|
||||
Requires: xorg-x11-proto-devel
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXv development package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Disable static library creation by default.
|
||||
%define with_static 0
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%if ! %{with_static}
|
||||
--disable-static
|
||||
%endif
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -64,16 +51,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc man/xv-library-v2.2.txt
|
||||
%{_includedir}/X11/extensions/Xvlib.h
|
||||
%if %{with_static}
|
||||
%{_libdir}/libXv.a
|
||||
%endif
|
||||
%{_libdir}/libXv.so
|
||||
%{_libdir}/pkgconfig/xv.pc
|
||||
#%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 07 2009 Adam Jackson <ajax@redhat.com> 1.0.5-1
|
||||
- libXv 1.0.5
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user