rpms/libgpod/devel libgpod.spec,1.12,1.13

Todd M. Zullinger (tmz) fedora-extras-commits at redhat.com
Wed Dec 19 06:18:31 UTC 2007


Author: tmz

Update of /cvs/extras/rpms/libgpod/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8962a

Modified Files:
	libgpod.spec 
Log Message:
* Wed Dec 19 2007 Todd Zullinger <tmz at pobox.com> - 0.6.0-2
- add the NEWS file, which contains some info on getting newer iPods working
- split out API docs into a separate package
- set %defattr for python-gpod



Index: libgpod.spec
===================================================================
RCS file: /cvs/extras/rpms/libgpod/devel/libgpod.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libgpod.spec	21 Nov 2007 17:20:57 -0000	1.12
+++ libgpod.spec	19 Dec 2007 06:17:36 -0000	1.13
@@ -3,7 +3,7 @@
 Summary: Library to access the contents of an iPod
 Name: libgpod
 Version: 0.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtkpod.org/libgpod.html
@@ -43,6 +43,19 @@
 libgpod.
 
 
+%package doc
+Summary: API documentation for the libgpod library
+Group: Documentation
+License: GFDL
+Requires: gtk-doc
+
+%description doc
+Libgpod is a library to access the contents of an iPod. It supports playlists,
+smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc.
+
+This package contains the API documentation.
+
+
 %package -n python-gpod
 Summary: Python module to access iPod content
 Group: Development/Languages
@@ -88,7 +101,7 @@
 
 %files -f %{name}.lang
 %defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING README*
+%doc AUTHORS ChangeLog COPYING NEWS README*
 %{_bindir}/*
 %{_libdir}/*.so.*
 %{_libdir}/hal/*
@@ -99,13 +112,18 @@
 %defattr(-, root, root, 0755)
 %{_includedir}/gpod-1.0/
 %{_libdir}/pkgconfig/libgpod-1.0.pc
-%{_datadir}/gtk-doc/html/libgpod
 %exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 
 
+%files doc
+%defattr(-, root, root, 0755)
+%{_datadir}/gtk-doc/html/libgpod
+
+
 %files -n python-gpod
+%defattr(-, root, root, 0755)
 %doc COPYING bindings/python/README bindings/python/examples
 %{python_sitearch}/gpod
 %exclude %{python_sitearch}/gpod/*.a
@@ -113,6 +131,11 @@
 
 
 %changelog
+* Wed Dec 19 2007 Todd Zullinger <tmz at pobox.com> - 0.6.0-2
+- add the NEWS file, which contains some info on getting newer iPods working
+- split out API docs into a separate package
+- set %%defattr for python-gpod
+
 * Wed Nov 21 2007 Todd Zullinger <tmz at pobox.com> - 0.6.0-1
 - update to 0.6.0
 - apply a few upstream patches that just missed the release




More information about the fedora-extras-commits mailing list