Author: adamg Date: Wed Jan 2 23:43:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.5.1; do not install source files
---- Files affected: SPECS: vpnc.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/vpnc.spec diff -u SPECS/vpnc.spec:1.13 SPECS/vpnc.spec:1.14 --- SPECS/vpnc.spec:1.13 Fri Jun 29 18:22:19 2007 +++ SPECS/vpnc.spec Thu Jan 3 00:43:27 2008 @@ -2,12 +2,12 @@ Summary: VPN Client for Cisco EasyVPN Summary(pl.UTF-8): Klient VPN dla Cisco EasyVPN Name: vpnc -Version: 0.4.0 +Version: 0.5.1 Release: 1 License: GPL Group: Networking/Daemons Source0: http://www.unix-ag.uni-kl.de/~massar/vpnc/%{name}-%{version}.tar.gz -# Source0-md5: 604807e7dd90fce00a4e2344ee29c76d +# Source0-md5: 7a8e94dbe94f39a4fd89b72e0125f66f Source1: %{name}cfg Patch0: %{name}-bash.patch URL: http://www.unix-ag.uni-kl.de/~massar/vpnc/ @@ -31,14 +31,16 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/%{name},%{_mandir}/man8,/var/run/%{name}} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/%{name},%{_mandir}/man{1,8},/var/run/%{name}} install %{name} $RPM_BUILD_ROOT%{_bindir} -install %{name}-* $RPM_BUILD_ROOT%{_bindir} +install cisco-decrypt $RPM_BUILD_ROOT%{_bindir} +install %{name}-{disconnect,script} $RPM_BUILD_ROOT%{_bindir} install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir} install pcf2vpnc $RPM_BUILD_ROOT%{_bindir} install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir} install %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8 +install *.1 $RPM_BUILD_ROOT%{_mandir}/man1 ln -sf %{_bindir}/vpnc-script $RPM_BUILD_ROOT%{_sysconfdir}/%{name} %clean @@ -52,6 +54,7 @@ %attr(755,root,root) %{_bindir}/* %dir /var/run/%{name} %{_mandir}/man8/* +%{_mandir}/man1/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -59,7 +62,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.13 2007-06-29 16:22:19 mguevara +Revision 1.14 2008-01-02 23:43:27 adamg +- updated to 0.5.1; do not install source files + +Revision 1.13 2007/06/29 16:22:19 mguevara - up to 0.4.0-1, rekeying support Revision 1.12 2007/02/12 22:09:19 glen ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vpnc.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
