sound-juicer-vl.spec 8.4 KB

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