[packages/ckeditor-addon-autogrow] new, version 4.2.3

glen glen at pld-linux.org
Wed Jan 22 14:22:57 CET 2014


commit a0e841423408c57e75d139373781fcb63deff9e6
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 22 15:22:36 2014 +0200

    new, version 4.2.3

 ckeditor-addon-autogrow.spec | 47 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/ckeditor-addon-autogrow.spec b/ckeditor-addon-autogrow.spec
new file mode 100644
index 0000000..ad77d93
--- /dev/null
+++ b/ckeditor-addon-autogrow.spec
@@ -0,0 +1,47 @@
+%define		addon	autogrow
+Summary:	AutoGrow plugin
+Name:		ckeditor-addon-%{addon}
+Version:	4.2.3
+Release:	1
+# License: same as ckeditor
+License:	LGPL v2.1+ / GPL v2+ / MPL
+Group:		Applications/WWW
+Source0:	http://download.ckeditor.com/autogrow/releases/autogrow_%{version}.zip
+# Source0-md5:	47d9ff305241de389e60c0c73de27d13
+URL:		http://ckeditor.com/addon/autogrow
+BuildRequires:	rpmbuild(macros) >= 1.553
+BuildRequires:	sed >= 4.0
+BuildRequires:	unzip
+Requires:	ckeditor
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir		%{_datadir}/ckeditor
+%define		_pluginsdir	%{_appdir}/plugins
+
+%description
+With this plugin, the editor content space will automatically expand
+horizontally to fit the content.
+
+The following configuration options are available:
+- maximum and minimum autogrow size.
+- have autogrow happen on editor startup
+
+Note: This plugin is to be used with the themedui creato
+
+%prep
+%setup -qc
+mv %{addon}/samples .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pluginsdir}
+cp -a %{addon} $RPM_BUILD_ROOT%{_pluginsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc samples
+%{_pluginsdir}/%{addon}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ckeditor-addon-autogrow.git/commitdiff/a0e841423408c57e75d139373781fcb63deff9e6



More information about the pld-cvs-commit mailing list