sound-juicer-vl.spec 9.1 KB

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