diff --git a/libgpod.spec b/libgpod.spec index 688feed..5429e14 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -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 @@ This package contains the files required to develop programs that will use 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 @@ libgpod library. %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 @@ libgpod library. %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 @@ libgpod library. %changelog +* Wed Dec 19 2007 Todd Zullinger - 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 - 0.6.0-1 - update to 0.6.0 - apply a few upstream patches that just missed the release