Author: qboosh Date: Tue May 22 12:12:41 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.20 - now it relies on vpnc-script for network configuration
---- Files affected: packages/openconnect: openconnect.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/openconnect/openconnect.spec diff -u packages/openconnect/openconnect.spec:1.10 packages/openconnect/openconnect.spec:1.11 --- packages/openconnect/openconnect.spec:1.10 Tue Apr 10 20:50:34 2012 +++ packages/openconnect/openconnect.spec Tue May 22 14:12:35 2012 @@ -6,12 +6,12 @@ Summary: Client for Cisco's AnyConnect SSL VPN Summary(pl.UTF-8): Klient Cisco AnyConnect SSL VPN Name: openconnect -Version: 3.16 +Version: 3.20 Release: 1 License: LGPL v2.1 Group: Applications/Networking Source0: ftp://ftp.infradead.org/pub/openconnect/%{name}-%{version}.tar.gz -# Source0-md5: ce258b996e6af9128f20fb797938f7b7 +# Source0-md5: 3ba7c295e05b3053eec84ddc6705d89e URL: http://www.infradead.org/openconnect.html BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1:1.10 @@ -20,6 +20,7 @@ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: zlib-devel +Suggests: vpnc-script BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -65,7 +66,8 @@ %{__autoconf} %{__automake} %configure \ - %{?with_static_libs:--enable-static} + %{?with_static_libs:--enable-static} \ + --with-vpnc-script=/usr/bin/vpnc-script %{__make} %install @@ -91,7 +93,6 @@ %attr(755,root,root) %{_sbindir}/openconnect %attr(755,root,root) %{_libdir}/libopenconnect.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libopenconnect.so.1 -%{_datadir}/openconnect %{_mandir}/man8/openconnect.8* %files devel @@ -112,6 +113,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2012/05/22 12:12:35 qboosh +- updated to 3.20 +- now it relies on vpnc-script for network configuration + Revision 1.10 2012/04/10 18:50:34 qboosh - updated to 3.16 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/openconnect/openconnect.spec?r1=1.10&r2=1.11 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
