Author: qboosh Date: Sat Mar 4 16:25:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl for easy-rsa
---- Files affected: SPECS: openvpn.spec (1.106 -> 1.107) ---- Diffs: ================================================================ Index: SPECS/openvpn.spec diff -u SPECS/openvpn.spec:1.106 SPECS/openvpn.spec:1.107 --- SPECS/openvpn.spec:1.106 Thu Mar 2 15:41:57 2006 +++ SPECS/openvpn.spec Sat Mar 4 17:25:30 2006 @@ -56,11 +56,12 @@ %package -n easy-rsa Summary: Small RSA key management package +Summary(pl): Mały pakiet do zarządzania kluczami RSA Version: 2.0 Group: Applications/Communications +Requires: grep Requires: openssl-tools Requires: /bin/bash -Requires: grep %description -n easy-rsa This is a small RSA key management package, based on the openssl @@ -70,6 +71,14 @@ For step-by-step instructions, see the HOWTO: <http://openvpn.net/howto.html>. +%description -n easy-rsa -l pl +To jest mały pakiet do zarządzania kluczami RSA, oparty na narzędziu +linii poleceń openssl. Pakiet ten pochodzi z podkatalogu easy-rsa +dystrybucji OpenVPN. + +Instrukcje krok po kroku można znaleźć w HOWTO: +<http://openvpn.net/howto.html>. + %prep %setup -q %patch0 -p1 @@ -87,8 +96,10 @@ --enable-iproute2 %{__make} -%{__make} -C plugin/auth-pam OPTFLAGS="%{rpmcflags}" -%{__make} -C plugin/down-root OPTFLAGS="%{rpmcflags}" +%{__make} -C plugin/auth-pam \ + OPTFLAGS="%{rpmcflags}" +%{__make} -C plugin/down-root \ + OPTFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT @@ -158,6 +169,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.107 2006/03/04 16:25:30 qboosh +- pl for easy-rsa + Revision 1.106 2006/03/02 14:41:57 glen - nothing to see in easy-rsa config files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/openvpn.spec?r1=1.106&r2=1.107&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
