install baselibs.conf submit/trunk/20130216.072935 submit/trunk/20130216.072957
authorAnas Nashif <anas.nashif@intel.com>
Sat, 16 Feb 2013 07:29:33 +0000 (23:29 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 16 Feb 2013 07:29:33 +0000 (23:29 -0800)
packaging/libXvMC.changes [new file with mode: 0644]
packaging/libXvMC.spec

diff --git a/packaging/libXvMC.changes b/packaging/libXvMC.changes
new file mode 100644 (file)
index 0000000..1bb4acb
--- /dev/null
@@ -0,0 +1,3 @@
+* Fri Feb 15 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.0.7@83ba5fd
+- install baselibs.conf
+
index 2508c70..df6b8eb 100644 (file)
@@ -4,7 +4,7 @@ Release:        0
 License:        MIT
 Summary:        X-Video Motion Compensation library
 Url:            http://xorg.freedesktop.org/
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libXvMC
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libXvMC/
@@ -16,7 +16,6 @@ BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xv)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 X-Video Motion Compensation (XvMC), is an extension of the X video
@@ -26,7 +25,7 @@ video-hardware.
 
 %package devel
 Summary:        Development files for the X-Video Motion Compensation library
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Requires:       %{name} = %{version}
 
 %description devel
@@ -36,7 +35,7 @@ programs to offload portions of the video decoding process to the GPU
 video-hardware.
 
 This package contains the development headers for the library found
-in %lname.
+in %name.
 
 %prep
 %setup -q
@@ -50,12 +49,14 @@ make %{?_smp_mflags}
 %make_install
 
 %remove_docs
+
 %post  -p /sbin/ldconfig
 
 %postun  -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
+%license COPYING
 %{_libdir}/libXvMC*.so.1*
 
 %files devel