source: projects/specs/trunk/lib/libg/libgpod/libgpod-vl.spec @ 521

Revision 521, 2.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Library to access the iPod
2Summary(ja): iPod にアクセスするためのライブラリ
3Name: libgpod
4Version: 0.7.2
5Release: 1%{?_dist_release}
6Group: System Environment/Libraries
7License: LGPL
8Buildroot: %{_tmppath}/%{name}-%{version}-root
9
10Source: %{name}-%{version}.tar.gz
11URL: http://www.gtkpod.org/libgpod.html
12
13BuildRequires: glib2-devel >= 2.8.0
14BuildRequires: libffi-devel
15#BuildRequires: dbus-devel >= 0.61
16BuildRequires: gtk-doc
17
18%description
19libgpod is a library meant to abstract access to an iPod content. It
20provides an easy to use API to retrieve the list of files and playlist
21stored on an iPod, to modify them and to save them back to the iPod.
22
23%package devel
24Summary: Support files necessary to compile applications with libgpod.
25Summary(ja): libgpod を使うアプリケーションのコンパイルに必要なファイル.
26Group: Development/Libraries
27Requires: libgpod = %{version}-%{release}
28Requires: glib2-devel >= 2.8.0
29
30%description devel
31Libraries, headers, and support files necessary to compile applications
32using libgpod.
33
34%description -l ja devel
35libgpod を使ったアプリケーションのコンパイルに必要なライブラリ,
36ヘッダファイルなどが含まれています.
37
38%prep
39%setup -q
40
41%build
42%configure
43make %{?_smp_mflags}
44
45%install
46if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
47
48%makeinstall
49
50%find_lang %{name}
51
52rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la}
53
54%clean
55if [ -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
Note: See TracBrowser for help on using the repository browser.