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

Revision 7222, 4.2 KB checked in by munepi, 11 years ago (diff)

added R: {compat32-,}pangox-compat for vl7; added R: compat32-libxml2

RevLine 
[831]1%define pkgname AdobeReader_jpn
[2986]2%define pkgversion 9.4.2
[831]3#% define dlurl ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/%{pkgversion}/jpn/AdbeRdr%{pkgversion}-1_i486linux_jpn.rpm
[2284]4%define dlurl http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/%{pkgversion}/jpn/AdbeRdr%{pkgversion}-1_i486linux_jpn.rpm
[831]5
[2284]6Summary:        Package to assist installation of %{pkgname} (i486)
7Summary(ja):    %{pkgname} (i486) のインストールを補助するパッケージ
[831]8Name:           install-assist-%{pkgname}
9Version:        %{pkgversion}
[7222]10Release:        2%{?_dist_release}
[831]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
[7222]25%if %{?_dist_release} >= "vl7"
26Requires:       pangox-compat
27%endif
[831]28%ifarch x86_64
29Requires:       compat32-libcanberra-gtk2
30Requires:       compat32-gtk2-engines
31Requires:       compat32-mesa-libGLU
[7222]32Requires:       compat32-libxml2
33%if %{?_dist_release} >= "vl7"
34Requires:       compat32-pangox-compat
35%endif
[831]36Requires(post): nspluginwrapper
37%endif
38
39Packager:       kazutaka, munepi
40
41
42%description
43Adobe Reader is an application to easily view, browse and
44print PDF files.
45
46If you install this package, it automaticaly downloads
47required files to install %{pkgname}.
48And the downloaded files are automatically installed if
49installation is executed by apt-get command or synaptic
50package manager.
51
52%description -l ja
53Adobe Reader は PDF (Portable Document Format)ファイルを表示、
54閲覧、および印刷するためのソフトウェアです。
55
56このパッケージをインストールすると、自動的に %{pkgname}
57のインストールに必要な rpm ファイルをダウンロードします。
58また apt-get コマンドや synapticパッケージマネージャから実行
59した場合は、ダウンロードした rpm ファイルのインストールも自
60動的に行います。
61
62
63%posttrans
64/usr/lib/rpm/get-binary-rpm.sh %{name} %{dlurl}
65
66%ifarch x86_64
67/usr/lib/rpm/pre-allocate-rpm.sh AdbeRdr%{pkgversion}-1_i486linux_jpn
68/usr/bin/mozilla-plugin-config -i
69exit 0
70%endif
71
72
73%files
74
75%changelog
[7222]76* Wed Dec 12 2012 Munehiro Yamamoto <munepi@vinelinux.org> 9.4.2-2
77- added R: {compat32-,}pangox-compat for vl7
78- added R: compat32-libxml2
79
[2986]80* Fri Mar 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 9.4.2-1
81- new upstream release
82
[2284]83* Sun Dec 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.4.1-1
84- new upstream release
85
[2001]86* Thu Oct 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.4-1
87- new upstream release
88
[1621]89* Fri Aug 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.4-1
90- new upstream release
91
[1265]92* Wed Jun 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.3-1
93- new upstream release
94
[831]95* Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.2-1
96- new upstream release
97
98* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.1-2
99- changed %%{dlurl} to http
100
101* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3.1-1
102- new upstream release
103
104* Wed Jan 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.3-1
105- new upstream release
106
107* Sat Oct 17 2009 Munehiro Yamamoto <munepi@vinelinux.org> 9.2-1
108- new upstream release
109
110* Tue Aug 18 2009 Munehiro Yamamoto <munepi@vinelinux.org> 9.1.3-1
111- new upstream release
112
113* Sat Jul 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 9.1.2-3
114- added pre-allocate in %%posttrans for x86_64
115
116* Fri Jul 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 9.1.2-2
117- setup for x86_64
118
119* Fri Jun 19 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.2-1
120- new upstream release
121
122* Sun May 31 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-4
123- drop x86_64 from ExclusiveArch
124
125* Sat May 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-3
126- change self-build-setup from PreReq to Requires(post)
127
128* Thu May 14 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-2
129- switch PreReq: to self-build-setup >= 0.9.0
130- add ExclusiveArch: %%{ix86} x86_64
131
132* Fri May 08 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 9.1.0-1
133- initial build for Vine Linux.
Note: See TracBrowser for help on using the repository browser.