packages: openconnect/openconnect.spec - updated to 4.00 (note: new soname)
qboosh
qboosh at pld-linux.org
Sun Jun 24 15:54:37 CEST 2012
Author: qboosh Date: Sun Jun 24 13:54:37 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 4.00 (note: new soname)
---- Files affected:
packages/openconnect:
openconnect.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: packages/openconnect/openconnect.spec
diff -u packages/openconnect/openconnect.spec:1.11 packages/openconnect/openconnect.spec:1.12
--- packages/openconnect/openconnect.spec:1.11 Tue May 22 14:12:35 2012
+++ packages/openconnect/openconnect.spec Sun Jun 24 15:54:32 2012
@@ -6,12 +6,13 @@
Summary: Client for Cisco's AnyConnect SSL VPN
Summary(pl.UTF-8): Klient Cisco AnyConnect SSL VPN
Name: openconnect
-Version: 3.20
+Version: 4.00
Release: 1
License: LGPL v2.1
Group: Applications/Networking
Source0: ftp://ftp.infradead.org/pub/openconnect/%{name}-%{version}.tar.gz
-# Source0-md5: 3ba7c295e05b3053eec84ddc6705d89e
+# Source0-md5: 86120e286033c40bfca5b902f40b181d
+Patch0: %{name}-am.patch
URL: http://www.infradead.org/openconnect.html
BuildRequires: autoconf >= 2.63
BuildRequires: automake >= 1:1.10
@@ -59,6 +60,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -66,6 +68,7 @@
%{__autoconf}
%{__automake}
%configure \
+ --disable-silent-rules \
%{?with_static_libs:--enable-static} \
--with-vpnc-script=/usr/bin/vpnc-script
%{__make}
@@ -92,7 +95,7 @@
%doc AUTHORS TODO
%attr(755,root,root) %{_sbindir}/openconnect
%attr(755,root,root) %{_libdir}/libopenconnect.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libopenconnect.so.1
+%attr(755,root,root) %ghost %{_libdir}/libopenconnect.so.2
%{_mandir}/man8/openconnect.8*
%files devel
@@ -113,6 +116,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2012/06/24 13:54:32 qboosh
+- updated to 4.00 (note: new soname)
+
Revision 1.11 2012/05/22 12:12:35 qboosh
- updated to 3.20
- now it relies on vpnc-script for network configuration
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/openconnect/openconnect.spec?r1=1.11&r2=1.12
More information about the pld-cvs-commit
mailing list