SPECS: munin.spec - MAKELEVEL=1 to skip debian rules, build still ...
glen
glen at pld-linux.org
Fri Oct 7 14:55:37 CEST 2005
Author: glen Date: Fri Oct 7 12:55:37 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- MAKELEVEL=1 to skip debian rules, build still broken without fakeroot
---- Files affected:
SPECS:
munin.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/munin.spec
diff -u SPECS/munin.spec:1.16 SPECS/munin.spec:1.17
--- SPECS/munin.spec:1.16 Fri Oct 7 14:29:17 2005
+++ SPECS/munin.spec Fri Oct 7 14:55:32 2005
@@ -1,16 +1,6 @@
# $Revision$, $Date$
# TODO
# - R: perl* should be autogenerated?
-# - strange build errors?
-#+ make -j4 clean
-#rm -f debian
-#ln -sf dists/debian
-#fakeroot debian/rules clean
-#make[1]: Entering directory `/home/builder/rpm/BUILD/munin-1.3.2'
-#make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent
-#make rule.
-#dh_testdir
-#make[1]: dh_testdir: Command not found
#
# Condtional build:
%bcond_with sybase # add Sybase support to munin-node
@@ -30,7 +20,6 @@
Source3: %{name}-apache.conf
Patch0: %{name}-Makefile.patch
URL: http://munin.sourceforge.net/
-BuildRequires: fakeroot
BuildRequires: htmldoc
BuildRequires: html2text
BuildRequires: perl-devel
@@ -103,7 +92,7 @@
%patch0 -p1
%build
-%{__make} clean
+%{__make} clean MAKELEVEL=1
%{__make} build
%install
@@ -232,6 +221,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2005/10/07 12:55:32 glen
+- MAKELEVEL=1 to skip debian rules, build still broken without fakeroot
+
Revision 1.16 2005/10/07 12:29:17 glen
- BR fakeroot
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/munin.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list