add manifest file, cleanup spec file, update license/group 59/259/1
authorYan Yin <yan.yin@intel.com>
Thu, 28 Jun 2012 02:03:35 +0000 (10:03 +0800)
committerYan Yin <yan.yin@intel.com>
Thu, 28 Jun 2012 02:09:35 +0000 (10:09 +0800)
packaging/gst-plugins-bad.changes
packaging/gst-plugins-bad.manifest [new file with mode: 0644]
packaging/gst-plugins-bad.spec

index cfe69cb..436a303 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Jun 28 2012 Yan Yin <yan.yin@intel.com> 6248a64
+- add manifest file, cleanup spec file, update license/group
+
 * Mon Jun 25 2012 Yan Yin <yan.yin@intel.com> 0.10.23
 - add packaging files
 - Imported Upstream version 0.10.23
diff --git a/packaging/gst-plugins-bad.manifest b/packaging/gst-plugins-bad.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 9d43edc..6c97e96 100644 (file)
@@ -2,11 +2,10 @@ Name:       gst-plugins-bad
 Summary:    GStreamer plugins from the "bad" set
 Version:    0.10.23
 Release:    1
-Group:      TO_BE/FILLED_IN
-License:    TO_BE/FILLED_IN
+Group:      Applications/Multimedia
+License:    LGPLv2+
 Source0:    %{name}-%{version}.tar.gz
-#Patch0:     gst-plugins-bad-disable-gtk-doc.patch
-#Patch1:    0001-codecparser-mpeg4-type-error.patch
+Source1001: packaging/gst-plugins-bad.manifest 
 BuildRequires:  gettext-tools
 BuildRequires:  gst-plugins-base-devel  
 BuildRequires:  pkgconfig(gstreamer-0.10) 
@@ -39,11 +38,10 @@ Development files for the GStreamer media framework badplug-ins
 
 %prep
 %setup -q 
-#%patch0 -p1
-#%patch1 -p1
 
 
 %build
+cp %{SOURCE1001} .
 ./autogen.sh 
 %configure  --disable-static \
        --disable-nls \
@@ -173,14 +171,15 @@ rm -rf %{buildroot}/tmp/*
 
 
 %files
+%manifest gst-plugins-bad.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libgst*.so.*
 
 %files devel
+%manifest gst-plugins-bad.manifest
 %defattr(-,root,root,-)
 %{_libdir}/gstreamer-0.10/libgst*.so
 %{_libdir}/libgst*.so
 %{_includedir}/gstreamer-0.10/gst/*
 %{_libdir}/pkgconfig/gstreamer-*.pc
-#%{_datadir}/gtk-doc/html/gst-plugins-bad-libs-0.10/*