rpms/gnash/devel gnash.spec,1.59,1.60

Kevin Kofler kkofler at fedoraproject.org
Mon Aug 10 11:26:21 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15002/devel

Modified Files:
	gnash.spec 
Log Message:
* Mon Aug 10 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.9.0-0.6.20090809bzr11401
- don't package headers in -widget, only in -devel (no duplicate files)
- own %{_includedir}/gnash/ in -devel
- add missing %defattr for -devel and -widget
- make -devel and -widget require the main package (with exact VR)
- fix -devel group and description
- rename gnash-widget to python-gnash as per the naming guidelines


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- gnash.spec	10 Aug 2009 10:38:05 -0000	1.59
+++ gnash.spec	10 Aug 2009 11:26:21 -0000	1.60
@@ -5,7 +5,7 @@
 
 Name:           gnash
 Version:        0.9.0
-Release:        0.5.%{alphatag}%{?dist}
+Release:        0.6.%{alphatag}%{?dist}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -91,17 +91,20 @@ Cygnal is a streaming media server that'
 
 %package devel
 Summary:   Gnash header files
-Group:     Applications/Multimedia
+Requires:  %{name} = %{version}-%{release}
+Group:     Development/Libraries
 
 %description devel
-Gnash header files can be used to write external Gnash extensions.
+Gnash header files can be used to write external Gnash extensions or to embed
+the Gnash GTK+ widget into a C/C++ application.
 
-%package widget
-Summary:   Gnash widgets for Gtk and Python
+%package -n python-gnash
+Summary:   Gnash Python bindings
+Requires:  %{name} = %{version}-%{release}
 Group:     Applications/Multimedia
 
 %description widget
-The Gnash widgets can be used to embed Gnash into any Gtk or Python-Gtk
+Python bindings for the Gnash widget. Can be used to embed Gnash into any PyGTK
 application.
 
 %prep
@@ -301,14 +304,23 @@ fi
 %{_mandir}/man1/rtmpget.1*
 
 %files devel
-%{_includedir}/gnash/*.h
+%defattr(-,root,root,-)
+%{_includedir}/gnash/
 %{_libdir}/pkgconfig/gnash.pc
 
 %files widget
-%{_includedir}/gnash/*.h
+%defattr(-,root,root,-)
 %{python_sitearch}/*
 
 %changelog
+* Mon Aug 10 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.9.0-0.6.20090809bzr11401
+- don't package headers in -widget, only in -devel (no duplicate files)
+- own %%{_includedir}/gnash/ in -devel
+- add missing %%defattr for -devel and -widget
+- make -devel and -widget require the main package (with exact VR)
+- fix -devel group and description
+- rename gnash-widget to python-gnash as per the naming guidelines
+
 * Sun Aug 09 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.9.0-0.5.20090809bzr11401
 - use %%{_includedir}, not %%{_prefix}/include
 




More information about the fedora-extras-commits mailing list