|
@@ -1,15 +1,16 @@
|
|
|
Summary: Library to access the iPod
|
|
|
Summary(ja): iPod にアクセスするためのライブラリ
|
|
|
Name: libgpod
|
|
|
-Version: 0.7.93
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 0.8.0
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Group: System Environment/Libraries
|
|
|
-License: LGPL
|
|
|
-Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
+License: LGPLv2+
|
|
|
+URL: http://www.gtkpod.org/libgpod.html
|
|
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
-URL: http://www.gtkpod.org/libgpod.html
|
|
|
+Patch0: libgpod-0.8.0-x86-32.patch
|
|
|
|
|
|
+Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
BuildRequires: glib2-devel
|
|
|
BuildRequires: gtk2-devel
|
|
@@ -39,6 +40,11 @@ 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.
|
|
|
|
|
|
+%description -l ja
|
|
|
+libgpod は iPod のコンテンツにアクセスするためのライブラリです。
|
|
|
+iPod に格納されているファイルリストやプレイリストを取得し、変更し、
|
|
|
+iPod に書き戻すための API が提供されています。
|
|
|
+
|
|
|
%package devel
|
|
|
Summary: Support files necessary to compile applications with libgpod.
|
|
|
Summary(ja): libgpod を使うアプリケーションのコンパイルに必要なファイル.
|
|
@@ -68,6 +74,9 @@ to the libgpod library.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+%patch0 -p1 -b .x86-32
|
|
|
+
|
|
|
+chmod -x bindings/python/examples/*.py
|
|
|
|
|
|
%build
|
|
|
%configure \
|
|
@@ -116,6 +125,9 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
|
|
|
%{python_sitearch}/gpod
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Jun 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-1
|
|
|
+- update to 0.8.0
|
|
|
+
|
|
|
* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 0.7.93-2
|
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|