source: projects/specs/trunk/nonfree/install-assist-opera/install-assist-opera-vl.spec @ 2586

Revision 2586, 2.2 KB checked in by kudoh, 13 years ago (diff)
Line 
1%define pkgname opera
2%define verdir 1101
3%define pkgversion 11.01
4%define build 1190
5
6%ifarch %{ix86}
7%define arch    i386
8%endif
9%ifarch x86_64
10%define arch    x86_64
11%endif
12%ifarch ppc
13%define arch    ppc
14%endif
15
16%define dlurl http://ftp.opera.com/pub/opera/linux/%{verdir}/%{pkgname}-%{pkgversion}-%{build}.%{arch}.rpm
17
18Summary: Package to assist installation of %{pkgname}
19Summary(ja): %{pkgname} のインストールを補助するパッケージ
20Name: install-assist-%{pkgname}
21Version: %{pkgversion}
22Release: 1%{?_dist_release}
23License: Commercial
24Group: Applications/Internet
25
26Requires: gstreamer-plugins-base
27Requires: gstreamer-plugins-good
28Requires: libogg
29Requires: libtheora
30Requires: libvorbis
31
32Packager: Kudoh
33
34%description
35Opera is a small, fast, customizable, powerful and user-friendly web
36browser, as well as an Internet suite, including an email client, an IRC
37client, web developer tools (Opera Dragonfly), and a personal web server
38(Opera Unite).
39
40If you install this package, it automaticaly downloads
41required files to install %{pkgname}.
42And the downloaded files are automatically installed if
43installation is executed by apt-get command or synaptic
44package manager.
45
46%description -l ja
47%{name} は小さく高速でカスタマイズ可能、強力でユーザーフレンドリーな
48Web ブラウザだけではなく、インターネットスートとして E メールクライアントや
49IRCクライアント、web 開発者向けのツール (Opera Dragonfly)、
50パーソナル web サーバー (Opera Unite) を含んでいます。
51
52このパッケージをインストールすると、自動的に %{pkgname}
53のインストールに必要な rpm ファイルをダウンロードします。
54また apt-get コマンドや synaptic パッケージマネージャから実行
55した場合は、ダウンロードした rpm ファイルのインストールも自
56動的に行います。
57
58
59%posttrans
60/usr/lib/rpm/get-binary-rpm.sh %{name} %{dlurl}
61
62%files
63
64%changelog
65* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.01-1
66- new upstream release
67
68* Sat Dec 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.00-1
69- new upstream release
70
71* Mon Nov 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 10.63-1
72- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.