Author: megabajt Date: Sat Nov 28 18:17:01 2009 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/openconnect: openconnect.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/openconnect/openconnect.spec diff -u /dev/null packages/openconnect/openconnect.spec:1.1 --- /dev/null Sat Nov 28 19:17:01 2009 +++ packages/openconnect/openconnect.spec Sat Nov 28 19:16:55 2009 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: Client for Cisco's AnyConnect SSL VPN +Name: openconnect +Version: 2.11 +Release: 1 +License: LGPL v2 +Group: Applications +Source0: ftp://ftp.infradead.org/pub/openconnect/%{name}-%{version}.tar.gz +# Source0-md5: 509ebd34647dc44115289b2ede5319cd +Patch0: %{name}-Makefile.patch +URL: http://www.infradead.org/openconnect.html +BuildRequires: GConf2-devel +BuildRequires: gtk+2-devel +BuildRequires: libxml2-devel +BuildRequires: openssl-devel +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +OpenConnect is a client for Cisco's AnyConnect SSL VPN. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} \ + CC="%{__cc}" \ + RPM_OPT_FLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/man8 + +%{__make} install \ + LIBDIR=%{_libdir} \ + DESTDIR=$RPM_BUILD_ROOT + +install openconnect.8 $RPM_BUILD_ROOT%{_mandir}/man8/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README.DTLS README.SecurID TODO +%attr(755,root,root) %{_bindir}/openconnect +%attr(755,root,root) %{_libdir}/nm-openconnect-auth-dialog +%{_mandir}/man8/openconnect.8* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/11/28 18:16:55 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
