Author: glen Date: Wed Dec 19 20:56:46 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: nicedit.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nicedit.spec diff -u /dev/null SPECS/nicedit.spec:1.1 --- /dev/null Wed Dec 19 21:56:46 2007 +++ SPECS/nicedit.spec Wed Dec 19 21:56:41 2007 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +Summary: Micro Inline WYSIWY +Name: nicedit +Version: 0.26 +Release: 1 +License: MIT +Group: Applications/WWW +Source0: http://nicedit.com/nicEdit-full.zip +# Source0-md5: 360663edaa06259ea1cbdd8f4066cbc5 +URL: http://nicedit.com/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _appdir %{_datadir}/%{name} + +%description +NicEdit is a Javascript/AJAX inline content editor to allow easy +editing of web site content on the fly in the browser. It integrates +into any site in seconds to make any element/div editable or convert +standard textareas to rich text editing. + +%prep +%setup -q -n nicEditor + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_appdir} +cp -a nicEdit.js nicEditorIcons.gif $RPM_BUILD_ROOT%{_appdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc LICENSE +%{_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-12-19 20:56:41 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
