]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/blame - drupal-mod-tinymce.spec
- drupal module
[packages/drupal-mod-tinymce.git] / drupal-mod-tinymce.spec
CommitLineData
17216edc
ER
1%define modname tinymce
2Summary: Drupal TinyMCE WYSIWYG Editor Module
3Name: drupal-mod-%{modname}
4Version: 4.6.0
5Release: 0.1
6Epoch: 0
7License: GPL
8Group: Applications/WWW
9Source0: http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
10# Source0-md5: dd7630860baf1f7f470d71c272d275eb
11URL: http://drupal.org/project/tinymce
12Requires: drupal >= 4.6.0
13Requires: tinymce
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _moddir %{_datadir}/drupal/modules
18
19%description
20Use the TinyMCE WYSIWYG editor for editing site content. A
21collaborative project by richardb, mathias and jjeff.
22
23Features include:
24- Drupal image upload integration
25- Dynamically turn off/on TinyMCE per textarea field
26- Assign different tinymce profiles per role
27
28%prep
29%setup -q -n %{modname}
30rm -f LICENSE.txt # pure GPL
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_moddir}
35
36install *.module $RPM_BUILD_ROOT%{_moddir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc *.txt
44%{_moddir}/*.module
This page took 0.060922 seconds and 4 git commands to generate.