sound-juicer-vl.spec 8.1 KB

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