source: projects/specs/trunk/nonfree/install-assist-flash-plugin/install-assist-flash-plugin-vl.spec @ 4870

Revision 4870, 4.6 KB checked in by munepi, 13 years ago (diff)

updated nspluginwrapper and install-assist-flash-plugin: supported native linux x86_64 flash-plugin

Line 
1%define pkgname flash-plugin
2%define pkgversion      11.0.1.152
3%define dlurl   http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-%{pkgversion}-release.%{target_arch}.rpm
4
5%ifarch %{ix86}
6%define target_arch i386
7%endif
8%ifarch x86_64
9%define target_arch x86_64
10%endif
11
12Summary:        Package to assist installation of Adobe Flash Player (%{target_arch})
13Summary(ja):    Adobe Flash Player (%{target_arch}) のインストールを補助するパッケージ
14Name:           install-assist-%{pkgname}
15Version:        %{pkgversion}
16Release:        2%{?_dist_release}
17## This spec Source0 is obsolete
18Source0:        %{pkgname}.spec
19License:        Commercial
20Group:          Applications/Internet
21
22ExclusiveArch:  %{ix86} x86_64
23# Requires(posttrans) not yet implemented. So we use (post) instead.
24Requires(post): self-build-setup >= 0.9.0
25# Required packages for flash-plugin 10 (<BTS:wishes:0178>)
26Requires:       curl
27Requires:       nss
28Requires:       libXt
29%ifarch x86_64
30Requires:       compat32-nss
31Requires:       compat32-libXt
32Requires:       compat32-alsa-lib
33Requires(post): nspluginwrapper
34%endif
35%ifarch %{ix86}
36Conflicts:      install-assist-flash-plugin9
37%endif
38
39BuildRoot:      %{_tmppath}/%{name}-%{version}-root
40
41Packager:       kazutaka, munepi
42
43
44%description
45Adobe Flash Player %{pkgversion} (%{target_arch})
46
47If you install this package, it automaticaly downloads
48required files to install %{pkgname}.
49And the downloaded files are automatically installed if
50installation is executed by apt-get command or synaptic
51package manager.
52
53%description -l ja
54Adobe Flash Player %{pkgversion} (%{target_arch})
55
56このパッケージをインストールすると、自動的に %{pkgname}
57のインストールに必要な rpm ファイルをダウンロードします。
58また apt-get コマンドや synapticパッケージマネージャから実行
59した場合は、ダウンロードした rpm ファイルのインストールも自
60動的に行います。
61
62
63%install
64%{__rm} -rf ${RPM_BUILD_ROOT}
65%{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
66#%{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
67
68%clean
69%{__rm} -rf ${RPM_BUILD_ROOT}
70
71%posttrans
72/usr/lib/rpm/get-binary-rpm.sh %{name} %{dlurl}
73
74%ifarch x86_64
75/usr/lib/rpm/pre-allocate-rpm.sh %{pkgname}-%{version}-release
76/usr/bin/mozilla-plugin-config -i
77exit 0
78%endif
79
80
81%files
82
83
84%changelog
85* Thu Oct  6 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.1.152-2
86- supportted native linux 64-bit flash-plugin
87
88* Thu Oct  6 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.1.152-1
89- new upstream release
90
91* Fri Sep 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.3.183.10-1
92- new upstream release
93
94* Fri Sep 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.3.183.7-1
95- new upstream release
96
97* Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.3.183.5-1
98- new upstream release
99
100* Thu Jun 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.3.181.26-1
101- new upstream release
102
103* Sat May 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.3.181.14-1
104- new upstream release
105
106* Fri May 06 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.2.159.1-1
107- new upstream release
108
109* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.2.153.1-1
110- new upstream release
111
112* Thu Feb 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.2.152.27
113- new upstream release
114
115* Wed Dec 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.1.102.65
116- new upstream release
117
118* Sat Nov 06 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.1.102.64
119- new upstream release
120
121* Thu Sep 23 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.1.85.3-1
122- new upstream release
123
124* Fri Aug 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.1.82.76-1
125- new upstream release
126
127* Fri Jun 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.1.53.64-1
128- new upstream release
129- added Requires: nss libXt
130- added Requires: compat32-libXt (for x86_64)
131
132* Sat Feb 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.45.2-1
133- new upstream release
134
135* Wed Dec 09 2009 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.42.34-1
136- new upstream release
137
138* Wed Aug 12 2009 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.32.18-2
139- mentioned "i386" flash-player in Summary and %%description
140
141* Fri Jul 31 2009 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.32.18-1
142- new upstream release
143
144* Sat Jul 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 10.0.22.87-4
145- setup for x86_64
146
147* Fri Jun 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 10.0.22.87-3
148- add Requires: curl (<BTS:wishes:0178>)
149
150* Thu Jun 04 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 10.0.22.87-2
151- update flash-plugin.spec (add symlink for %%{_libdir}/mozilla/plugins/)
152  (<BTS:wishes:0178>)
153
154* Sun May 24 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 10.0.22.87-1
155- initial build for Vine Linux.
Note: See TracBrowser for help on using the repository browser.