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

Revision 8119, 9.5 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1Name:           sound-juicer
2Summary:        Clean and lean CD ripper
3Summary(ja):    シンプルで簡単なCDリッピングツール
4Version:        3.5.0
5Release:        2%{?_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 Jan 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-2
118- rebuild with VineSeed environment
119
120* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
121- new upstream release
122- change BuildRequires: gstreamer1-devel instead of gstreamer-devel
123- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
124- change BuildRequires: libmusicbrainz5-devel instead of libmusicbrainz3-devel
125- add BuildRequires: libdiscid-devel
126- add Patch0 (sound-juicer-3.5.0-gstreamer1.patch)
127
128* Thu Apr 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
129- new upstream release
130- remove Patch0
131- remove Source1
132
133* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
134- add configure option: --with-gtk=3.0
135- change BuildRequires: libgnome-media-profiles-devel instead of gnome-media-devel
136- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
137- add Patch0 (sound-juicer-2.32.0-git20110523.patch)
138- add Source1 (sound-juicer-256.png)
139- add BuildRequires: gnome-common
140
141* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
142- new upstream release
143- add BuildRequires: libmusicbrainz3-devel
144- remove BuildRequires: libgnomeui-devel
145- fix BuildRequires: gnome-media-devel instead of gnome-media
146
147* Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
148- new upstream release
149
150* Sat Jan 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
151- new upstream release
152- remove configure option: --enable-hal (unrecognized option)
153- add BuildRequires: gstreamer-plugins-base-devel >= 0.10.5
154- add BuildRequires: gstreamer-plugins-good-flac
155
156* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
157- new upstream release
158
159* Tue Apr 07 2009 Shu KONNO <owa@bg.wakwak.com> 2.26.0-2
160- add BR: libcanberra-devel
161
162* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
163- new upstream release
164- add BR: brasero-devel instead of nautilus-cd-burner
165- add BR: gnome-doc-utils
166- add Requires(pre,post,postun): GConf2
167- remove unneeded Requires:
168
169* Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
170- new upstream release
171
172* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 2.16.4-1vl5
173- applied new versioning policy, spec in utf-8
174
175* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.4-0vl2
176- rebuild with new environment/toolchain
177
178* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.4-0vl1
179- new upstream release
180
181* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-0vl1
182- new upstream release
183
184* Sat Apr 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
185- new upstream release
186
187* Tue Apr 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
188- initial build for Vine Linux based on FC package
189- new upstream release
190
191* Wed Mar 23 2005 John (J5) Palmieri <johnp@redhat.com> 2.10.0-2
192- Rebuild for libmusicbrainz-2.1.1
193
194* Fri Mar 11 2005 John (J5) Palmieri <johnp@redhat.com> 2.10.0-1
195- Update to upstream version 2.10.0
196
197* Tue Mar 08 2005 John (J5) Palmieri <johnp@redhat.com> 2.9.91-3
198- Build in rawhide
199- Disable build on s390 and s390x
200
201* Fri Feb 25 2005 John (J5) Palmieri <johnp@redhat.com> 2.9.91-2
202- Reenabled BuildRequires for hal-devel >= 0.5.0
203- Added (Build)Requires for nautilus-cd-burner(-devel) >= 2.9.6
204
205* Wed Feb 23 2005 John (J5) Palmieri <johnp@redhat.com> 2.9.91-1
206- New upstream version (version jump resulted from sound-juicer using gnome
207  versioning scheme)
208 
209* Fri Feb 04 2005 Colin Walters <walters@redhat.com> 0.6.0-1
210- New upstream version
211- Remove obsoleted sound-juicer-idle-safety.patch
212- BR latest gnome-media
213
214* Fri Nov 12 2004 Warren Togami <wtogami@redhat.com> 0.5.14-5
215- minor spec cleanups
216- req cdparanoia and gstreamer-plugins
217
218* Tue Nov 09 2004 Colin Walters <walters@redhat.com> 0.5.14-4
219- Add sound-juicer-idle-safety.patch (bug 137847)
220
221* Wed Oct 27 2004 Colin Walters <walters@redhat.com> 0.5.14-2
222- Actually enable HAL
223- BR hal-devel
224
225* Wed Oct 13 2004 Colin Walters <walters@redhat.com> 0.5.14-1
226- New upstream
227- This release fixes corruption on re-read, upstream 153085
228- Remove upstreamed sound-juicer-0.5.13-prefs-crash.patch
229
230* Mon Oct 04 2004 Colin Walters <walters@redhat.com> 0.5.13-2
231- Apply patch to avoid prefs crash
232
233* Tue Sep 28 2004 Colin Walters <walters@redhat.com> 0.5.13-1
234- New upstream 0.5.13
235
236* Mon Sep 27 2004 Colin Walters <walters@redhat.com> 0.5.12.cvs20040927-1
237- New upstream CVS snapshot, 20040927
238
239* Mon Sep 20 2004 Colin Walters <walters@redhat.com> 0.5.12-1
240- New upstream version 0.5.12
241- Delete upstreamed patch sound-juicer-0.5.9-pref-help.patch
242- Delete upstreamed patch sound-juicer-0.5.10-gstreamer.patch
243- Delete call to autoconf
244
245* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
246- rebuilt
247
248* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> 0.5.10.1-8
249- rebuild for new gstreamer
250
251* Thu Mar 11 2004 Brent Fox <bfox@redhat.com> 0.5.10.1-5
252- rebuild
253
254* Fri Feb 27 2004 Brent Fox <bfox@redhat.com> 0.5.10.1-3
255- rebuild
256
257* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
258- rebuilt
259
260* Thu Feb  5 2004 Brent Fox <bfox@redhat.com> 0.5.10.1-1
261- new version
262
263* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 0.5.9-4
264- rebuild to use new gstreamer
265
266* Fri Jan 16 2004 Brent Fox <bfox@redhat.com> 0.5.9-3
267- add %preun to clean up GConf entries on uninstall
268
269* Wed Jan 14 2004 Brent Fox <bfox@redhat.com> 0.5.9-2
270- create init patch to make help work
271
272* Tue Jan 13 2004 Brent Fox <bfox@redhat.com> 0.5.9-1
273- update to 0.5.9
274
275* Mon Dec 15 2003 Christopher Blizzard <blizzard@redhat.com> 0.5.8-1
276- Add upstream patch that fixes permissions of created directories.
277
278* Wed Dec 03 2003 Christopher Blizzard <blizzard@redhat.com> 0.5.8-0
279- Update to 0.5.8
280
281* Tue Oct 21 2003 Brent Fox <bfox@redhat.com> 0.5.5-1
282- update to 0.5.5-1
283
284* Mon Sep  1 2003 Jonathan Blandford <jrb@redhat.com>
285- warning dialog fix
286- add a quality option
287
288* Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 0.5.2-5
289- scrollkeeper stuff should be removed
290
291* Wed Aug 27 2003 Brent Fox <bfox@redhat.com> 0.5.2-4
292- remove ExcludeArches since libmusicbrainz is building on all arches now
293
294* Wed Aug 27 2003 Brent Fox <bfox@redhat.com> 0.5.2-3
295- bump relnum
296
297* Wed Aug 27 2003 Brent Fox <bfox@redhat.com> 0.5.2-2
298- spec file cleanups
299- add exclude arch for ia64, x86_64, ppc64, and s390x
300- add %file macros
301- remove Requires for gstreamer-cdparanoia and gstreamer-vorbis
302
303* Tue Apr 22 2003 Frederic Crozat <fcrozat@mandrakesoft.com>
304- Use more macros
305
306* Sun Apr 20 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>
307- Make spec file for sound-juicer (based on netRB spec file)
Note: See TracBrowser for help on using the repository browser.