]> git.pld-linux.org Git - packages/adobe-flash-standalone.git/commitdiff
- update standalone (aka projector) to 10.3.181.34
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Jul 2011 22:14:52 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash-standalone.spec -> 1.5

adobe-flash-standalone.spec

index c8cfb13a8a482f3ea587f27d0d473032e0de42c7..3c41f7e591fd2eb4ea0d54d757bcc27fce53e7a7 100644 (file)
@@ -1,18 +1,15 @@
-%define                ver_major       10
-%define                ver_minor       0
-%define                ver_patch       15
-%define                ver_serial      3
 %define                rel 1
-Summary:       Standalone Flash player
+Summary:       Standalone Flash player (Projector)
 Summary(pl.UTF-8):     Odtwarzacz Flash
 Name:          adobe-flash-standalone
-Version:       %{ver_major}.%{ver_minor}.%{ver_patch}.%{ver_serial}
+Version:       10.3.181.34
 Release:       %{rel}%{?with_license_agreement:wla}
 License:       Free to use, non-distributable
 Group:         X11/Applications/Multimedia
-Source0:       http://download.macromedia.com/pub/flashplayer/updaters/10/flash_player_10_linux_dev.tar.gz
-# NoSource0-md5:       
-URL:           http://www.adobe.com/products/flashplayer/
+Source0:       http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa.tar.gz#/%{name}-%{version}.tgz
+# NoSource0-md5:       a315c5508d049060558b70d5654ff0c3
+NoSource:      0
+URL:           http://www.adobe.com/support/flashplayer/downloads.html
 # apparently dlopened by player
 Requires:      libasound.so.2
 Requires:      libcurl.so.4
@@ -22,21 +19,21 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _sysconfdir     /etc/adobe
 
 %description
-Adobe(R) Flash(R) Player for Linux - the next-generation client
-runtime for engaging with Flash content and applications on Linux.
+Adobe(R) Flash(R) Standalone Player (aka Projector) for Linux - the
+next-generation client runtime for engaging with Flash content and
+applications on Linux.
 
 %description -l pl.UTF-8
 Adobe(R) Flash(R) Player - środowisko nowej generacji do obsługi
 treści i aplikacji we Flashu pod Linuksem.
 
 %prep
-%setup -q -n flash_player_%{ver_major}_linux_dev
-tar xf standalone/release/flashplayer.tar.gz
+%setup -qc
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-install -D flashplayer $RPM_BUILD_ROOT%{_bindir}/flashplayer
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -p flashplayer $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.081887 seconds and 4 git commands to generate.