SPECS: adobe-flash-standalone.spec (NEW) - initial
arekm
arekm at pld-linux.org
Thu Oct 4 13:57:26 CEST 2007
Author: arekm Date: Thu Oct 4 11:57:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
adobe-flash-standalone.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/adobe-flash-standalone.spec
diff -u /dev/null SPECS/adobe-flash-standalone.spec:1.1
--- /dev/null Thu Oct 4 13:57:26 2007
+++ SPECS/adobe-flash-standalone.spec Thu Oct 4 13:57:21 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+#
+%define _ver_major 9
+%define _ver_minor 0
+%define _ver_patch 48
+%define _ver_serial 0
+%define _rel 1
+Summary: Standalone Flash player
+Summary(pl.UTF-8): Odtwarzacz Flash
+Name: adobe-flash-standalone
+Version: %{_ver_major}.%{_ver_minor}.%{_ver_patch}.%{_ver_serial}
+Release: %{_rel}%{?with_license_agreement:wla}
+License: Free to use, non-distributable
+Group: X11/Applications/Multimedia
+Source0: http://download.macromedia.com/pub/flashplayer/updaters/9/flash_player_9_linux_dev.tar.gz
+# NoSource0-md5: cd0ca45c56f81f94e806125d39374c07
+URL: http://www.adobe.com/products/flashplayer/
+# apparently dlopened by player
+Requires: libasound.so.2
+ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _sysconfdir /etc/adobe
+
+%description
+Adobe(R) Flash(R) Player 9 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
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D flashplayer $RPM_BUILD_ROOT%{_bindir}/flashplayer
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/10/04 11:57:21 arekm
+- initial
+
+
================================================================
More information about the pld-cvs-commit
mailing list