rpms/hyperestraier/devel hyperestraier.spec,1.15,1.16

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Aug 29 01:59:22 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/hyperestraier/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8933/hyperestraier/devel

Modified Files:
	hyperestraier.spec 
Log Message:
mass fix


Index: hyperestraier.spec
===================================================================
RCS file: /cvs/extras/rpms/hyperestraier/devel/hyperestraier.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hyperestraier.spec	14 Mar 2008 15:19:15 -0000	1.15
+++ hyperestraier.spec	29 Aug 2008 01:58:52 -0000	1.16
@@ -7,7 +7,7 @@
 
 Name:		hyperestraier
 Version:	1.4.13
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A full-text search system
 
 Group:		System Environment/Libraries
@@ -112,7 +112,8 @@
 pushd javanative/
 %{__sed} -i.flags -e '/^MYCFLAGS/s|-O2.*|%{optflags}\"|' configure
 %configure
-%{__make} %{?_smp_mflags} JAR=%{_bindir}/fastjar JAVAC="%{_bindir}/gcj -C"
+# Failed with -j8 on Matt's mass build
+%{__make} -j1 JAR=%{_bindir}/fastjar JAVAC="%{_bindir}/gcj -C"
 popd
 
 ## 3. For perl:
@@ -250,6 +251,9 @@
 
 
 %changelog
+* Fri Aug 29 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.13-3
+- Use -j1 under javanative (-j8 failed)
+
 * Sat Mar 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.13-2
 - Rebuild against new perl (F-9)
 




More information about the fedora-extras-commits mailing list