Name: openvas-client Version: 3.0.1 Release: 1mamba Summary: A terminal and GUI client application for OpenVAS, an Open Vulnerability Assessment System Group: Network/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.openvas.org/openvas-client.html Source: http://wald.intevation.org/frs/download.php/757/openvas-client-%{version}.tar.gz Source1: openvas-icon.xpm License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libassuan-devel BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcrypt-devel BuildRequires: libglib-devel BuildRequires: libgnutls-devel BuildRequires: libgpg-error-devel BuildRequires: libgpgme-devel BuildRequires: libgtk-devel BuildRequires: libpango-devel BuildRequires: libpcap-devel BuildRequires: libuuid-devel BuildRequires: libz-devel BuildRequires: openvas-libraries-devel BuildRequires: openvas-scanner-devel ## AUTOBUILDREQ-END Requires: openvas-scanner BuildRoot: %{_tmppath}/%{name}-%{version}-build %description OpenVAS-Client is a terminal and GUI client application for OpenVAS. It implements the OpenVAS Transfer Protocol (OTP) which has superseded the Nessus Transfer Protocol (NTP) in OpenVAS. The GUI is implemented using GTK+ 2.4 and allows you to control an OpenVAS server, to conduct network vulnerability scans and to manage the results of your scans. %prep %setup -q %build %configure # \ # --prefix=%{_prefix} \ # --localstatedir=/var/lib \ # --mandir=%{_mandir} \ # --sharedstatedir=%{_sysconfdir} \ # --sysconfdir=%{_sysconfdir} %make # %{_smp_mflags} %install test x"%buildroot" != x/ && rm -rf "%buildroot" %makeinstall cd po %makeinstall cd .. install -D -m0644 openvas/OpenVAS-Client.desktop %{buildroot}%{_datadir}/applications/OpenVAS-Client.desktop install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/OpenVAS-Client.xpm %find_lang OpenVAS-Client %clean test x"%buildroot" != x/ && rm -rf "%buildroot" %files -f OpenVAS-Client.lang %defattr(-,root,root) %config %{_sysconfdir}/openvas/openvas-client_log.conf %{_bindir}/OpenVAS-Client #%{_bindir}/openvasclient-mkcert #%{_libdir}/openvas/openvas-ssh-client-rpm-creator.sh %{_datadir}/applications/OpenVAS-Client.desktop %{_datadir}/pixmaps/OpenVAS-Client.xpm %{_mandir}/man1/OpenVAS-Client.1* #%{_mandir}/man1/openvasclient-mkcert.1* %changelog * Tue Aug 10 2010 Silvan Calarco 3.0.1-1mamba - update to 3.0.1 * Mon Oct 19 2009 Silvan Calarco 2.0.4-2mamba - added requirements for openvas-server and openvas-plugins - added desktop menu entry * Mon Jul 27 2009 Silvan Calarco 2.0.4-1mamba - first build