Author: glen Date: Fri Nov 2 01:31:04 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: kovpn.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/kovpn.spec diff -u /dev/null SPECS/kovpn.spec:1.1 --- /dev/null Fri Nov 2 02:31:04 2007 +++ SPECS/kovpn.spec Fri Nov 2 02:30:59 2007 @@ -0,0 +1,85 @@ +# $Revision$, $Date$ +%define _rc _pre6 +Summary: Simple OpenVPN GUI for KDE +Name: kovpn +Version: 0.3 +Release: 0.1 +License: GPL +Group: X11/Applications +Source0: http://home.bawue.de/~lighter/www.enlighter.de/files/%{name}-%{version}%{_rc}.tar.bz2 +# Source0-md5: 5cb3ddf5248d3d83b96d831555ef1cf7 +URL: http://www.kde-apps.org/content/show.php?content=37043 +BuildRequires: autoconf +BuildRequires: automake +Patch0: kde-ac260.patch +Patch1: kde-am.patch +BuildRequires: kdelibs-devel >= 9:3.2.0 +BuildRequires: rpmbuild(macros) >= 1.129 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Kovpn is a simple OpenVPN GUI which is intended to fit end-user's +needs. + +It runs without root privileges and can control the most important +functions of openvpn: + - connect and disconnect + - username and password input + - private key passphrase input + - show status + - supports multiple openvpn connections + - Store username and/or passwords in kwallet + - Supports OpenVPN's management interface access control + - Simple DCOP interface (status report, connect, disconnect) It + requires some changes to your openvpn configuration file: You have to + activate the management interface by adding these lines + +%description -l pl.UTF-8 + +%prep +%setup -q -n %{name}-%{version}%{_rc} +%patch0 -p1 +%patch1 -p1 + +%build +cp -f /usr/share/automake/config.sub admin +%configure \ +%if "%{_lib}" == "lib64" + --enable-libsuffix=64 \ +%endif + --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ + --with-qt-libraries=%{_libdir} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} \ + kde_libs_htmldir=%{_kdedocdir} \ + kdelnkdir=%{_desktopdir} \ + +%find_lang %{name} --with-kde +mv $RPM_BUILD_ROOT{%{_datadir}/applnk/Utilities,%{_desktopdir}}/kovpn.desktop + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%{_desktopdir}/*.desktop +%{_iconsdir}/*/*/apps/%{name}.png +%{_datadir}/apps/%{name} + +%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 2007/11/02 01:30:59 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
