]> git.pld-linux.org Git - packages/adobe-flash-standalone.git/blob - adobe-flash-standalone.spec
- 11.0.1.152
[packages/adobe-flash-standalone.git] / adobe-flash-standalone.spec
1 %define         rel 1
2 Summary:        Standalone Flash player (Projector)
3 Summary(pl.UTF-8):      Odtwarzacz Flash
4 Name:           adobe-flash-standalone
5 Version:        11.0.1.152
6 Release:        %{rel}%{?with_license_agreement:wla}
7 License:        Free to use, non-distributable
8 Group:          X11/Applications/Multimedia
9 Source0:        http://download.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_sa.i386.tar.gz#/%{name}-%{version}.tgz
10 # NoSource0-md5:        4d7c80df0614da4cffd46b77ebfaa466
11 URL:            http://www.adobe.com/support/flashplayer/downloads.html
12 # apparently dlopened by player
13 Requires:       libasound.so.2
14 Requires:       libcurl.so.4
15 ExclusiveArch:  %{ix86}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _sysconfdir     /etc/adobe
19
20 %description
21 Adobe(R) Flash(R) Standalone Player (aka Projector) for Linux - the
22 next-generation client runtime for engaging with Flash content and
23 applications on Linux.
24
25 %description -l pl.UTF-8
26 Adobe(R) Flash(R) Player - środowisko nowej generacji do obsługi
27 treści i aplikacji we Flashu pod Linuksem.
28
29 %prep
30 %setup -qc
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35 install -p flashplayer $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/flashplayer
This page took 0.065578 seconds and 3 git commands to generate.