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

Revision 7613, 3.9 KB checked in by kudoh, 11 years ago (diff)

--force-log

RevLine 
[2187]1%define pkgname opera
[7613]2%define verdir 1215
3%define pkgversion 12.15
4%define build 1748
[2187]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
[7613]62* Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.15-1
63- new upstream release
64- fixed date in %%changelog
65
[7444]66* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.14-1
67- new upstream release
68
[7385]69* Wed Jan 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.13-1
70- new upstream release
71
[7268]72* Sat Dec 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.12-1
73- new upstream release
74
[7144]75* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.11-1
76- new upstream release
77
[7091]78* Fri Nov 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.10-1
79- new upstream release
80
[6766]81* Thu Aug 30 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.02-1
82- new upstream release
83
[6678]84* Thu Aug 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.01-1
85- new upstream release
86
[7613]87* Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.00-1
[6342]88- new upstream release
89
[6163]90* Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.64-1
91- new upstream release
92
[6076]93* Thu Mar 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.62-1
94- new upstream release
95
[5477]96* Wed Jan 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.61-1
97- new upstream release
98
[5274]99* Fri Dec 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.60-1
100- new upstream release
101
[5024]102* Thu Oct 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.52-1
103- new upstream release
104
[4698]105* Thu Sep 01 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.51-1
106- new upstream release
107
[4255]108* Sun Jul 03 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.50-1
109- new upstream release
110- disabled ppc arch
111  - ppc version didn't provide since 11.00
112
[3902]113* Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.11-1
114- new upstream release
115
[3737]116* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.10-1
117- new upstream release
118
[2586]119* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.01-1
120- new upstream release
121
[2358]122* Sat Dec 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.00-1
123- new upstream release
124
125* Mon Nov 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 10.63-1
[2187]126- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.