]> git.pld-linux.org Git - packages/drupal-mod-htmlcorrector.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Oct 2005 10:01:17 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-htmlcorrector.spec -> 1.1

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

diff --git a/drupal-mod-htmlcorrector.spec b/drupal-mod-htmlcorrector.spec
new file mode 100644 (file)
index 0000000..574df03
--- /dev/null
@@ -0,0 +1,43 @@
+%define                modname htmlcorrector
+Summary:       Drupal HTML corrector
+Name:          drupal-mod-%{modname}
+Version:       4.6.0
+Release:       0.1
+License:       GPL v2
+Group:         Applications/WWW
+Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
+# Source0-md5: 076ec184722bc10ed233d87a3ce284a8
+URL:           http://drupal.org/project/htmlcorrector
+# for %%banner
+#BuildRequires:        rpmbuild(macros) >= 1.194
+Requires:      drupal >= 4.6.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
+
+%description
+This is a HTML correcting module. The filter scans the input, builds
+up a list of open tags and closes them when needed.
+
+Note that it does not validate the document according to the HTML
+specifications, but merely ensures that any tags are properly nested.
+
+%prep
+%setup -q -n %{modname}
+rm -f LICENSE.txt # GPL v2
+
+%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.062369 seconds and 4 git commands to generate.