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

Revision 10716, 9.6 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

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