]> git.pld-linux.org Git - packages/drupal-mod-img_assist.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-img_assist.spec -> 1.1

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

diff --git a/drupal-mod-img_assist.spec b/drupal-mod-img_assist.spec
new file mode 100644 (file)
index 0000000..24c2795
--- /dev/null
@@ -0,0 +1,51 @@
+%define                modname img_assist
+Summary:       Drupal Img_assist Module
+Name:          drupal-mod-%{modname}
+Version:       4.6.0
+Release:       0.3
+Epoch:         0
+License:       GPL
+Group:         Applications/WWW
+Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
+# Source0-md5: 4b1c6d159005fee95ed40b6fd17085d4
+URL:           http://drupal.org/project/img_assist
+Requires:      drupal >= 4.6.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _moddir         %{_datadir}/drupal/modules
+
+%description
+This module generates an image icon next to the textarea fields of you
+choice. Clicking the icon opens an image browsing window, displaying
+all images that have been uploaded through image module, upload module
+or img_assist. Images can be filtered by ownership or taxonomic terms
+(categories). 
+
+Img_assist can also be used when adding images from a rich-text
+editor. This feature currently exists for TinyMCE. Support for
+Htmlarea is also planned.
+
+%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}
+# FIXME directory
+install *.css *.js *.jpg $RPM_BUILD_ROOT%{_moddir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt img_assist.{mysql,pgsql}
+%{_moddir}/*.module
+# TODO
+%{_moddir}/*.js
+%{_moddir}/*.css
+%{_moddir}/*.jpg
This page took 0.084771 seconds and 4 git commands to generate.