packages: openldap-module-sha2/openldap-module-sha2.spec - build and instal...
pawelz
pawelz at pld-linux.org
Fri Nov 20 18:54:34 CET 2009
Author: pawelz Date: Fri Nov 20 17:54:34 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- build and install sha2print utility
---- Files affected:
packages/openldap-module-sha2:
openldap-module-sha2.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/openldap-module-sha2/openldap-module-sha2.spec
diff -u packages/openldap-module-sha2/openldap-module-sha2.spec:1.1 packages/openldap-module-sha2/openldap-module-sha2.spec:1.2
--- packages/openldap-module-sha2/openldap-module-sha2.spec:1.1 Fri Nov 20 18:28:30 2009
+++ packages/openldap-module-sha2/openldap-module-sha2.spec Fri Nov 20 18:54:28 2009
@@ -26,11 +26,13 @@
%build
%{__make} -f %{SOURCE1} OPENLDAPINC=%{_includedir}/openldap
+%{__make} -C standalone
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/openldap
+install -d $RPM_BUILD_ROOT{%{_libdir}/openldap,%{_bindir}}
cp slapd-sha2.so $RPM_BUILD_ROOT%{_libdir}/openldap/slapd-sha2.so
+cp standalone/sha2print $RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -39,6 +41,7 @@
%defattr(644,root,root,755)
%doc README
%{_libdir}/openldap/slapd-sha2.so
+%{_bindir}/sha2print
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -46,6 +49,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/11/20 17:54:28 pawelz
+- build and install sha2print utility
+
Revision 1.1 2009/11/20 17:28:30 pawelz
- initial PLD release
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openldap-module-sha2/openldap-module-sha2.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list