source: projects/specs/trunk/nonfree/install-assist-AdobeReader_jpn/install-assist-AdobeReader_jpn-vl.spec @ 1265

Revision 1265, 3.6 KB checked in by munepi, 14 years ago (diff)

updated install-assist-AdobeReader_jpn

Line 
1%define pkgname AdobeReader_jpn
2%define pkgversion 9.3.3
3#% define dlurl ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/%{pkgversion}/jpn/AdbeRdr%{pkgversion}-1_i486linux_jpn.rpm
4%define dlurl http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/%{pkgversion}/jpn/AdbeRdr%{pkgversion}-1_i486linux_jpn.rpm
5
6Summary:        Package to assist installation of %{pkgname}
7Summary(ja):    %{pkgname} のインストールを補助するパッケージ
8Name:           install-assist-%{pkgname}
9Version:        %{pkgversion}
10Release:        1%{?_dist_release}
11License:        Commercial
12Group:          Applications/Productivity
13
14ExclusiveArch:  %{ix86} x86_64
15# Requires(posttrans) not yet implemented. So we use (post) instead.
16Requires(post): self-build-setup >= 0.9.0
17# Required packages for AdobeReader_jpn
18Requires:       gtk2 >= 2.4.0
19Requires:       gawk, grep, procps, atk,
20Requires:       fontconfig, freetype2, pango
21Requires:       libgcc, glib2, libstdc++34
22Requires:       mesa-libGL, mesa-libGLU
23Requires:       libX11, libXext, libXt
24Requires:       libidn, libxml2, zlib
25%ifarch x86_64
26Requires:       compat32-libcanberra-gtk2
27Requires:       compat32-gtk2-engines
28Requires:       compat32-mesa-libGLU
29Requires(post): nspluginwrapper
30%endif
31
32Packager:       kazutaka, munepi
33
34
35%description
36Adobe Reader is an application to easily view, browse and
37print PDF files.
38
39If you install this package, it automaticaly downloads
40required files to install %{pkgname}.
41And the downloaded files are automatically installed if
42installation is executed by apt-get command or synaptic
43package manager.
44
45%description -l ja
46Adobe Reader は PDF (Portable Document Format)ファイルを表示、
47閲覧、および印刷するためのソフトウェアです。
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%ifarch x86_64
60/usr/lib/rpm/pre-allocate-rpm.sh AdbeRdr%{pkgversion}-1_i486linux_jpn
61/usr/bin/mozilla-plugin-config -i
62exit 0
63%endif
64
65
66%files
67
68%changelog
69* Wed Jun 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.3-1
70- new upstream release
71
72* Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.2-1
73- new upstream release
74
75* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.1-2
76- changed %%{dlurl} to http
77
78* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.1-1
79- new upstream release
80
81* Wed Jan 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3-1
82- new upstream release
83
84* Sat Oct 17 2009 Munehiro Yamamoto <munepi@vinelinux.org> 9.2-1
85- new upstream release
86
87* Tue Aug 18 2009 Munehiro Yamamoto <munepi@vinelinux.org> 9.1.3-1
88- new upstream release
89
90* Sat Jul 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 9.1.2-3
91- added pre-allocate in %%posttrans for x86_64
92
93* Fri Jul 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 9.1.2-2
94- setup for x86_64
95
96* Fri Jun 19 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.2-1
97- new upstream release
98
99* Sun May 31 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-4
100- drop x86_64 from ExclusiveArch
101
102* Sat May 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-3
103- change self-build-setup from PreReq to Requires(post)
104
105* Thu May 14 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-2
106- switch PreReq: to self-build-setup >= 0.9.0
107- add ExclusiveArch: %%{ix86} x86_64
108
109* Fri May 08 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-1
110- initial build for Vine Linux.
Note: See TracBrowser for help on using the repository browser.