| 1 | Summary: Library to access the iPod |
|---|
| 2 | Summary(ja): iPod にアクセスするためのライブラリ |
|---|
| 3 | Name: libgpod |
|---|
| 4 | Version: 0.7.2 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | License: LGPL |
|---|
| 8 | Buildroot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 9 | |
|---|
| 10 | Source: %{name}-%{version}.tar.gz |
|---|
| 11 | URL: http://www.gtkpod.org/libgpod.html |
|---|
| 12 | |
|---|
| 13 | BuildRequires: glib2-devel >= 2.8.0 |
|---|
| 14 | BuildRequires: libffi-devel |
|---|
| 15 | #BuildRequires: dbus-devel >= 0.61 |
|---|
| 16 | BuildRequires: gtk-doc |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | libgpod is a library meant to abstract access to an iPod content. It |
|---|
| 20 | provides an easy to use API to retrieve the list of files and playlist |
|---|
| 21 | stored on an iPod, to modify them and to save them back to the iPod. |
|---|
| 22 | |
|---|
| 23 | %package devel |
|---|
| 24 | Summary: Support files necessary to compile applications with libgpod. |
|---|
| 25 | Summary(ja): libgpod を使うアプリケーションのコンパイルに必要なファイル. |
|---|
| 26 | Group: Development/Libraries |
|---|
| 27 | Requires: libgpod = %{version}-%{release} |
|---|
| 28 | Requires: glib2-devel >= 2.8.0 |
|---|
| 29 | |
|---|
| 30 | %description devel |
|---|
| 31 | Libraries, headers, and support files necessary to compile applications |
|---|
| 32 | using libgpod. |
|---|
| 33 | |
|---|
| 34 | %description -l ja devel |
|---|
| 35 | libgpod を使ったアプリケーションのコンパイルに必要なライブラリ, |
|---|
| 36 | ヘッダファイルなどが含まれています. |
|---|
| 37 | |
|---|
| 38 | %prep |
|---|
| 39 | %setup -q |
|---|
| 40 | |
|---|
| 41 | %build |
|---|
| 42 | %configure |
|---|
| 43 | make %{?_smp_mflags} |
|---|
| 44 | |
|---|
| 45 | %install |
|---|
| 46 | if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi |
|---|
| 47 | |
|---|
| 48 | %makeinstall |
|---|
| 49 | |
|---|
| 50 | %find_lang %{name} |
|---|
| 51 | |
|---|
| 52 | rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la} |
|---|
| 53 | |
|---|
| 54 | %clean |
|---|
| 55 | if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi |
|---|
| 56 | |
|---|
| 57 | %post -p /sbin/ldconfig |
|---|
| 58 | |
|---|
| 59 | %postun -p /sbin/ldconfig |
|---|
| 60 | |
|---|
| 61 | %files -f %{name}.lang |
|---|
| 62 | %defattr(644,root,root,755) |
|---|
| 63 | %doc AUTHORS ChangeLog COPYING README |
|---|
| 64 | %{_libdir}/lib*.so.* |
|---|
| 65 | |
|---|
| 66 | %files devel |
|---|
| 67 | %defattr(644,root,root,755) |
|---|
| 68 | %{_libdir}/lib*.so |
|---|
| 69 | %{_libdir}/pkgconfig/*.pc |
|---|
| 70 | %{_includedir}/* |
|---|
| 71 | %{_datadir}/gtk-doc/html/libgpod |
|---|
| 72 | |
|---|
| 73 | %changelog |
|---|
| 74 | * Wed Jun 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1 |
|---|
| 75 | - new upstream release |
|---|
| 76 | - remove static library |
|---|
| 77 | |
|---|
| 78 | * Sat Oct 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.0-3vl5 |
|---|
| 79 | - added BuildRequires: libffi-devel |
|---|
| 80 | |
|---|
| 81 | * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-2vl5 |
|---|
| 82 | - spec in utf-8 |
|---|
| 83 | |
|---|
| 84 | * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.0-1vl5 |
|---|
| 85 | - applied new versioning policy |
|---|
| 86 | |
|---|
| 87 | * Thu Jan 03 2008 Satoshi MACHINO <machino@vinelinux.org> 0.6.0-0vl1 |
|---|
| 88 | - new upstream release |
|---|
| 89 | |
|---|
| 90 | * Tue May 29 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.2-0vl2 |
|---|
| 91 | - for VineSeedPlus |
|---|
| 92 | - new upstream release |
|---|
| 93 | - built with new toolchain |
|---|
| 94 | |
|---|
| 95 | * Sun Oct 1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.0-0vl1 |
|---|
| 96 | - new upstream release |
|---|
| 97 | - build with dbus-0.62 |
|---|
| 98 | |
|---|
| 99 | * Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl1 |
|---|
| 100 | - new upstream release |
|---|
| 101 | - build with dbus-0.61 |
|---|
| 102 | |
|---|
| 103 | * Wed Dec 14 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.0-0vl1 |
|---|
| 104 | - initial package |
|---|