packages: openldap-module-sha2/openldap-module-sha2.spec (NEW) - initial PL...

pawelz pawelz at pld-linux.org
Fri Nov 20 18:28:35 CET 2009


Author: pawelz                       Date: Fri Nov 20 17:28:35 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/openldap-module-sha2:
   openldap-module-sha2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/openldap-module-sha2/openldap-module-sha2.spec
diff -u /dev/null packages/openldap-module-sha2/openldap-module-sha2.spec:1.1
--- /dev/null	Fri Nov 20 18:28:35 2009
+++ packages/openldap-module-sha2/openldap-module-sha2.spec	Fri Nov 20 18:28:30 2009
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+
+%define		svnrel	37261
+Summary:	Support for SHA-512, SHA-384 and SHA-256 hashed passwords in OpenLDAP
+Summary(pl.UTF-8):	Obsługa haseł SHA-512, SHA-384 and SHA-256 dla OpenLDAP
+Name:		openldap-module-sha2
+Version:	0.%{svnrel}
+Release:	0.1
+License:	BSD
+Group:		Applications
+Source0:	http://xatka.net/~z/PLD/%{name}-%{svnrel}.tar.bz2
+# Source0-md5:	56e27d51467898783da461c4f0c78091
+Source1:	%{name}.make
+URL:		http://confluence.atlassian.com/display/JIRAEXT/OpenLDAP+support+for+SHA-2+%28SHA-256,+SHA-384,+SHA-512%29+and+atlassian-sha1+passwords
+BuildRequires:	openldap-headers
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Support for SHA-512, SHA-384 and SHA-256 hashed passwords in OpenLDAP.
+
+%description -l pl.UTF-8
+Obsługa haseł SHA-512, SHA-384 and SHA-256 dla OpenLDAP.
+
+%prep
+%setup -qn %{name}-%{svnrel}
+
+%build
+%{__make} -f %{SOURCE1} OPENLDAPINC=%{_includedir}/openldap
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/openldap
+cp slapd-sha2.so $RPM_BUILD_ROOT%{_libdir}/openldap/slapd-sha2.so
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_libdir}/openldap/slapd-sha2.so
+
+%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  2009/11/20 17:28:30  pawelz
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list