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

glen glen at pld-linux.org
Tue Jul 4 20:43:47 CEST 2006


Author: glen                         Date: Tue Jul  4 18:43:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/drupal-mod-ldap_integration.spec
diff -u /dev/null SPECS/drupal-mod-ldap_integration.spec:1.1
--- /dev/null	Tue Jul  4 20:43:47 2006
+++ SPECS/drupal-mod-ldap_integration.spec	Tue Jul  4 20:43:42 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+%define		modname ldap_integration
+Summary:	Drupal LDAP Integration Module
+Name:		drupal-mod-%{modname}
+Version:	4.6.0
+Release:	0.1
+License:	?
+Group:		Applications/WWW
+Source0:	http://wiki.pablobm.com/images/5/51/Ldap_integration-%{version}.tar.gz
+# Source0-md5:	ab190ffb43d8365de411b17354e94bb1
+URL:		http://drupal.org/node/15109
+Requires:	drupal >= 4.6.0
+Requires:	php-ldap
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_sysconfdir	/etc/drupal
+%define		_drupaldir	%{_datadir}/drupal
+%define		_moddir		%{_drupaldir}/modules
+
+%description
+This module allows users to authenticate against a LDAP directory.
+Additionally, users can read and modify their data in the LDAP directory, being
+the administrator able to limit it.
+
+%prep
+%setup -q -n %{modname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_moddir}
+
+cp -a *.module $RPM_BUILD_ROOT%{_moddir}
+cp -a %{modname} $RPM_BUILD_ROOT%{_moddir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%{_moddir}/*.module
+%{_moddir}/%{modname}
+
+%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  2006/07/04 18:43:42  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list