[openconnect: 1/2] Update to 3.0

David Woodhouse dwmw2 at fedoraproject.org
Wed Mar 9 22:59:39 UTC 2011


commit c58ce4469be273ae467a605749a2a9cbe4df8e7c
Author: David Woodhouse <David.Woodhouse at intel.com>
Date:   Wed Mar 9 22:58:08 2011 +0000

    Update to 3.0

 .gitignore       |    1 +
 openconnect.spec |   26 +++++++++++++++++++++-----
 sources          |    2 +-
 3 files changed, 23 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4000ea7..6276bfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 openconnect-2.25.tar.gz
 /openconnect-2.26.tar.gz
+/openconnect-3.00.tar.gz
diff --git a/openconnect.spec b/openconnect.spec
index 06e7c8e..053656b 100644
--- a/openconnect.spec
+++ b/openconnect.spec
@@ -1,6 +1,6 @@
 Name:		openconnect
-Version:	2.26
-Release:	2%{?dist}
+Version:	3.00
+Release:	1%{?dist}
 Summary:	Open client for Cisco AnyConnect VPN
 
 Group:		Applications/Internet
@@ -21,16 +21,26 @@ Conflicts:	NetworkManager-openconnect < 0.7.0.99-4
 This package provides a client for Cisco's "AnyConnect" VPN, which uses
 HTTPS and DTLS protocols.
 
+%package devel
+Summary: Development package for OpenConnect VPN authentication tools
+Group: Applications/Internet
+
+%description devel
+This package provides the core HTTP and authentication support from
+the OpenConnect VPN client, to be used by GUI authentication dialogs
+for NetworkManager etc.
+
 %prep
 %setup -q
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} openconnect
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+make install-lib LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
 install -m0644 openconnect.8 $RPM_BUILD_ROOT/%{_mandir}/man8
 
@@ -41,13 +51,19 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{_bindir}/openconnect
-%{_libexecdir}/nm-openconnect-auth-dialog
 %{_mandir}/man8/*
 %doc TODO COPYING.LGPL openconnect.html
 
-
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/libopenconnect.a
+/usr/include/openconnect.h
+%{_libdir}/pkgconfig/openconnect.pc
 
 %changelog
+* Wed Mar  9 2011 David Woodhouse <David.Woodhouse at intel.com> - 3.00-1
+- Update to 3.00.
+
 * Wed Sep 22 2010 David Woodhouse <David.Woodhouse at intel.com> - 2.26-1
 - Update to 2.26. (#629797: SIGSEGV in nm-openconnect-auth-dialog)
 
diff --git a/sources b/sources
index fc18756..cb66b93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3c7605fed128efe39c2eb9400af6765  openconnect-2.26.tar.gz
+7a24c0d57d2ab9e6bec65e82360a797b  openconnect-3.00.tar.gz


More information about the scm-commits mailing list