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