SPECS: e2fsprogs.spec - no bashism in configure - remove make -j1 ...

glen glen at pld-linux.org
Mon Feb 4 17:04:53 CET 2008


Author: glen                         Date: Mon Feb  4 16:04:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no bashism in configure
- remove make -j1 (changelog says it's fixed)

---- Files affected:
SPECS:
   e2fsprogs.spec (1.174 -> 1.175) 

---- Diffs:

================================================================
Index: SPECS/e2fsprogs.spec
diff -u SPECS/e2fsprogs.spec:1.174 SPECS/e2fsprogs.spec:1.175
--- SPECS/e2fsprogs.spec:1.174	Mon Feb  4 17:01:04 2008
+++ SPECS/e2fsprogs.spec	Mon Feb  4 17:04:48 2008
@@ -47,6 +47,7 @@
 # Source2-md5:	992a37783bd42a897232972917e8ca7d
 Patch0:		%{name}-info.patch
 Patch1:		e2compr-info.patch
+Patch2:		%{name}-no-bashism.patch
 URL:		http://e2fsprogs.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -62,9 +63,9 @@
 %if %{with initrd}
 	%if %{with uClibc}
 		%ifarch ppc
-BuildRequires:  uClibc-static >= 2:0.9.29
+BuildRequires:	uClibc-static >= 2:0.9.29
 		%else
-BuildRequires:  uClibc-static >= 2:0.9.26
+BuildRequires:	uClibc-static >= 2:0.9.26
 		%endif
 	%endif
 %endif
@@ -561,6 +562,7 @@
 %patch0 -p1
 gunzip < %{SOURCE1} > doc/e2compr.texinfo
 %patch1 -p1
+%patch2 -p1
 
 sed -i -e "
 	s,DEVMAPPER_REQ='libselinux libsepol',DEVMAPPER_REQ=,;
@@ -589,7 +591,7 @@
 	--disable-selinux \
 	--disable-nls
 
-%{__make} -j1 libs
+%{__make} libs
 %{__make} progs
 mv -f misc/blkid initrd-blkid
 %{__make} clean
@@ -933,6 +935,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.175  2008-02-04 16:04:48  glen
+- no bashism in configure
+- remove make -j1 (changelog says it's fixed)
+
 Revision 1.174  2008-02-04 16:01:04  glen
 - rel down, configure fcked up
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e2fsprogs.spec?r1=1.174&r2=1.175&f=u



More information about the pld-cvs-commit mailing list