source: projects/specs/branches/6/s/sound-juicer/sound-juicer-vl.spec @ 2041

Revision 2041, 8.4 KB checked in by Takemikaduchi, 13 years ago (diff)

update to GNOME-2.32.0

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