source: projects/specs/tags/6_0_REL/nonfree/install-assist-flash-plugin/install-assist-flash-plugin-vl.spec @ 4150

Revision 4150, 4.0 KB checked in by munepi, 13 years ago (diff)

udpated install-assist-flash-plugin-vl.spec

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