packages: ispell/ispell.spec - rel 4; parallel build broken
arekm
arekm at pld-linux.org
Wed Aug 31 22:08:58 CEST 2011
Author: arekm Date: Wed Aug 31 20:08:58 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 4; parallel build broken
---- Files affected:
packages/ispell:
ispell.spec (1.49 -> 1.50)
---- Diffs:
================================================================
Index: packages/ispell/ispell.spec
diff -u packages/ispell/ispell.spec:1.49 packages/ispell/ispell.spec:1.50
--- packages/ispell/ispell.spec:1.49 Wed Aug 31 22:03:04 2011
+++ packages/ispell/ispell.spec Wed Aug 31 22:08:53 2011
@@ -8,7 +8,7 @@
Summary(uk.UTF-8): ispell - інтерактивна програма перевірки орфографії
Name: ispell
Version: 3.3.02
-Release: 3
+Release: 4
License: BSD-like
Group: Applications/Text
Source0: http://fmg-www.cs.ucla.edu/geoff/tars/%{name}-%{version}.tar.gz
@@ -101,14 +101,14 @@
%build
# Make config.sh first
-PATH=.:$PATH %{__make} config.sh
+PATH=.:$PATH %{__make} -j1 config.sh
# Now save build-rooted version (with time-stamp) for install ...
sed -e "s,/usr/,$RPM_BUILD_ROOT%{_prefix}/,g" < config.sh > config.sh.INSTALL
# and then make everything
PATH=.:$PATH TEMLIB="-lncurses" \
- %{__make}
+ %{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
@@ -116,7 +116,7 @@
# Roll in the build-root'ed version (with time-stamp!)
mv -f config.sh.INSTALL config.sh
-PATH=.:$PATH %{__make} install
+PATH=.:$PATH %{__make} -j1 install
install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
@@ -147,6 +147,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2011/08/31 20:08:53 arekm
+- rel 4; parallel build broken
+
Revision 1.49 2011/08/31 20:03:04 arekm
- rel 3; getline fix
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ispell/ispell.spec?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list