source: projects/specs/trunk/nonfree/install-assist-RealPlayer/install-assist-RealPlayer-vl.spec @ 2135

Revision 2135, 1.9 KB checked in by munepi, 13 years ago (diff)

added install-assist-RealPlayer?

Line 
1%define pkgname RealPlayer
2%define dlurl   http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.rpm
3
4Summary:        Package to assist installation of RealPlayer
5Summary(ja):    RealPlayer のインストールを補助するパッケージ
6Name:           install-assist-%{pkgname}
7Version:        11
8Release:        1%{?_dist_release}
9License:        Commercial
10Group:          Applications/Multimedia
11
12ExclusiveArch:  %{ix86} x86_64
13# Requires(posttrans) not yet implemented. So we use (post) instead.
14Requires(post): self-build-setup >= 0.9.0
15# Required packages
16Requires:       alsa-lib at bc cyrus-sasl-md5 cyrus-sasl-plain ed
17Requires:       foomatic ghostscript groff lcms libXfont libXmu libXt
18Requires:       libXxf86vm libdrm libfontenc libmng lsb lv mailx man
19Requires:       mesa-libGL mesa-libGLU net-tools pax postfix qt qt4 time
20Requires:       urw-fonts vixie-cron xorg-x11-font-utils
21
22Requires:       libXv
23%ifarch x86_64
24Requires:       compat32-libXv
25Requires:       compat32-alsa-lib
26%endif
27
28BuildRoot:      %{_tmppath}/%{name}-%{version}-root
29
30Packager:       munepi
31
32
33%description
34%{pkgname} %{version} for Linux
35
36If you install this package, it automaticaly downloads
37required files to install %{pkgname}.
38And the downloaded files are automatically installed if
39installation is executed by apt-get command or synaptic
40package manager.
41
42%description -l ja
43%{pkgname} %{version} for Linux
44
45このパッケージをインストールすると、自動的に %{pkgname}
46のインストールに必要な rpm ファイルをダウンロードします。
47また apt-get コマンドや synapticパッケージマネージャから実行
48した場合は、ダウンロードした rpm ファイルのインストールも自
49動的に行います。
50
51
52%posttrans
53/usr/lib/rpm/get-binary-rpm.sh %{name} %{dlurl}
54
55%files
56
57
58%changelog
59* Sat Jul 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 11-1
60- initial build for Vine Linux.
Note: See TracBrowser for help on using the repository browser.