grip-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. Summary: a CD player and ripper/MP3-encoder front-end
  2. Summary(ja): CD プレーヤー/リッパーおよび MP3 エンコーダのフロントエンド
  3. Name: grip
  4. Version: 3.3.1
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Multimedia
  8. URL: http://www.nostatic.org/grip/
  9. Source0: http://www.nostatic/grip/grip-%{version}.tar.gz
  10. Icon: gripicon.gif
  11. Requires: gtk2, libgnome
  12. BuildRequires: glib2-devel, gtk2-devel, libgnome-devel, ORBit2-devel, libart_lgpl-devel
  13. BuildRequires: libbonobo-devel, libbonoboui-devel, libgnomeui-devel, gnome-vfs2-devel
  14. BuildRequires: openssl-devel, vte-devel, libxml2-devel, curl-devel
  15. BuildRequires: openldap-devel
  16. Buildroot: %{_tmppath}/%{name}-%{version}-root
  17. Obsoletes: gcd
  18. %description
  19. Grip is a gtk-based cd-player and cd-ripper. It has the ripping capabilities
  20. of cdparanoia builtin, but can also use external rippers (such as
  21. cdda2wav). It also provides an automated frontend for MP3 encoders, letting
  22. you take a disc and transform it easily straight into MP3s. The CDDB
  23. protocol is supported for retrieving track information from disc database
  24. servers. Grip works with DigitalDJ to provide a unified "computerized"
  25. version of your music collection.
  26. Obsoleted GCD package.
  27. If you want to use the CD-Player, you run the grip with '--small' option.
  28. %description -l ja
  29. Grip は Gtk+ ベースの CD プレーヤーおよびリッパー(吸い出し)です。
  30. 内蔵の cdparanoia を使っても吸い出せますが、外部のものもつかえます
  31. (cdda2wavなど)。また、MP3 エンコーダの自動フロントエンドにもなり、
  32. CD 吸い出しから MP3 を簡単に作れます。
  33. ディスク内容のデータベースサーバ CDDB にも対応しています。
  34. GCD パッケージは無くなりました。
  35. CD プレイヤーを使いたいならば、'--small' オプションで grip を起動してください。
  36. %prep
  37. %setup -q
  38. %build
  39. %configure --disable-cdpar
  40. make %{?_smp_mflags} CC="gcc %optflags"
  41. %install
  42. rm -rf %{buildroot}
  43. %makeinstall
  44. %{find_lang} %{name}-2.2
  45. %clean
  46. rm -rf %{buildroot}
  47. %files -f %{name}-2.2.lang
  48. %defattr(-,root,root)
  49. %doc README ChangeLog CREDITS COPYING INSTALL NEWS AUTHORS TODO
  50. %{_bindir}/grip
  51. %{_datadir}/gnome/help/grip
  52. %{_datadir}/pixmaps/grip*.png
  53. %{_datadir}/applications/grip.desktop
  54. %changelog
  55. * Sun May 31 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.3.1-1
  56. - applied new versioning policy
  57. - spec in utf8
  58. - added BuildRequires: openldap-devel
  59. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3.1-0vl4
  60. - rebuild with openssl-0.9.8e
  61. * Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl3
  62. - rebuild with curl-7.16.2
  63. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3.1-0vl2
  64. - rebuild with vte-0.16
  65. * Fri Sep 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3.1-0vl1
  66. - new upstream release
  67. * Sun Feb 13 2005 Satoshi MACHINO <machino@vinelinux.org> 3.3.0-0vl1
  68. - new upstream release
  69. * Sun Jun 6 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.0-0vl1
  70. - new upstream release
  71. * Fri Dec 26 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.0.7-0vl2
  72. - rebuild with new toolchains
  73. * Sun Jun 29 2003 IWAI Masaharu <iwai@alib.jp> 3.0.7-0vl1
  74. - upstream release
  75. * Sun Mar 16 2003 IWAI Masaharu <iwai@alib.jp> 3.0.6-0vl1
  76. - upstream release
  77. - obsolete GCD package
  78. - add comments in %%description
  79. - use %%{find_lang} and %%makeinstall macros
  80. - change SOURCE0 URL
  81. - add Requires esound, gnome-libs, ORBit, libghttp and db4
  82. - add BuildRequires esound-devel, gnome-libs-devel, ORBit-devel, libghttp-devel and db4-devel
  83. - add grip.desktop file for gnome
  84. - add gripicon.png file
  85. - delete manpage in file list
  86. - add ChangeLog in %%doc
  87. * Thu Jul 19 2001 <sagami@vinelinux.org>
  88. - 2.96-0vl1: use more (not better!) macros
  89. - add BuildPreReq gtk+-devel, Requires: gtk+ (Is it necessary only for this?)
  90. * Sat Apr 14 2001 Shoji Matsumoto <shom@vinelinux.org> 2.95-0vl2
  91. - add jp desc
  92. - use %%configure
  93. - modify %files
  94. - build for Seed
  95. * Fri Dec 15 2000 Hirotaka Mizutani
  96. - 2.95-0vl1
  97. - Builded according to Vine Project rule
  98. - updated %install, %files, so general user can rebuild