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

Revision 2986, 3.9 KB checked in by munepi, 13 years ago (diff)

updated gnome-mplayer-vl.spec, install-assist-AdobeReader_jpn-vl.spec: new upstream release

Line 
1%define pkgname AdobeReader_jpn
2%define pkgversion 9.4.2
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} (i486)
7Summary(ja):    %{pkgname} (i486) のインストールを補助するパッケージ
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* Fri Mar 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 9.4.2-1
70- new upstream release
71
72* Sun Dec 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.4.1-1
73- new upstream release
74
75* Thu Oct 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.4-1
76- new upstream release
77
78* Fri Aug 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.4-1
79- new upstream release
80
81* Wed Jun 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.3-1
82- new upstream release
83
84* Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.2-1
85- new upstream release
86
87* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.1-2
88- changed %%{dlurl} to http
89
90* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.1-1
91- new upstream release
92
93* Wed Jan 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3-1
94- new upstream release
95
96* Sat Oct 17 2009 Munehiro Yamamoto <munepi@vinelinux.org> 9.2-1
97- new upstream release
98
99* Tue Aug 18 2009 Munehiro Yamamoto <munepi@vinelinux.org> 9.1.3-1
100- new upstream release
101
102* Sat Jul 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 9.1.2-3
103- added pre-allocate in %%posttrans for x86_64
104
105* Fri Jul 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 9.1.2-2
106- setup for x86_64
107
108* Fri Jun 19 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.2-1
109- new upstream release
110
111* Sun May 31 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-4
112- drop x86_64 from ExclusiveArch
113
114* Sat May 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-3
115- change self-build-setup from PreReq to Requires(post)
116
117* Thu May 14 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-2
118- switch PreReq: to self-build-setup >= 0.9.0
119- add ExclusiveArch: %%{ix86} x86_64
120
121* Fri May 08 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-1
122- initial build for Vine Linux.
Note: See TracBrowser for help on using the repository browser.