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:
parent
e30a252bb6
commit
57f1a0c164
@ -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
|
Fri Oct 01 15:12:21 CEST 2010 - freespacer@gmx.de
|
||||||
|
|
||||||
|
15
aide.spec
15
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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: aide
|
Name: aide
|
||||||
@ -37,12 +36,6 @@ Url: http://sourceforge.net/projects/aide/
|
|||||||
%description
|
%description
|
||||||
AIDE is an intrusion detection system that checks file integrity.
|
AIDE is an intrusion detection system that checks file integrity.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
rammer@cs.tut.fi
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -64,6 +57,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--with-curl \
|
--with-curl \
|
||||||
--with-zlib
|
--with-zlib
|
||||||
# --enable-forced_configmd
|
# --enable-forced_configmd
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT 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
|
$TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --check --verbose
|
||||||
rm -rf $TESTDIR
|
rm -rf $TESTDIR
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README doc/manual* aide.* doc/examples
|
%doc AUTHORS COPYING ChangeLog NEWS README doc/manual* aide.* doc/examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user