File lynis.spec of Package lynis

#
# spec file for package lynis
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009-2010 Sascha Manns <saigkill@opensuse.org>
#
# 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/
#


%define _includedir       /usr/share/lynis/include
%define _pluginsdir       /usr/share/lynis/plugins
%define _dbdir            /usr/share/lynis/db
%define _bindir           /usr/bin

Name:           lynis
Version:        1.2.9  
Release:        1
License:        GPL v2 or later  
Summary:        Security and System auditing tool  
Url:            http://www.rootkit.nl/projects/lynis.html  
Group:          System/Monitoring
Source:         %{name}-%{version}.tar.gz  
Source1:        default.prf 
# PATCH-OPENSUSE-FIX -- thomas@novell.com - modifying for openSUSE  
Patch0:         %{name}-%{version}_suse.diff  
Patch1:         %{name}-%{version}_suse_detection.diff
BuildRequires:  gcc-c++
BuildRequires:  libxml2-devel
PreReq:         %fillup_prereq  
Requires:       bash  
Requires:       cron  
Requires:       findutils  
Requires:       logrotate  
Requires:       netcfg  
Requires:       wget  
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch  

%description  
Lynis is a security and system auditing tool. It scans a system on the  
most interesting parts useful for audits, like:  
     - Security enhancements  
     - Logging and auditing options  
     - Banner identification  
     - Software availability  
  
Lynis is released as a GPL licensed project and free for everyone to use.  
  
See http://www.rootkit.nl for a full description and documentation.  
  
%prep  
%setup -q  
%patch0 -p1  
%patch1 -p1  

%build  

%install  

# Install Profile (default.prf)  
%__install -d %{buildroot}%{_sysconfdir}/%{name}  
%__install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/default.prf  
# install binary  
%__install -d %{buildroot}%{_bindir}  
%__install -d %{buildroot}%{_datadir}/%{name}  
%__install %{name} %{buildroot}%{_bindir}  
%__install prepare_for_suse.sh %{buildroot}%{_datadir}/%{name}  
# install man-page  
%__install -d %{buildroot}%{_mandir}/man8  
%__install -pm 644 %{name}.8 %{buildroot}%{_mandir}/man8  
# install functions/includes  
%__install -d %{buildroot}%{_includedir}  
%__install include/* %{buildroot}%{_includedir}  
# install plugins  
%__install -d %{buildroot}%{_pluginsdir}  
%__install -pm 644 plugins/* %{buildroot}%{_pluginsdir}  
# install database files  
%__install -d %{buildroot}%{_dbdir}  
%__install -pm 644 db/* %{buildroot}%{_dbdir}  

# Hack for non-executable-script
%{__chmod} +x %{buildroot}%{_datadir}/%{name}/plugins/plugin_*

%clean  
%__rm -rf %{buildroot}  

%files  
%defattr(-,root,root)  
%{_bindir}/%{name}  
%config %{_sysconfdir}/%{name}/default.prf  
%{_dbdir}/*  
%{_includedir}/*  
%{_pluginsdir}/*  
%dir %{_sysconfdir}/%{name}  
%dir %{_datadir}/%{name}  
%dir %{_datadir}/%{name}/db  
%dir %{_datadir}/%{name}/include  
%dir %{_datadir}/%{name}/plugins  
%doc CHANGELOG FAQ LICENSE README  
%doc %{_mandir}/man8/%{name}.8.*  
%{_datadir}/%{name}/prepare_for_suse.sh  

%changelog
openSUSE Build Service is sponsored by