File yast2-audit-laf.spec of Package yast2-audit-laf

#
# spec file for package yast2-audit-laf (Version 2.17.7)
#
# 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:           yast2-audit-laf
Version:        2.17.7
Release:        1
License:        GPL v2 or later
Group:          System/YaST
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        yast2-audit-laf-2.17.7.tar.bz2
Prefix:         /usr
Requires:       yast2
BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
BuildArch:      noarch
Summary:        YaST2 - Configuration of Linux Auditing (LAF)

%description
This module allows the configuration of the audit daemon as well as to
add rules for the audit subsystem.



Authors:
--------
    Gabriele Mohr <gs@suse.de>

%prep
%setup -n yast2-audit-laf-2.17.7

%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}

%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
    d=${f##*/}
    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%dir /usr/share/YaST2/include/audit-laf
/usr/share/YaST2/include/audit-laf/*
%dir /usr/share/YaST2/clients
/usr/share/YaST2/clients/audit-laf.ycp
/usr/share/YaST2/clients/audit-laf_*.ycp
%dir /usr/share/YaST2/modules
/usr/share/YaST2/modules/AuditLaf.*
%dir %{prefix}/share/applications/YaST2
%{prefix}/share/applications/YaST2/audit-laf.desktop
%dir /usr/share/YaST2/scrconf
/usr/share/YaST2/scrconf/auditd.scr
%doc %{prefix}/share/doc/packages/yast2-audit-laf
/usr/share/YaST2/schema/autoyast/rnc/audit-laf.rnc

%changelog
* Thu Nov 13 2008 gs@suse.de
- audit-laf.rnc added (for AutoYaST)
- 2.17.7
* Tue Nov 04 2008 gs@suse.de
- Additional checks added (audit daemon really running,
  correct script specified for option EXEC)
- 2.17.6
* Tue Oct 28 2008 gs@suse.de
- Allow to enter any log file name (replace AskForExistingFile
  by AskForSaveFileName)
- Add input fields to specify a script (for option EXEC)
- Better arrangement of some input fields
- Enable input field for user defined name only if computer name
  format is set to USER, check for empty computer name
- internal change: replace list of option values by string value
- 2.17.5
* Tue Oct 07 2008 gs@suse.de
- Fixed typos and grammatical errors (bnc #432378, bcn #415719)
- Additional checks added, reset rules if user aborts the
  configuration
- 2.17.4
* Wed Oct 01 2008 gs@suse.de
- Basic command line support, fixed typos in help text
  (bnc #430521), add Summary() for AutoYaST
- 2.17.3
* Wed Sep 24 2008 gs@suse.de
- fixed typos, improved help text, set title icon,
  prepare for AutoYaST
- 2.17.2
* Wed Sep 10 2008 gs@suse.de
- @scrconfdir@ added in spec file
- 2.17.1
* Tue Sep 02 2008 gs@suse.de
- Initial version
- Allows to set the configuration for the audit daemon
  (auditd.conf), to enable/disable the syscall auditing
  and to add rules for the audit subsystem (auditctl)
- 2.17.0
openSUSE Build Service is sponsored by