From e26ba5cbeb0c1602c9a3d255853b60dcdfcfc2e2 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 3 Nov 2009 22:42:58 +0000 Subject: [PATCH] Attempt to fix #270 --- gpac.spec | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gpac.spec b/gpac.spec index 2f33bf5..d2d28aa 100644 --- a/gpac.spec +++ b/gpac.spec @@ -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 @@ Requires: %{name}-libs = %{version}-%{release} 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 @@ rm -rf $RPM_BUILD_ROOT %{_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 @@ rm -rf $RPM_BUILD_ROOT %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