Accepting request 82707 from home:jengelh:bl-a

- Remove redundant tags/sections from specfile
- Add missing call to make
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82707
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=13
This commit is contained in:
Pavol Rusnak 2011-09-17 12:44:50 +00:00 committed by Git OBS Bridge
parent e30a252bb6
commit 57f1a0c164
2 changed files with 10 additions and 12 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Sep 17 10:50:07 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Add missing call to make
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Fri Oct 01 15:12:21 CEST 2010 - freespacer@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package aide (Version 0.15.1)
# spec file for package aide
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: aide
@ -37,12 +36,6 @@ Url: http://sourceforge.net/projects/aide/
%description
AIDE is an intrusion detection system that checks file integrity.
Authors:
--------
rammer@cs.tut.fi
%prep
%setup -q
%patch1 -p1
@ -64,6 +57,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
--with-curl \
--with-zlib
# --enable-forced_configmd
make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
@ -87,9 +81,6 @@ mv $TESTDIR/var/lib/aide/aide.db.new $TESTDIR/var/lib/aide/aide.db
$TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --check --verbose
rm -rf $TESTDIR
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README doc/manual* aide.* doc/examples