SPECS: openvpn-plugin-auth-ldap.spec - BR: automake
qboosh
qboosh at pld-linux.org
Sun Jan 22 17:18:00 CET 2006
Author: qboosh Date: Sun Jan 22 16:18:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR: automake
---- Files affected:
SPECS:
openvpn-plugin-auth-ldap.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/openvpn-plugin-auth-ldap.spec
diff -u SPECS/openvpn-plugin-auth-ldap.spec:1.5 SPECS/openvpn-plugin-auth-ldap.spec:1.6
--- SPECS/openvpn-plugin-auth-ldap.spec:1.5 Sat Jan 21 00:59:29 2006
+++ SPECS/openvpn-plugin-auth-ldap.spec Sun Jan 22 17:17:55 2006
@@ -11,6 +11,7 @@
Patch0: %{name}-make.patch
URL: http://www.opendarwin.org/~landonf/software/openvpn-auth-ldap/
BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gcc-objc
BuildRequires: openldap-devel
BuildRequires: openvpn-devel
@@ -36,14 +37,15 @@
%{__autoconf}
%{__autoheader}
%configure \
- --with-openldap=%{_prefix} \
- --with-openvpn=%{_prefix}
+ --with-openldap=%{_prefix} \
+ --with-openvpn=%{_prefix}
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_libdir}}
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
install auth-ldap.conf $RPM_BUILD_ROOT%{_sysconfdir}
@@ -63,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/01/22 16:17:55 qboosh
+- BR: automake
+
Revision 1.5 2006/01/20 23:59:29 glen
- updated to 1.0.3. this version has strlcpy.c in sources
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/openvpn-plugin-auth-ldap.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list