SPECS: etherboot.spec - add missing BR - make -j1 due file access ...

glen glen at pld-linux.org
Sun Oct 15 14:05:46 CEST 2006


Author: glen                         Date: Sun Oct 15 12:05:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add missing BR
- make -j1 due file access problems

---- Files affected:
SPECS:
   etherboot.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/etherboot.spec
diff -u SPECS/etherboot.spec:1.34 SPECS/etherboot.spec:1.35
--- SPECS/etherboot.spec:1.34	Tue Sep 20 03:20:56 2005
+++ SPECS/etherboot.spec	Sun Oct 15 14:05:40 2006
@@ -12,6 +12,9 @@
 Source1:	http://dl.sourceforge.net/etherboot/%{name}-doc-%{_doc_version}.tar.bz2
 # Source1-md5:	1531d654a9534361c5339d931d5f92f4
 URL:		http://etherboot.sourceforge.net/
+BuildRequires:	mtools
+BuildRequires:	perl-base
+BuildRequires:	syslinux
 ExclusiveArch:	%{ix86}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,7 +48,8 @@
 
 %build
 # we don't use custom optimalizations here because it can cause problems
-%{__make} allzroms alllisos -C src \
+%{__make} -j1 \
+	allzroms alllisos -C src \
 	CC="%{__cc}"
 
 %install
@@ -71,10 +75,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2006/10/15 12:05:40  glen
+- add missing BR
+- make -j1 due file access problems
+
 Revision 1.34  2005/09/20 01:20:56  jpc
 - up to 5.4.1
 - build all zroms and lisos now (is this ok?)
-- bin/boot1a.bin no lenoger seems valid (can anybody verify this?)
+- bin/boot1a.bin no longer seems valid (can anybody verify this?)
 
 Revision 1.33  2004/06/13 20:32:01  arekm
 - 5.3.7
@@ -106,16 +114,16 @@
 - 5.0.7, STBR
 
 Revision 1.24  2002/04/25 16:15:44  arturs
-fixed a small typo
+- fixed a small typo
 
 Revision 1.23  2002/04/04 13:47:21  pioklo
 - updated to 5.0.6
 
 Revision 1.22  2002/03/25 20:06:09  qboosh
-- standarized %%{_bindir}/* perms
+- standarized %{_bindir}/* perms
 
 Revision 1.21  2002/03/25 08:50:17  mis
-- removed %%{_bindir} from file list; rel 2
+- removed %{_bindir} from file list; rel 2
 
 Revision 1.20  2002/03/23 15:59:00  kloczek
 - release 1: cosmetics.
@@ -124,10 +132,9 @@
 - rel. 0.9 (for TESTING!)
 
 Revision 1.18  2002/02/26 07:39:49  qwark
-removed path for old version (allready included in source)
-added some usefull binary files
-test needed
--------------------------------------
+- removed path for old version (allready included in source)
+- added some usefull binary files
+- test needed
 
 Revision 1.17  2002/02/23 01:58:10  kloczek
 - adapterized.
@@ -137,7 +144,7 @@
   Group field using gettext).
 
 Revision 1.15  2002/01/18 02:12:49  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.14  2001/09/17 22:27:03  filon
 - updated to 5.0.4
@@ -164,7 +171,7 @@
 Revision 1.7  2000/12/14 05:45:28  kloczek
 - updated to 4.7.13,
 - added using new rpm automation,
-- place all rom fles and tools in %%{_libdir} (not in %%{_datadir}),
+- place all rom fles and tools in %{_libdir} (not in %{_datadir}),
 - removed bin86 from BuildRequires (now forcompile is used only binutils),
 - rewrited %build, %install and %files.
 
@@ -187,4 +194,4 @@
 - translated kloczkish into english
 
 Revision 1.1  1999/08/06 11:29:36  misiek
-new spec
+- new spec
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/etherboot.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list