File augrok.spec of Package augrok
#
# spec file for package hello
#
# Copyright (c) 2022 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: augrok
Version: 2.2
Release: 0
Summary: audit.log search tool
License: GPL-2.0
Group: Development/Tools/Other
URL: https://augrok.sourceforge.net/
Source0: https://sourceforge.net/projects/augrok/files/augrok/%version/augrok-%version.tar.gz/download#/augrok-2.2.tar.gz
%description
This tool provides a command-line interface for searching audit logs, similar to ausearch but slower and possibly more flexible.
%prep
%autosetup -p1
%build
%make_build
%install
%make_install
rm %buildroot//usr/share/doc/augrok-%version/ChangeLog
%files
%license COPYING
%doc ChangeLog
%{_bindir}/*
%{_mandir}/man1/augrok*
%changelog