- 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
This commit is contained in:
Todd Zullinger 2007-12-19 06:17:36 +00:00
parent ac9f7f0613
commit 3915c86b39

View File

@ -3,7 +3,7 @@
Summary: Library to access the contents of an iPod Summary: Library to access the contents of an iPod
Name: libgpod Name: libgpod
Version: 0.6.0 Version: 0.6.0
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtkpod.org/libgpod.html URL: http://www.gtkpod.org/libgpod.html
@ -43,6 +43,19 @@ This package contains the files required to develop programs that will use
libgpod. 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 %package -n python-gpod
Summary: Python module to access iPod content Summary: Python module to access iPod content
Group: Development/Languages Group: Development/Languages
@ -88,7 +101,7 @@ libgpod library.
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING README* %doc AUTHORS ChangeLog COPYING NEWS README*
%{_bindir}/* %{_bindir}/*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_libdir}/hal/* %{_libdir}/hal/*
@ -99,13 +112,18 @@ libgpod library.
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
%{_includedir}/gpod-1.0/ %{_includedir}/gpod-1.0/
%{_libdir}/pkgconfig/libgpod-1.0.pc %{_libdir}/pkgconfig/libgpod-1.0.pc
%{_datadir}/gtk-doc/html/libgpod
%exclude %{_libdir}/*.a %exclude %{_libdir}/*.a
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
%{_libdir}/*.so %{_libdir}/*.so
%files doc
%defattr(-, root, root, 0755)
%{_datadir}/gtk-doc/html/libgpod
%files -n python-gpod %files -n python-gpod
%defattr(-, root, root, 0755)
%doc COPYING bindings/python/README bindings/python/examples %doc COPYING bindings/python/README bindings/python/examples
%{python_sitearch}/gpod %{python_sitearch}/gpod
%exclude %{python_sitearch}/gpod/*.a %exclude %{python_sitearch}/gpod/*.a
@ -113,6 +131,11 @@ libgpod library.
%changelog %changelog
* Wed Dec 19 2007 Todd Zullinger <tmz@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@pobox.com> - 0.6.0-1 * Wed Nov 21 2007 Todd Zullinger <tmz@pobox.com> - 0.6.0-1
- update to 0.6.0 - update to 0.6.0
- apply a few upstream patches that just missed the release - apply a few upstream patches that just missed the release