Name : flash-plugin Version : 7.0.61 Release : 1%{dist} License : Macromedia EULA Summary : Macromedia Flash Player Plugin Group : Applications/Multimedia URL : http://www.macromedia.com/software/flashplayer/ Vendor : Macromedia, Inc. Packager : Thomas Chung Source0 : install_flash_player_7_linux.tar.gz Source1 : EULA.txt BuildRoot : %{_tmppath}/%{name}-%{version}-buildroot Requires : mozilla >= 1.4 Obsoletes : flash4, flash5 AutoProv : no AutoReq : no %description Macromedia Flash Player plug-in for Mozilla web browser. %prep rm -rf %{buildroot} ####################################################################### # setup macro # -a num : Only unpack source number after changing to the directory # -b num : Only unpack source number before changing to the directory # -c : Create directory before unpacking. # -D : Do not delete the directory before unpacking # -n name : Name the directory as name # -q : Run quiety with minimum output # -T : Disable the automatic unpacking of the archives. ####################################################################### %setup -q -n install_flash_player_7_linux %install cp %{SOURCE1} %{_builddir}/install_flash_player_7_linux mkdir -p %{buildroot}%{_libdir}/mozilla/plugins install -m755 flashplayer.xpt libflashplayer.so %{buildroot}%{_libdir}/mozilla/plugins %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc Readme.txt EULA.txt %{_libdir}/mozilla/plugins/* %changelog * Thu Nov 17 2005 Thomas Chung 7.0.61-1 - Version 7.0.61 * Mon Jul 11 2005 Thomas Chung 7.0.25-5 - Use {dist} tag - It's not necessary to install plugin to firefox/plugins dir * Tue Mar 08 2005 Thomas Chung 7.0.25-4 - Rebuild * Mon Nov 01 2004 Thomas Chung 7.0.25-3 - Set AutoProv and AutoReq to no - Install plugins for Firefox * Wed Sep 08 2004 Thomas Chung 7.0.25-2 - Rebuild from non-root build-system * Thu Jun 03 2004 Thomas Chung 7.0.25-1 - Version 7.0.25 * Fri Apr 30 2004 Thomas Chung 6.0.81-1 - Rebuit with new release number - Cleaned up spec - Fixed {_mandir} path in comment - Removed AutoReqProv tag - Added Requires for mozilla * Mon Mar 29 2004 Thomas Chung 6.0.81-0 - Rebuilt for version 6.0.81 - Removed dependency check for compat-libstdc++ * Wed Feb 18 2004 Thomas Chung 6.0.79-0 - Used built-in and custom macros - Added EULA (End User License Agreement) - Add dependency check for compat-libstdc++