From 9c538b76b289c98cf68d758c64477b1835c55b6c Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Wed, 28 Dec 2005 15:09:19 +0000 Subject: Use %configure macro in rpm spec file --- distribution/boxbackup/contrib/rpm/boxbackup.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'distribution') diff --git a/distribution/boxbackup/contrib/rpm/boxbackup.spec b/distribution/boxbackup/contrib/rpm/boxbackup.spec index fd5c404f..4b0b4ed9 100644 --- a/distribution/boxbackup/contrib/rpm/boxbackup.spec +++ b/distribution/boxbackup/contrib/rpm/boxbackup.spec @@ -72,7 +72,8 @@ This package contains the server. %setup -q %build -./configure +test -e configure || ./bootstrap +%configure make @@ -194,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/raidfile-config %changelog +* Wed Dec 28 2005 Martin Ebourne +- Box now uses autoconf so use configure macro + * Fri Oct 1 2004 Martin Ebourne - 0.08-3 - Moved most of the exes to /usr/sbin - SUSE updates from Chris Smith -- cgit v1.2.3