]> git.pld-linux.org Git - packages/drupal-mod-tinymce.git/commitdiff
- drupal module
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 May 2005 15:30:40 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-tinymce.spec -> 1.1

drupal-mod-tinymce.spec [new file with mode: 0644]

diff --git a/drupal-mod-tinymce.spec b/drupal-mod-tinymce.spec
new file mode 100644 (file)
index 0000000..3a71fc8
--- /dev/null
@@ -0,0 +1,44 @@
+%define                modname tinymce
+Summary:       Drupal TinyMCE WYSIWYG Editor Module
+Name:          drupal-mod-%{modname}
+Version:       4.6.0
+Release:       0.1
+Epoch:         0
+License:       GPL
+Group:         Applications/WWW
+Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
+# Source0-md5: dd7630860baf1f7f470d71c272d275eb
+URL:           http://drupal.org/project/tinymce
+Requires:      drupal >= 4.6.0
+Requires:      tinymce
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _moddir         %{_datadir}/drupal/modules
+
+%description
+Use the TinyMCE WYSIWYG editor for editing site content. A
+collaborative project by richardb, mathias and jjeff.
+
+Features include:
+- Drupal image upload integration
+- Dynamically turn off/on TinyMCE per textarea field
+- Assign different tinymce profiles per role
+
+%prep
+%setup -q -n %{modname}
+rm -f LICENSE.txt # pure GPL
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_moddir}
+
+install *.module $RPM_BUILD_ROOT%{_moddir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%{_moddir}/*.module
This page took 0.061931 seconds and 4 git commands to generate.