source: projects/specs/trunk/s/sound-juicer/sound-juicer-vl.spec @ 6890

Revision 6890, 9.4 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1Name:           sound-juicer
2Summary:        Clean and lean CD ripper
3Summary(ja):    シンプルで簡単なCDリッピングツール
4Version:        3.5.0
5Release:        1%{?_dist_release}
6License:        GPL
7Group:          Applications/Multimedia
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/3.5/%{name}-%{version}.tar.xz
9
10Patch0:         sound-juicer-3.5.0-gstreamer1.patch
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13Requires:       cdparanoia
14BuildRequires:  libgnome-media-profiles-devel >= 3.0.0
15BuildRequires:  glib2-devel >= 2.26.0
16BuildRequires:  gstreamer1-devel
17BuildRequires:  gstreamer1-plugins-base-devel
18BuildRequires:  gstreamer1-plugins-good-flac
19BuildRequires:  gnome-doc-utils
20BuildRequires:  GConf2-devel >= 2.32.0
21BuildRequires:  hal-devel >= 0.5.9
22BuildRequires:  scrollkeeper >= 0.3.5
23BuildRequires:  brasero-devel
24BuildRequires:  gcc-c++
25BuildRequires:  autoconf
26BuildRequires:  libcanberra-gtk3-devel
27BuildRequires:  libmusicbrainz5-devel
28BuildRequires:  libdiscid-devel
29BuildRequires:  gnome-common
30Requires(pre): GConf2
31Requires(post): GConf2
32Requires(preun): GConf2
33# http://bugzilla.gnome.org/show_bug.cgi?id=157772
34ExcludeArch: s390 s390x
35
36Vendor: Project Vine
37Distribution: Vine Linux
38
39
40%description
41GStreamer-based CD ripping tool. Saves audio CDs to Ogg/vorbis.
42
43%description -l ja
44Sound Juicer は GStreamer ベースの CD リッピングツールです。
45CD を Ogg/vorbis に変換します。
46
47%prep
48%setup -q
49%patch0 -p1
50
51%build
52autoreconf -if
53%configure \
54        --with-gtk=3.0 \
55        --disable-scrollkeeper \
56        --disable-schemas-install \
57        --disable-scrollkeeper
58
59%__make AM_CFLAGS=-export-dynamic
60
61%install
62rm -rf $RPM_BUILD_ROOT
63export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1;
64make install DESTDIR=$RPM_BUILD_ROOT
65unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
66
67rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
68rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
69
70%find_lang %{name}
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%pre
76if [ "$1" -gt 1 ]; then
77    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
78    gconftool-2 --makefile-uninstall-rule \
79        %{_sysconfdir}/gconf/schemas/sound-juicer.schemas >& /dev/null ||:
80fi
81
82%preun
83if [ "$1" -eq 0 ]; then
84    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
85    gconftool-2 --makefile-uninstall-rule \
86        %{_sysconfdir}/gconf/schemas/sound-juicer.schemas > /dev/null ||:
87fi
88
89%post
90export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
91gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/sound-juicer.schemas > /dev/null ||:
92touch --no-create %{_datadir}/icons/hicolor
93if [ -x /usr/bin/gtk-update-icon-cache ]; then
94  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
95fi
96
97%postun
98touch --no-create %{_datadir}/icons/hicolor
99if [ -x /usr/bin/gtk-update-icon-cache ]; then
100  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
101fi
102
103
104%files -f sound-juicer.lang
105%defattr(-, root, root)
106%doc AUTHORS COPYING ChangeLog README NEWS
107%{_bindir}/sound-juicer
108%{_sysconfdir}/gconf/schemas/sound-juicer.schemas
109%{_datadir}/sound-juicer
110%{_datadir}/applications/sound-juicer.desktop
111%{_datadir}/gnome/help/sound-juicer
112%{_datadir}/omf/sound-juicer
113%{_datadir}/icons/hicolor/*
114%{_mandir}/man1/*
115
116%changelog
117* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
118- new upstream release
119- change BuildRequires: gstreamer1-devel instead of gstreamer-devel
120- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
121- change BuildRequires: libmusicbrainz5-devel instead of libmusicbrainz3-devel
122- add BuildRequires: libdiscid-devel
123- add Patch0 (sound-juicer-3.5.0-gstreamer1.patch)
124
125* Thu Apr 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
126- new upstream release
127- remove Patch0
128- remove Source1
129
130* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
131- add configure option: --with-gtk=3.0
132- change BuildRequires: libgnome-media-profiles-devel instead of gnome-media-devel
133- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
134- add Patch0 (sound-juicer-2.32.0-git20110523.patch)
135- add Source1 (sound-juicer-256.png)
136- add BuildRequires: gnome-common
137
138* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
139- new upstream release
140- add BuildRequires: libmusicbrainz3-devel
141- remove BuildRequires: libgnomeui-devel
142- fix BuildRequires: gnome-media-devel instead of gnome-media
143
144* Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
145- new upstream release
146
147* Sat Jan 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
148- new upstream release
149- remove configure option: --enable-hal (unrecognized option)
150- add BuildRequires: gstreamer-plugins-base-devel >= 0.10.5
151- add BuildRequires: gstreamer-plugins-good-flac
152
153* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
154- new upstream release
155
156* Tue Apr 07 2009 Shu KONNO <owa@bg.wakwak.com> 2.26.0-2
157- add BR: libcanberra-devel
158
159* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
160- new upstream release
161- add BR: brasero-devel instead of nautilus-cd-burner
162- add BR: gnome-doc-utils
163- add Requires(pre,post,postun): GConf2
164- remove unneeded Requires:
165
166* Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
167- new upstream release
168
169* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 2.16.4-1vl5
170- applied new versioning policy, spec in utf-8
171
172* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.4-0vl2
173- rebuild with new environment/toolchain
174
175* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.4-0vl1
176- new upstream release
177
178* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-0vl1
179- new upstream release
180
181* Sat Apr 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
182- new upstream release
183
184* Tue Apr 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
185- initial build for Vine Linux based on FC package
186- new upstream release
187
188* Wed Mar 23 2005 John (J5) Palmieri <johnp@redhat.com> 2.10.0-2
189- Rebuild for libmusicbrainz-2.1.1
190
191* Fri Mar 11 2005 John (J5) Palmieri <johnp@redhat.com> 2.10.0-1
192- Update to upstream version 2.10.0
193
194* Tue Mar 08 2005 John (J5) Palmieri <johnp@redhat.com> 2.9.91-3
195- Build in rawhide
196- Disable build on s390 and s390x
197
198* Fri Feb 25 2005 John (J5) Palmieri <johnp@redhat.com> 2.9.91-2
199- Reenabled BuildRequires for hal-devel >= 0.5.0
200- Added (Build)Requires for nautilus-cd-burner(-devel) >= 2.9.6
201
202* Wed Feb 23 2005 John (J5) Palmieri <johnp@redhat.com> 2.9.91-1
203- New upstream version (version jump resulted from sound-juicer using gnome
204  versioning scheme)
205 
206* Fri Feb 04 2005 Colin Walters <walters@redhat.com> 0.6.0-1
207- New upstream version
208- Remove obsoleted sound-juicer-idle-safety.patch
209- BR latest gnome-media
210
211* Fri Nov 12 2004 Warren Togami <wtogami@redhat.com> 0.5.14-5
212- minor spec cleanups
213- req cdparanoia and gstreamer-plugins
214
215* Tue Nov 09 2004 Colin Walters <walters@redhat.com> 0.5.14-4
216- Add sound-juicer-idle-safety.patch (bug 137847)
217
218* Wed Oct 27 2004 Colin Walters <walters@redhat.com> 0.5.14-2
219- Actually enable HAL
220- BR hal-devel
221
222* Wed Oct 13 2004 Colin Walters <walters@redhat.com> 0.5.14-1
223- New upstream
224- This release fixes corruption on re-read, upstream 153085
225- Remove upstreamed sound-juicer-0.5.13-prefs-crash.patch
226
227* Mon Oct 04 2004 Colin Walters <walters@redhat.com> 0.5.13-2
228- Apply patch to avoid prefs crash
229
230* Tue Sep 28 2004 Colin Walters <walters@redhat.com> 0.5.13-1
231- New upstream 0.5.13
232
233* Mon Sep 27 2004 Colin Walters <walters@redhat.com> 0.5.12.cvs20040927-1
234- New upstream CVS snapshot, 20040927
235
236* Mon Sep 20 2004 Colin Walters <walters@redhat.com> 0.5.12-1
237- New upstream version 0.5.12
238- Delete upstreamed patch sound-juicer-0.5.9-pref-help.patch
239- Delete upstreamed patch sound-juicer-0.5.10-gstreamer.patch
240- Delete call to autoconf
241
242* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
243- rebuilt
244
245* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> 0.5.10.1-8
246- rebuild for new gstreamer
247
248* Thu Mar 11 2004 Brent Fox <bfox@redhat.com> 0.5.10.1-5
249- rebuild
250
251* Fri Feb 27 2004 Brent Fox <bfox@redhat.com> 0.5.10.1-3
252- rebuild
253
254* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
255- rebuilt
256
257* Thu Feb  5 2004 Brent Fox <bfox@redhat.com> 0.5.10.1-1
258- new version
259
260* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 0.5.9-4
261- rebuild to use new gstreamer
262
263* Fri Jan 16 2004 Brent Fox <bfox@redhat.com> 0.5.9-3
264- add %preun to clean up GConf entries on uninstall
265
266* Wed Jan 14 2004 Brent Fox <bfox@redhat.com> 0.5.9-2
267- create init patch to make help work
268
269* Tue Jan 13 2004 Brent Fox <bfox@redhat.com> 0.5.9-1
270- update to 0.5.9
271
272* Mon Dec 15 2003 Christopher Blizzard <blizzard@redhat.com> 0.5.8-1
273- Add upstream patch that fixes permissions of created directories.
274
275* Wed Dec 03 2003 Christopher Blizzard <blizzard@redhat.com> 0.5.8-0
276- Update to 0.5.8
277
278* Tue Oct 21 2003 Brent Fox <bfox@redhat.com> 0.5.5-1
279- update to 0.5.5-1
280
281* Mon Sep  1 2003 Jonathan Blandford <jrb@redhat.com>
282- warning dialog fix
283- add a quality option
284
285* Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 0.5.2-5
286- scrollkeeper stuff should be removed
287
288* Wed Aug 27 2003 Brent Fox <bfox@redhat.com> 0.5.2-4
289- remove ExcludeArches since libmusicbrainz is building on all arches now
290
291* Wed Aug 27 2003 Brent Fox <bfox@redhat.com> 0.5.2-3
292- bump relnum
293
294* Wed Aug 27 2003 Brent Fox <bfox@redhat.com> 0.5.2-2
295- spec file cleanups
296- add exclude arch for ia64, x86_64, ppc64, and s390x
297- add %file macros
298- remove Requires for gstreamer-cdparanoia and gstreamer-vorbis
299
300* Tue Apr 22 2003 Frederic Crozat <fcrozat@mandrakesoft.com>
301- Use more macros
302
303* Sun Apr 20 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>
304- Make spec file for sound-juicer (based on netRB spec file)
Note: See TracBrowser for help on using the repository browser.