source: projects/specs/trunk/g/gtkpod/gtkpod-vl.spec @ 9572

Revision 9572, 5.8 KB checked in by inagaki, 9 years ago (diff)

2015-05-22 Ryoichi INAGAKI <ryo1@…>

  • digikam, libimobiledevice, libplist, libusbmuxd: updated
  • gnome-mplayer, gtkpod, gvfs, ifuse, libgpod, rhythmbox, upower, usbmuxd: rebuilt


Line 
1Name: gtkpod
2Version: 2.1.4
3Release: 2%{?_dist_release}
4Summary: Graphical song management program for Apple's iPod
5Summary(ja): Apple の iPod 用のグラフィカルな楽曲管理ツール
6#'
7
8Group: Applications/Multimedia
9# The help documentation is under GFDL, the rest of the code is GPLv2+
10License: GPLv2+ and GFDL
11URL: http://www.gtkpod.org/
12
13Source0: %{name}-%{version}.tar.gz
14Source1: %{name}-2.1.4-ja.po
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: anjuta-devel
18BuildRequires: brasero-devel
19BuildRequires: clutter-gtk-devel
20BuildRequires: curl-devel
21BuildRequires: desktop-file-utils
22BuildRequires: flac-devel >= 1.2.1
23BuildRequires: flex
24BuildRequires: gettext
25BuildRequires: gstreamer-devel
26BuildRequires: gstreamer-plugins-base-devel >= 0.10.25
27BuildRequires: gtk3-devel
28BuildRequires: intltool
29BuildRequires: libgpod-devel
30BuildRequires: libid3tag-devel
31BuildRequires: libmusicbrainz3-devel
32BuildRequires: libvorbis-devel >= 1.3.1
33BuildRequires: perl(XML::Parser)
34BuildRequires: pkgconfig
35BuildRequires: WebKit3-gtk-devel
36
37# some of the scripts in %%{_datadir}/%%{name}/scripts use which
38Requires:       which
39Requires:       hicolor-icon-theme
40
41Vendor:         Project Vine
42Distribution:   Vine Linux
43
44%description
45gtkpod is a platform independent Graphical User Interface for Apple's
46iPod using GTK3. It supports all current iPod models, including
47the Mini, Photo, Shuffle, Nano, Video, Classic, Touch, and iPhone.
48
49%description -l ja
50gtkpodは、GTK3を利用したプラットフォームに依存しない Apple の iPod 用 GUI
51ツールです。 Mini, Photo, Shuffle, Nano, Video, Classic, Touch を含む
52iPod 及び iPhone に対応しています。
53
54#'
55%package devel
56Summary: Development files for the gtkpod
57Summary(ja): gtkpod の開発用ファイル
58Group: Development/Libraries
59Requires: %{name} = %{version}-%{release}
60
61%description devel
62The gtkpod-devel package contains libraries and header files for
63developing extensions for gtkpod.
64
65%prep
66%setup -q
67cp -p %{SOURCE1} po/ja.po
68
69%build
70%configure \
71    --disable-static
72
73make %{?_smp_mflags}
74
75%install
76rm -rf $RPM_BUILD_ROOT
77make install DESTDIR=$RPM_BUILD_ROOT
78
79desktop-file-install \
80    --delete-original \
81    --dir %{buildroot}%{_datadir}/applications \
82    --add-category="Audio" \
83    --add-category="Video" \
84    %{buildroot}%{_datadir}/applications/%{name}.desktop
85
86%find_lang %{name}
87
88# delete libtool files
89find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
90
91%clean
92rm -rf $RPM_BUILD_ROOT
93
94%post
95/sbin/ldconfig
96touch --no-create %{_datadir}/icons/hicolor
97
98%postun
99/sbin/ldconfig
100if [ $1 -eq 0 ] ; then
101    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
102fi
103if [ $1 -eq 0 ] ; then
104    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
105    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
106fi
107
108%posttrans
109/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
110/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
111
112%files -f %{name}.lang
113%defattr(-,root,root)
114%doc AUTHORS ChangeLog* COPYING README TODO TROUBLESHOOTING
115%{_bindir}/gtkpod
116%{_libdir}/lib*.so.*
117%dir %{_libdir}/gtkpod
118%{_libdir}/gtkpod/*.plugin
119%{_libdir}/gtkpod/*.so
120%{_datadir}/gtkpod
121%{_datadir}/applications/*
122%{_datadir}/glib-2.0/schemas/*.gschema.xml
123%{_datadir}/icons/hicolor/*
124%{_mandir}/man1/%{name}*
125
126%files devel
127%defattr(-,root,root)
128%{_includedir}/gtkpod
129%{_libdir}/lib*.so
130%{_libdir}/pkgconfig/*.pc
131
132%changelog
133* Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1.4-2
134- rebuilt with libimobiledevice 1.2.0 and libplist 1.12
135
136* Wed Feb  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1.4-1
137- updated to 2.1.4
138- updated SOURCE1
139- added devel subpackage
140
141* Fri Feb 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.99.16-2
142- rebuild with Vine6 environment
143
144* Sat Aug 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.99.16-1
145- new upstream release
146- add BuildRequires: libglade2-devel
147- add Requires: desktop-file-utils
148
149* Sat Jul 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.14-2
150- build without libmp4v2 by default
151- add %%post/%%postun script to update desktop db and icon cache
152
153* Wed Jun 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.14-1
154- new upstream release
155- spec in utf-8
156
157* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.12-1vl5
158- applied new versioning policy
159- fixed Icon path of gtkpod.desktop
160
161* Sun Jan 06 2008 Shu KONNO <owa@bg.wakwak.com> 0.99.12-0vl1
162- new upstream release
163- dropt gtkpod-0.99.8_libgpod-0.4.2.diff
164- added icons in %%files section
165- rebuilt with libgpod-0.6.0
166
167* Tue May 29 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.8-0vl3
168- for VineSeedPlus
169- rebuilt with new toolchain and libgpod-0.4.2
170- add Patch0 (derived from FC)
171
172* Sun Jan  7 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.8-0vl1
173- new upstream release
174- added SOURCE1
175- rebuilt with libgpod-devel 0.4.0
176- moved gtkpod.desktop to %{_datadir}/applications <BTS:454>
177
178* Sun Jan  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.2-0vl2
179- rebuilt for VineSeed Plus
180
181* Sun Jan  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.2-0vl1
182- new upstream release
183
184* Fri Dec 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.0-0vl3
185- rebuilt for VineSeed Plus
186
187* Fri Dec 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.0-0vl2
188- rebuilt for VinePlus/3.0
189- added BuildRequires: curl-devel, flex
190
191* Wed Dec 14 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.0-0vl1
192- new upstream release.
193- add BuildRequires: libgpod-devel
194
195* Tue Aug 16 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.94.0-0vl1
196-new upstream release.
197
198* Mon Jun 16 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.8.22-0vl3
199-A revision %description -l ja
200-A revision %files
201-add %doc
202
203* Thu Jun 2 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.8.22-0vl2
204-add macro
205-add BuildRequires
206
207* Tue May 17 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.8.22-0vl1
208First release.
209
210- initial build for Vine Linux
211
212# end of file
Note: See TracBrowser for help on using the repository browser.