]> git.pld-linux.org Git - packages/drupal-mod-ldap_integration.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Jul 2006 18:43:42 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-ldap_integration.spec -> 1.1

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

diff --git a/drupal-mod-ldap_integration.spec b/drupal-mod-ldap_integration.spec
new file mode 100644 (file)
index 0000000..8f431a1
--- /dev/null
@@ -0,0 +1,42 @@
+%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}
This page took 0.030517 seconds and 4 git commands to generate.