File openvas-manual.spec of Package openvas-manual
#
# spec file for package openvas-manual (Version 0.9.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: openvas-manual
Version: 0.9.0
Release: 2
License: GPL v2 only
Group: Productivity/Networking/Security
Url: http://www.openvas.org
Source: %{name}-%{version}.tar.gz
Patch0: openvas-manual-0.9.0-destdir_support-Makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: lyx python
Summary: The manual of the Open Vulnerability Assessment System (OpenVAS)
%description
The manual of the Open Vulnerability Assessment System (OpenVAS).
%prep
%setup -q
%patch0 -p1
%build
%__make %{?jobs:-j%jobs}
%install
install -d %{buildroot}%{_docdir}/%{name}
%makeinstall
%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc users-manual*.pdf
%changelog
* Thu Jun 26 2008 anosek@suse.cz
- fixed wrong docdir
* Wed Jun 18 2008 anosek@suse.cz
- initial version 0.9.0
- package taken from BS project home:bitshuffler:openvas