aeaedec
Summary: Library to access the contents of an iPod
aeaedec
Name: libgpod
4ff4459
Version: 0.4.0
e3cf9ee
Release: 2%{?dist}
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
fbcec2d
BuildRequires: glib2-devel
fbcec2d
BuildRequires: gtk2-devel
fbcec2d
BuildRequires: gettext
fbcec2d
BuildRequires: perl(XML::Parser)
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
4ff4459
Requires: %{name} = %{version}-%{release}
4ff4459
Requires: 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
e3cf9ee
%post -p /sbin/ldconfig
e3cf9ee
%postun -p /sbin/ldconfig
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
4ff4459
%{_datadir}/gtk-doc/html/libgpod
4ff4459
%exclude %{_libdir}/*.a
aeaedec
%exclude %{_libdir}/*.la
aeaedec
%{_libdir}/*.so
aeaedec
aeaedec
aeaedec
%changelog
e3cf9ee
* Mon Nov 20 2006 Alexander Larsson <alexl@redhat.com> - 0.4.0-2
e3cf9ee
- Add ldconfig calls in post/postun
e3cf9ee
4ff4459
* Mon Nov 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
4ff4459
- Update to 0.4.0
4ff4459
- Include docs in the -devel package
4ff4459
- Don't ship static libraries
4ff4459
aabfd90
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-3.1
aabfd90
- rebuild
aabfd90
35532c9
* Tue Jun 06 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-3
35532c9
- Add missing BR of perl-XML-Parser
35532c9
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