From 57f1a0c164ff1247d796e55c5181ed4e643a3fff6c46782ef47e4204db0075d4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 17 Sep 2011 12:44:50 +0000 Subject: [PATCH] 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 --- aide.changes | 7 +++++++ aide.spec | 15 +++------------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/aide.changes b/aide.changes index 6b1ec8d..568565c 100644 --- a/aide.changes +++ b/aide.changes @@ -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 diff --git a/aide.spec b/aide.spec index 6d6fc9c..1dfd44f 100644 --- a/aide.spec +++ b/aide.spec @@ -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