source: projects/specs/tags/6_0_REL/nonfree/install-assist-opera/install-assist-opera-vl.spec @ 4255

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