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