Author: glen Date: Thu Aug 23 14:21:50 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: swfobject.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/swfobject.spec diff -u /dev/null SPECS/swfobject.spec:1.1 --- /dev/null Thu Aug 23 16:21:50 2007 +++ SPECS/swfobject.spec Thu Aug 23 16:21:45 2007 @@ -0,0 +1,48 @@ +# $Revision$, $Date$ +Summary: Javascript Flash Player detection and embed script +Name: swfobject +Version: 1.5 +Release: 1 +License: MIT +Group: Applications/WWW +Source0: http://blog.deconcept.com/swfobject/swfobject.zip +# Source0-md5: c165bb34978ed008ed2108f2df40ba93 +URL: http://blog.deconcept.com/swfobject/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _appdir %{_datadir}/%{name} + +%description +SWFObject is a small Javascript file used for embedding Adobe Flash content. +The script can detect the Flash plug-in in all major web browsers (on Mac and +PC) and is designed to make embedding Flash movies as easy as possible. It is +also very search engine friendly, degrades gracefully, can be used in valid +HTML and XHTML 1.0 documents, and is forward compatible, so it should work for +years to come. + +%prep +%setup -q -n swfobject1-5/ + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_appdir} +cp -a swfobject.js $RPM_BUILD_ROOT%{_appdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc readme.txt +%{_appdir} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/08/23 14:21:45 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
