Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 14c0abe39a7ff470000928783f90600c > files > 3

openvas-administrator-1.1.1-2mdv2010.2.src.rpm

Summary: 	Provide a unified access for various administrative tasks
Name:		openvas-administrator
Version:	1.1.1
Release:	%mkrel 2
Source:		http://wald.intevation.org/frs/download.php/561/%name-%version.tar.gz
Patch0:		openvas-administrator-1.1.1-build.patch
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
License:	GPLv2+
BuildRoot:	%{_tmppath}/%name-%{version}-root
BuildRequires:	cmake
BuildRequires:	openvas-devel >= 4.0

%description
The mission of OpenVAS Administrator is to provide a unified access
for various administrative tasks such as creating and configuring
scan user accounts. 

The Administrator can be used in two ways: As a command line tool for
direct changes on the respective system and as a remote service.

%prep
%setup -q -n %name-%version
%patch0 -p0

sed -i -e 's#-Werror##' CMakeLists.txt

%build
%cmake
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C build

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/openvas/openvasad_log.conf
%{_sbindir}/openvasad
%{_mandir}/man8/openvasad.8.*
%{_datadir}/openvas/openvasad


%changelog
* Thu Sep 08 2011 Luis Daniel Lucio Quiroz <dlucio@mandriva.org> 1.1.1-2mdv2010.1
+ Revision: 699042
- backport fixes

* Sat Apr 02 2011 Funda Wang <fwang@mandriva.org> 1.1.1-1
+ Revision: 649815
- import openvas-administrator