diff --git a/.cvsignore b/.cvsignore index e69de29..2be9cd8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libgpod-0.3.0.tar.gz diff --git a/libgpod.spec b/libgpod.spec new file mode 100644 index 0000000..fb3389a --- /dev/null +++ b/libgpod.spec @@ -0,0 +1,70 @@ +Summary: Library to access the contents of an iPod +Name: libgpod +Version: 0.3.0 +Release: 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 +* 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. + diff --git a/sources b/sources index e69de29..1e51f5f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +bdb4f727f062f957dc227dae8348647c libgpod-0.3.0.tar.gz