SPECS: libgpod.spec (NEW) - new, amarok-svn and gtkpod 0.96.cvs us...

glen glen at pld-linux.org
Sun Nov 6 12:43:11 CET 2005


Author: glen                         Date: Sun Nov  6 11:43:11 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, amarok-svn and gtkpod 0.96.cvs use this
- build fails, missing db-itunes-parser.h in sources

---- Files affected:
SPECS:
   libgpod.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libgpod.spec
diff -u /dev/null SPECS/libgpod.spec:1.1
--- /dev/null	Sun Nov  6 12:43:11 2005
+++ SPECS/libgpod.spec	Sun Nov  6 12:43:05 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Shared library to access the contents of an iPod
+Name:		libgpod
+Version:	0.1.6
+Release:	0.1
+Epoch:		0
+License:	GPL v2
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
+# Source0-md5:	5d74f888921330bae4f355924e4b4874
+URL:		http://www.gtkpod.org/libgpod.html
+BuildRequires:	gettext-devel
+BuildRequires:	glib2-devel
+BuildRequires:	intltool >= 0.21
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libgpod is a library meant to abstract access to an iPod content. It
+provides an easy to use API to retrieve the list of files and playlist
+stored on an iPod, to modify them and to save them back to the iPod.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/06 11:43:05  glen
+- new, amarok-svn and gtkpod 0.96.cvs use this
+- build fails, missing db-itunes-parser.h in sources
+
================================================================



More information about the pld-cvs-commit mailing list