rpms/gpac/devel gpac.spec,1.11,1.12

NicolasChauvet kwizart at rpmfusion.org
Tue Nov 3 23:42:59 CET 2009


Author: kwizart

Update of /cvs/free/rpms/gpac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10558

Modified Files:
	gpac.spec 
Log Message:
Attempt to fix #270



Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gpac.spec	19 Sep 2009 12:08:42 -0000	1.11
+++ gpac.spec	3 Nov 2009 22:42:58 -0000	1.12
@@ -18,7 +18,7 @@
 Name:        gpac
 Summary:     MPEG-4 multimedia framework
 Version:     0.4.6
-Release:     0.1.cvs%{?cvs}%{?dist}
+Release:     0.2.cvs%{?cvs}%{?dist}
 License:     LGPLv2+
 Group:       System Environment/Libraries
 URL:         http://gpac.sourceforge.net/
@@ -98,6 +98,14 @@
 Development libraries and files for gpac.
 
 
+%package  doc
+Summary:  Documentation for %{name}
+Group:    Documentation
+
+%description  doc
+Documentation for %{name}.
+
+
 %package  devel-static
 Summary:  Development libraries and files for %{name}
 Group:    Development/Libraries
@@ -313,10 +321,13 @@
 %{_libdir}/mozilla/components/nposmozilla.xpt
 }
 
+%files doc
+%defattr(-,root,root,-)
+%doc doc/html/*
+
 %files devel
 %defattr(-,root,root,-)
 %doc doc/CODING_STYLE doc/ipmpx_syntax.bt
-%doc doc/html/*
 %{_includedir}/gpac/
 %{_libdir}/libgpac.so
 
@@ -326,6 +337,9 @@
 
 
 %changelog
+* Tue Nov  3 2009 kwizart < kwizart at gmail.com > - 0.4.6-0.2cvs20090919
+- Attempt to fix rfbz#270
+
 * Sat Sep 19 2009 kwizart < kwizart at gmail.com > - 0.4.6-0.1cvs20090919
 - Update to 0.4.6 pre cvs snapshoot 20090919
 - Fix OGL link flag



More information about the rpmfusion-commits mailing list