[Box Backup-dev] COMMIT r294 - box/trunk/distribution/boxbackup/contrib/rpm

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Dec 28 15:09:21 GMT 2005


Author: martin
Date: 2005-12-28 15:09:19 +0000 (Wed, 28 Dec 2005)
New Revision: 294

Modified:
   box/trunk/distribution/boxbackup/contrib/rpm/boxbackup.spec
Log:
Use %configure macro in rpm spec file

Modified: box/trunk/distribution/boxbackup/contrib/rpm/boxbackup.spec
===================================================================
--- box/trunk/distribution/boxbackup/contrib/rpm/boxbackup.spec	2005-12-28 14:10:52 UTC (rev 293)
+++ box/trunk/distribution/boxbackup/contrib/rpm/boxbackup.spec	2005-12-28 15:09:19 UTC (rev 294)
@@ -72,7 +72,8 @@
 %setup -q
 
 %build
-./configure
+test -e configure || ./bootstrap
+%configure
 
 make
 
@@ -194,6 +195,9 @@
 %{_sbindir}/raidfile-config
 
 %changelog
+* Wed Dec 28 2005 Martin Ebourne <martin at zepler.org>
+- Box now uses autoconf so use configure macro
+
 * Fri Oct  1 2004 Martin Ebourne <martin at zepler.org> - 0.08-3
 - Moved most of the exes to /usr/sbin
 - SUSE updates from Chris Smith




More information about the Boxbackup-dev mailing list