SPECS: drupal-mod-pathauto.spec (NEW) - new

glen glen at pld-linux.org
Tue Dec 6 17:33:12 CET 2005


Author: glen                         Date: Tue Dec  6 16:33:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/drupal-mod-pathauto.spec
diff -u /dev/null SPECS/drupal-mod-pathauto.spec:1.1
--- /dev/null	Tue Dec  6 17:33:12 2005
+++ SPECS/drupal-mod-pathauto.spec	Tue Dec  6 17:33:06 2005
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+%define		modname pathauto
+Summary:	Drupal Pathauto Module
+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:	87d92073546ce9f0e95960a454d84914
+URL:		http://drupal.org/node/17345
+Requires:	drupal >= 4.6.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_drupaldir	%{_datadir}/drupal
+%define		_moddir		%{_drupaldir}/modules
+
+%description
+The pathauto module automatically generates path aliases for various
+kinds of content (nodes, categories, users) when no explicit alias is
+provided by the user.
+
+%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 *.inc $RPM_BUILD_ROOT%{_moddir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt contrib/
+%{_moddir}/*.module
+%{_moddir}/*.inc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/12/06 16:33:06  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list