source: projects/specs/trunk/g/grip/grip-vl.spec @ 521

Revision 521, 4.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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