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

Revision 9073, 9.1 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

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