Author: uzsolt Date: Wed Sep 9 20:05:53 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial - doesn't work (see TODO)
---- Files affected: packages/opera-plugin-flashblock: opera-plugin-flashblock.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/opera-plugin-flashblock/opera-plugin-flashblock.spec diff -u /dev/null packages/opera-plugin-flashblock/opera-plugin-flashblock.spec:1.1 --- /dev/null Wed Sep 9 22:05:53 2009 +++ packages/opera-plugin-flashblock/opera-plugin-flashblock.spec Wed Sep 9 22:05:48 2009 @@ -0,0 +1,62 @@ +# $Revision$, $Date$ +# TODO: +# - License +# - doesn't work the "styles" directory - what's the correct place? +Summary: Replaces Flash objects with a button you can click to view them +Summary(hu.UTF-8): Flash objektumokat cseréli ki egy gombra, amelyre kattintva megnézheted +Name: opera-plugin-flashblock +Version: 1.6.9 +Release: 0.1 +License: unknown +Group: Applications +Source0: http://ruzanow.ru/opera/flashblocker.zip +# Source0-md5: dddb58f7468860adc4c4ac72425a0ecc +URL: http://my.opera.com/Lex1/blog/flashblock-for-opera-9 +Requires: opera >= 10.0 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define operadir %{_datadir}/opera +%define operastyles %{operadir}/styles/user +%define operascripts %{operadir}/scripts + +%description +Replaces Flash objects with a button you can click to view them. + +%description -l hu.UTF-8 +Flash objektumokat cseréli ki egy gombra, amelyre kattintva +megnézheted. + +%prep +%setup -q -c -n flashblock + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{operastyles} +install -d $RPM_BUILD_ROOT%{operascripts} + +install FlashBlocker.css $RPM_BUILD_ROOT%{operastyles} +install FlashBlocker.js $RPM_BUILD_ROOT%{operascripts} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc FlashBlocker-info* +%{operastyles}/* +%{operascripts}/* + +%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 2009/09/09 20:05:48 uzsolt +- initial +- doesn't work (see TODO) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
