rpms/javasqlite/devel javasqlite.spec,1.11,1.12

Ville Skyttä scop at fedoraproject.org
Tue Apr 14 11:20:29 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/javasqlite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27672

Modified Files:
	javasqlite.spec 
Log Message:
* Tue Apr 14 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090409-2
- Don't use parallel make, Java build doesn't appear parallel clean.



Index: javasqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/javasqlite.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- javasqlite.spec	14 Apr 2009 08:21:30 -0000	1.11
+++ javasqlite.spec	14 Apr 2009 11:20:27 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           javasqlite
 Version:        20090409
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        SQLite Java Wrapper/JDBC Driver
 
 Group:          Development/Libraries
@@ -56,12 +56,12 @@
 # Pass #1: JDBC 3 driver and common files with 1.5.0
 export PATH="%{_jvmdir}/java-1.5.0/bin:$origpath" # bug 460761
 %configure $common_flags --with-jdk=%{_jvmdir}/java-1.5.0
-make %{?_smp_mflags} sqlite.jar JAVAC_FLAGS="-source 5"
+make sqlite.jar JAVAC_FLAGS="-source 5" # Java build not parallel clean
 
 # Pass #2: JDBC 4 driver and the rest with 1.6.0
 export PATH="%{_jvmdir}/java-1.6.0/bin:$origpath" # bug 460761 (to be sure)
 %configure $common_flags --with-jdk=%{_jvmdir}/java-1.6.0
-make %{?_smp_mflags}
+make # Java build not parallel clean
 
 # Add JDBC 3 classes
 jar uf sqlite.jar SQLite/JDBC2y/*.class
@@ -104,6 +104,9 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090409-2
+- Don't use parallel make, Java build doesn't appear parallel clean.
+
 * Sun Apr 12 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090409-1
 - Update to 20090409, enable extension loading.
 - Patch to actually check features of system sqlite lib at build time.




More information about the scm-commits mailing list