Author: glen                         Date: Mon Oct 10 10:01:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   drupal-mod-htmlcorrector.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/drupal-mod-htmlcorrector.spec
diff -u /dev/null SPECS/drupal-mod-htmlcorrector.spec:1.1
--- /dev/null   Mon Oct 10 12:01:23 2005
+++ SPECS/drupal-mod-htmlcorrector.spec Mon Oct 10 12:01:17 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+%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
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/10 10:01:17  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to