SPECS: macromedia-flash.spec - let's try 9.0.21.55

arekm arekm at pld-linux.org
Thu Oct 19 14:52:15 CEST 2006


Author: arekm                        Date: Thu Oct 19 12:52:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- let's try 9.0.21.55

---- Files affected:
SPECS:
   macromedia-flash.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/macromedia-flash.spec
diff -u SPECS/macromedia-flash.spec:1.55 SPECS/macromedia-flash.spec:1.56
--- SPECS/macromedia-flash.spec:1.55	Sun Sep 17 22:39:41 2006
+++ SPECS/macromedia-flash.spec	Thu Oct 19 14:52:10 2006
@@ -3,10 +3,10 @@
 # Conditional build:
 %bcond_with	license_agreement	# generates package
 #
-%define		_ver_major	7
+%define		_ver_major	9
 %define		_ver_minor	0
-%define		_ver_patch	68
-%define		_ver_serial	0
+%define		_ver_patch	21
+%define		_ver_serial	55
 %define		base_name	macromedia-flash
 Summary:	Flash plugin for Netscape-compatible WWW browsers
 Summary(pl):	Wtyczka Flash dla przeglądarek WWW zgodnych z Netscape
@@ -21,10 +21,11 @@
 License:	Free to use, non-distributable
 Group:		X11/Applications/Multimedia
 %if %{with license_agreement}
-Source0:	http://macromedia.mplug.org/rpmsource/flash-plugin-%{_ver_major}.%{_ver_minor}.%{_ver_patch}.tar.gz
-# NoSource0-md5:	a18532c8457f1140964c4d896a928c96
+Source0:	http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_101806.tar.gz
+# NoSource0-md5:	0b234c5d0eaf254ef8af364fb9ed97f2
 %else
 Source0:	license-installer.sh
+# NoSource0-md5:	0b234c5d0eaf254ef8af364fb9ed97f2
 %endif
 URL:		http://www.adobe.com/products/flashplayer/
 %if %{with license_agreement}
@@ -58,12 +59,12 @@
 
 %prep
 %if %{with license_agreement}
-%setup -q -n install_flash_player_7_linux
-ver=$(awk '/^Version/{print $2}' Readme.txt)
-if [ "$ver" != %{version} ]; then
-	: This tarball is not version %{version}. Source mentions version $ver. Something wrong
-	exit 1
-fi
+%setup -q -n flash-player-plugin-%{_ver_major}.%{_ver_minor}.%{_ver_patch}.%{_ver_serial}
+#ver=$(awk '/^Version/{print $2}' Readme.txt)
+#if [ "$ver" != %{version} ]; then
+#	: This tarball is not version %{version}. Source mentions version $ver. Something wrong
+#	exit 1
+#fi
 %endif
 
 %install
@@ -84,7 +85,7 @@
 %else
 
 install -d $RPM_BUILD_ROOT%{_plugindir}
-install *.{so,xpt} $RPM_BUILD_ROOT%{_plugindir}
+install *.so $RPM_BUILD_ROOT%{_plugindir}
 
 %endif
 
@@ -98,16 +99,16 @@
 %else
 
 %triggerin -- mozilla-firefox
-%nsplugin_install -d %{_libdir}/mozilla-firefox/plugins libflashplayer.so flashplayer.xpt
+%nsplugin_install -d %{_libdir}/mozilla-firefox/plugins libflashplayer.so
 
 %triggerun -- mozilla-firefox
-%nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins libflashplayer.so flashplayer.xpt
+%nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins libflashplayer.so
 
 %triggerin -- mozilla
-%nsplugin_install -d %{_libdir}/mozilla/plugins libflashplayer.so flashplayer.xpt
+%nsplugin_install -d %{_libdir}/mozilla/plugins libflashplayer.so
 
 %triggerun -- mozilla
-%nsplugin_uninstall -d %{_libdir}/mozilla/plugins libflashplayer.so flashplayer.xpt
+%nsplugin_uninstall -d %{_libdir}/mozilla/plugins libflashplayer.so
 
 %triggerin -- konqueror
 %nsplugin_install -d %{_libdir}/kde3/plugins/konqueror libflashplayer.so
@@ -122,10 +123,10 @@
 %nsplugin_uninstall -d %{_libdir}/opera/plugins libflashplayer.so
 
 %triggerin -- seamonkey
-%nsplugin_install -d %{_libdir}/seamonkey/plugins libflashplayer.so flashplayer.xpt
+%nsplugin_install -d %{_libdir}/seamonkey/plugins libflashplayer.so
 
 %triggerun -- seamonkey
-%nsplugin_uninstall -d %{_libdir}/seamonkey/plugins libflashplayer.so flashplayer.xpt
+%nsplugin_uninstall -d %{_libdir}/seamonkey/plugins libflashplayer.so
 
 # as rpm removes the old obsoleted package files after the triggers
 # above are ran, add another trigger to make the links there.
@@ -147,9 +148,8 @@
 %{_datadir}/%{base_name}
 
 %else
-%doc Readme.txt
+%doc *.txt
 %attr(755,root,root) %{_plugindir}/*.so
-%{_plugindir}/*.xpt
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -158,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2006/10/19 12:52:10  arekm
+- let's try 9.0.21.55
+
 Revision 1.55  2006/09/17 20:39:41  glen
 - change source0 to include version
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/macromedia-flash.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list