rpms/libva-freeworld/EL-6 libva-freeworld.spec,1.8,1.9

Nicolas Chauvet kwizart at rpmfusion.org
Mon Jul 11 23:43:04 CEST 2011


Author: kwizart

Update of /cvs/free/rpms/libva-freeworld/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4078

Modified Files:
	libva-freeworld.spec 
Log Message:
Branch for EL-6



Index: libva-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/EL-6/libva-freeworld.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libva-freeworld.spec	11 Jul 2011 21:11:31 -0000	1.8
+++ libva-freeworld.spec	11 Jul 2011 21:43:04 -0000	1.9
@@ -9,7 +9,7 @@
 # version of the real upstream libva; when the real upstream 0.5 comes
 # out we will no longer need to use Gwenole's patched version of 0.3
 Version:	0.31.1
-Release:	1.sds%{sdsver}%{?dist}
+Release:	2.sds%{sdsver}%{?dist}
 Summary:	Video Acceleration (VA) API for Linux
 Group:		System Environment/Libraries
 License:	MIT
@@ -25,8 +25,6 @@
 
 Provides:	libva = %{version}-%{release}
 Obsoletes:	libva < 0.31.1
-Provides:	libva-utils = 0.31.1
-Obsoletes:	libva-utils < 0.31.1
 
 %description
 Libva is a library providing the VA API video acceleration API.
@@ -43,6 +41,18 @@
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
+%package	utils
+Summary:	Tools for %{name} (including vainfo)
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Provides:	libva-utils = 0.31.1
+Obsoletes:	libva-utils < 0.31.1
+
+%description	utils
+The %{name}-utils package contains tools that are provided as part
+of %{name}, including the vainfo tool for determining what (if any)
+%{name} support is available on a system.
+
 
 %prep
 %setup -q -n libva-%{sver}
@@ -71,6 +81,9 @@
 %doc COPYING
 %{_libdir}/libva*.so.*
 %{_libdir}/va
+
+%files utils
+%defattr(-,root,root,-)
 %{_bindir}/vainfo
 
 %files devel
@@ -81,6 +94,9 @@
 
 
 %changelog
+* Mon Jul 11 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.31.1-2.sds4
+- Split utils - multilibs compliance
+
 * Fri Jul 16 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.31.1-1.sds4
 - Update to 0.31.1-1+sds4
 - Add BR libudev-devel



More information about the rpmfusion-commits mailing list