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

Revision 6342, 3.1 KB checked in by kudoh, 12 years ago (diff)

%define pkgname opera
%define verdir 1200
%define pkgversion 12.00
%define build 1467

%ifarch %{ix86}
%define arch i386
%endif
%ifarch x86_64
%define arch x86_64
%endif

%define dlurl  http://ftp.opera.com/pub/opera/linux/%{verdir}/%{pkgname}-%{pkgversion}-%{build}.%{arch}.rpm

Summary: Package to assist installation of %{pkgname}
Summary(ja): %{pkgname} のインストールを補助するパッケージ
Name: install-assist-%{pkgname}
Version: %{pkgversion}
Release: 1%{?_dist_release}
License: Commercial
Group: Applications/Internet?

Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good
Requires: libogg
Requires: libtheora
Requires: libvorbis

Packager: Kudoh

%description
Opera is a small, fast, customizable, powerful and user-friendly web
browser, as well as an Internet suite, including an email client, an IRC
client, web developer tools (Opera Dragonfly), and a personal web server
(Opera Unite).

If you install this package, it automaticaly downloads
required files to install %{pkgname}.
And the downloaded files are automatically installed if
installation is executed by apt-get command or synaptic
package manager.

%description -l ja
%{name} は小さく高速でカスタマイズ可能、強力でユーザーフレンドリーな
Web ブラウザだけではなく、インターネットスートとして E メールクライアントや
IRCクライアント、web 開発者向けのツール (Opera Dragonfly)、
パーソナル web サーバー (Opera Unite) を含んでいます。

このパッケージをインストールすると、自動的に %{pkgname}
のインストールに必要な rpm ファイルをダウンロードします。
また apt-get コマンドや synaptic パッケージマネージャから実行
した場合は、ダウンロードした rpm ファイルのインストールも自
動的に行います。

%posttrans
/usr/lib/rpm/get-binary-rpm.sh %{name} %{dlurl}

%files

%changelog

  • Fri Jun 14 2012 Toshiharu Kudoh <toshi.kd2@…> - 12.00-1
  • new upstream release
  • Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@…> - 11.64-1
  • new upstream release
  • Thu Mar 29 2012 Toshiharu Kudoh <toshi.kd2@…> - 11.62-1
  • new upstream release
  • Wed Jan 25 2012 Toshiharu Kudoh <toshi.kd2@…> - 11.61-1
  • new upstream release
  • Fri Dec 09 2011 Toshiharu Kudoh <toshi.kd2@…> - 11.60-1
  • new upstream release
  • Thu Oct 20 2011 Toshiharu Kudoh <toshi.kd2@…> - 11.52-1
  • new upstream release
  • Thu Sep 01 2011 Toshiharu Kudoh <toshi.kd2@…> - 11.51-1
  • new upstream release
  • Sun Jul 03 2011 Toshiharu Kudoh <toshi.kd2@…> - 11.50-1
  • new upstream release
  • disabled ppc arch
    • ppc version didn't provide since 11.00
  • Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@…> - 11.11-1
  • new upstream release
  • Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@…> - 11.10-1
  • new upstream release
  • Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@…> - 11.01-1
  • new upstream release
  • Sat Dec 18 2010 Toshiharu Kudoh <toshi.kd2@…> - 11.00-1
  • new upstream release
  • Mon Nov 8 2010 Toshiharu Kudoh <toshi.kd2@…> - 10.63-1
  • initial build for Vine Linux
Line 
1%define pkgname opera
2%define verdir 1200
3%define pkgversion 12.00
4%define build 1467
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* Fri Jun 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.00-1
63- new upstream release
64
65* Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.64-1
66- new upstream release
67
68* Thu Mar 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.62-1
69- new upstream release
70
71* Wed Jan 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.61-1
72- new upstream release
73
74* Fri Dec 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.60-1
75- new upstream release
76
77* Thu Oct 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.52-1
78- new upstream release
79
80* Thu Sep 01 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.51-1
81- new upstream release
82
83* Sun Jul 03 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.50-1
84- new upstream release
85- disabled ppc arch
86  - ppc version didn't provide since 11.00
87
88* Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.11-1
89- new upstream release
90
91* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.10-1
92- new upstream release
93
94* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.01-1
95- new upstream release
96
97* Sat Dec 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.00-1
98- new upstream release
99
100* Mon Nov 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 10.63-1
101- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.