]> git.pld-linux.org Git - packages/ckeditor-addon-autogrow.git/blame - ckeditor-addon-autogrow.spec
add allow disable patch
[packages/ckeditor-addon-autogrow.git] / ckeditor-addon-autogrow.spec
CommitLineData
a0e84142
ER
1%define addon autogrow
2Summary: AutoGrow plugin
3Name: ckeditor-addon-%{addon}
4Version: 4.2.3
5Release: 1
6# License: same as ckeditor
7License: LGPL v2.1+ / GPL v2+ / MPL
8Group: Applications/WWW
9Source0: http://download.ckeditor.com/autogrow/releases/autogrow_%{version}.zip
10# Source0-md5: 47d9ff305241de389e60c0c73de27d13
46881b36 11Patch0: allow-disable.patch
a0e84142
ER
12URL: http://ckeditor.com/addon/autogrow
13BuildRequires: rpmbuild(macros) >= 1.553
14BuildRequires: sed >= 4.0
15BuildRequires: unzip
16Requires: ckeditor
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _appdir %{_datadir}/ckeditor
21%define _pluginsdir %{_appdir}/plugins
22
23%description
24With this plugin, the editor content space will automatically expand
25horizontally to fit the content.
26
27The following configuration options are available:
28- maximum and minimum autogrow size.
29- have autogrow happen on editor startup
30
31Note: This plugin is to be used with the themedui creato
32
33%prep
34%setup -qc
46881b36 35%patch0 -p0
a0e84142
ER
36mv %{addon}/samples .
37
38%install
39rm -rf $RPM_BUILD_ROOT
40install -d $RPM_BUILD_ROOT%{_pluginsdir}
41cp -a %{addon} $RPM_BUILD_ROOT%{_pluginsdir}
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc samples
49%{_pluginsdir}/%{addon}
This page took 0.106702 seconds and 4 git commands to generate.