2007-05-10 04:26:43 +02:00
|
|
|
#
|
2011-09-28 17:41:03 +02:00
|
|
|
# spec file for package audit-visualize
|
2007-05-10 04:26:43 +02:00
|
|
|
#
|
2014-12-29 10:06:48 +01:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-05-10 04:26:43 +02:00
|
|
|
#
|
2009-06-17 19:14:40 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-05-10 04:26:43 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: audit-visualize
|
|
|
|
%define _name audit
|
2009-06-17 19:14:40 +02:00
|
|
|
Summary: Visualization tools for the audit subsystem
|
2011-12-06 17:59:46 +01:00
|
|
|
License: GPL-2.0+
|
2007-05-10 04:26:43 +02:00
|
|
|
Group: System/Monitoring
|
2014-12-29 10:06:48 +01:00
|
|
|
Version: 1.5.2
|
|
|
|
Release: 0
|
2009-06-17 19:14:40 +02:00
|
|
|
Url: http://people.redhat.com/sgrubb/audit/visualize/index.html
|
2007-05-10 04:26:43 +02:00
|
|
|
Source0: audit-visualize.tar.gz
|
2014-12-29 10:06:48 +01:00
|
|
|
Patch0: audit-visualize-fix-bashisms.patch
|
2007-05-10 04:26:43 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-10-28 11:50:32 +01:00
|
|
|
Requires: audit
|
|
|
|
Requires: gnuplot
|
2014-12-29 10:06:48 +01:00
|
|
|
Requires: graphviz
|
2009-06-17 19:14:40 +02:00
|
|
|
BuildArch: noarch
|
2007-05-10 04:26:43 +02:00
|
|
|
|
|
|
|
%description
|
2009-06-17 19:14:40 +02:00
|
|
|
The audit-visualize package contains scripts to produce flow graphs and
|
|
|
|
bar charts from audit data.
|
2007-05-10 04:26:43 +02:00
|
|
|
|
|
|
|
%prep
|
2024-02-21 10:24:59 +01:00
|
|
|
%autosetup -p1 -n audit-visualize
|
2007-05-10 04:26:43 +02:00
|
|
|
|
2011-09-28 17:41:03 +02:00
|
|
|
%build
|
|
|
|
|
2007-05-10 04:26:43 +02:00
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
|
|
|
|
mv README mkbar mkgraph $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
|
|
|
|
|
|
|
|
%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
|