58 lines
1.5 KiB
RPMSpec
58 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package audit-visualize (Version 1.5.2)
|
|
#
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# This file and all modifications and additions to the pristine
|
|
# package are under the same license as the package itself.
|
|
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
Name: audit-visualize
|
|
%define _name audit
|
|
Summary: Default plugins for the audit dispatcher
|
|
Version: 1.5.2
|
|
Release: 1
|
|
License: GNU General Public License (GPL)
|
|
Group: System/Monitoring
|
|
URL: http://people.redhat.com/sgrubb/audit/visualize/index.html
|
|
Source0: audit-visualize.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Requires: audit, graphviz, gnuplot
|
|
PreReq: %insserv_prereq %fillup_prereq
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
The audispd-plugins package contains plugins for the audit dispatcher
|
|
(audispd).
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
sgrubb@redhat.com
|
|
|
|
%prep
|
|
%setup -q -n audit-visualize
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
|
|
mv README mkbar mkgraph $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%dir %attr(755,root,root) %_prefix/lib/%_name
|
|
%dir %attr(755,root,root) %_prefix/lib/%_name/visualize
|
|
%attr(644,root,root) %_prefix/lib/%_name/visualize/README
|
|
%attr(755,root,root) %_prefix/lib/%_name/visualize/mkbar
|
|
%attr(755,root,root) %_prefix/lib/%_name/visualize/mkgraph
|
|
|
|
%changelog
|
|
* Sun May 06 2007 - tonyj@suse.de
|
|
- created package
|