rpms/libXv/devel .cvsignore, 1.9, 1.10 libXv.spec, 1.26, 1.27 sources, 1.9, 1.10

Adam Jackson ajax at fedoraproject.org
Wed Oct 7 16:02:33 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/libXv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23685

Modified Files:
	.cvsignore libXv.spec sources 
Log Message:
* Wed Oct 07 2009 Adam Jackson <ajax at redhat.com> 1.0.5-1
- libXv 1.0.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libXv/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	4 Sep 2008 20:01:50 -0000	1.9
+++ .cvsignore	7 Oct 2009 16:02:31 -0000	1.10
@@ -1 +1 @@
-libXv-1.0.4.tar.bz2
+libXv-1.0.5.tar.bz2


Index: libXv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXv/devel/libXv.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- libXv.spec	25 Jul 2009 05:15:53 -0000	1.26
+++ libXv.spec	7 Oct 2009 16:02:31 -0000	1.27
@@ -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
 
 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 pac
 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 at redhat.com> 1.0.5-1
+- libXv 1.0.5
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libXv/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	4 Sep 2008 20:01:50 -0000	1.9
+++ sources	7 Oct 2009 16:02:32 -0000	1.10
@@ -1 +1 @@
-723a0275227165383e967a1ca8899b52  libXv-1.0.4.tar.bz2
+1d97798b1d8bbf8d9085e1b223a0738f  libXv-1.0.5.tar.bz2




More information about the fedora-extras-commits mailing list