auto-import libgpod-0.3.0-2 on branch devel from libgpod-0.3.0-2.src.rpm

This commit is contained in:
John (J5) Palmieri 2006-01-04 19:08:33 +00:00
parent da7fb9f44e
commit aeaedec793
3 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1 @@
libgpod-0.3.0.tar.gz

70
libgpod.spec Normal file
View File

@ -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 <johnp@redhat.com> 0.3.0-2
- Modified Matthias Saou's SPEC file found on freshrpms.net
- Added to Fedora Core
* Mon Dec 19 2005 Matthias Saou <http://freshrpms.net/> 0.3.0-1
- Initial RPM release.

View File

@ -0,0 +1 @@
bdb4f727f062f957dc227dae8348647c libgpod-0.3.0.tar.gz