diff --git a/libgpod.spec b/libgpod.spec index 23cf0a8..168b9da 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -1,11 +1,11 @@ Summary: Library to access the contents of an iPod Name: libgpod -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.4.2 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.gtkpod.org/libgpod.html -Source: libgpod-%{version}.tar.gz +Source: http://prdownloads.sf.net/gtkpod/libgpod-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: glib2-devel BuildRequires: gtk2-devel @@ -14,7 +14,7 @@ BuildRequires: perl(XML::Parser) %description Libgpod is a library to access the contents of an iPod. It supports playlists, -smart playlists, playcounts, ratings, podcasts etc. +smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc. %package devel @@ -25,7 +25,7 @@ Requires: pkgconfig %description devel Libgpod is a library to access the contents of an iPod. It supports playlists, -smart playlists, playcounts, ratings, podcasts etc. +smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc. This package contains the files required to develop programs that will use libgpod. @@ -36,7 +36,7 @@ libgpod. %build -%configure +%configure --without-python %{__make} %{?_smp_mflags} @@ -54,7 +54,7 @@ libgpod. %files -f %{name}.lang %defattr(-, root, root, 0755) -%doc AUTHORS ChangeLog COPYING README TODO +%doc AUTHORS ChangeLog COPYING README %{_libdir}/*.so.* %files devel @@ -68,6 +68,13 @@ libgpod. %changelog +* Tue Jan 16 2007 Alexander Larsson - 0.4.2-1 +- update to 0.4.2 +- Change %%description to reflect newer features +- Remove TODO file from %%doc as it's not included anymore +- Explicitly disable the python bindings, they are in the python-gpod package in + Extras until the Core/Extras merge + * Mon Nov 20 2006 Alexander Larsson - 0.4.0-2 - Add ldconfig calls in post/postun diff --git a/sources b/sources index 12f404e..405138a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e427e0409b0cb2d7e76b17915b1396fa libgpod-0.4.0.tar.gz +c3c031dc6f1f6eff422598c84f2621bd libgpod-0.4.2.tar.gz