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

Revision 912, 8.1 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file

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