]> git.pld-linux.org Git - packages/drupal-mod-fckeditor.git/blob - drupal-mod-fckeditor.spec
- new
[packages/drupal-mod-fckeditor.git] / drupal-mod-fckeditor.spec
1 %define         modname fckeditor
2 Summary:        Drupal FCKeditor WYSIWYG Editor Module
3 Name:           drupal-mod-%{modname}
4 Version:        4.6.0
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/WWW
8 Source0:        http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
9 # Source0-md5:  2dc5313fc417cad484bbfc434e3e971b
10 Source1:        %{name}.conf
11 URL:            http://drupal.org/project/fckeditor
12 Requires:       php >= 3:4.3.0
13 Requires:       drupal >= 4.6.0
14 Requires:       fckeditor
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _drupaldir      %{_datadir}/drupal
19 %define         _moddir         %{_drupaldir}/modules
20
21 %description
22 This module allows Drupal to replace textarea fields with FCKeditor.
23
24 This HTML text editor brings to the web many of the powerful
25 functionalities of known desktop editors like Word. It's really
26 lightweight and doesn't require any kind of installation on the client
27 computer.
28
29 %prep
30 %setup -q -n %{modname}
31 rm -f LICENSE.txt # GPL v2
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_moddir}/{lib,ssip}}
36 install *.module $RPM_BUILD_ROOT%{_moddir}
37 cp -a lib/* $RPM_BUILD_ROOT%{_moddir}/lib
38 cp -a ssip/* $RPM_BUILD_ROOT%{_moddir}/ssip
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.txt
46 %{_moddir}/*.module
47 %{_moddir}/lib
48 %{_moddir}/ssip
This page took 0.066379 seconds and 4 git commands to generate.