Summary: Library to access the contents of an iPod Name: libgpod Version: 0.3.0 Release: 2.2 License: LGPL Group: System Environment/Libraries URL: http://www.gtkpod.org/libgpod.html Source: libgpod-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: glib2-devel, gettext %description Libgpod is a library to access the contents of an iPod. It supports playlists, smart playlists, playcounts, ratings, podcasts etc. %package devel Summary: Development files for the libgpod library Group: Development/Libraries Requires: %{name} = %{version}, pkgconfig %description devel Libgpod is a library to access the contents of an iPod. It supports playlists, smart playlists, playcounts, ratings, podcasts etc. This package contains the files required to develop programs that will use libgpod. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING README TODO %{_libdir}/*.so.* %files devel %defattr(-, root, root, 0755) %{_includedir}/gpod-1.0/ %{_libdir}/pkgconfig/libgpod-1.0.pc %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %changelog * Fri Feb 10 2006 Jesse Keating - 0.3.0-2.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 0.3.0-2.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Wed Jan 04 2006 John (J5) Palmieri 0.3.0-2 - Modified Matthias Saou's SPEC file found on freshrpms.net - Added to Fedora Core * Mon Dec 19 2005 Matthias Saou 0.3.0-1 - Initial RPM release.