rpms/javasqlite/devel javasqlite.spec,1.18,1.19

Ville Skyttä scop at fedoraproject.org
Thu Jul 8 18:02:03 UTC 2010


Author: scop

Update of /cvs/pkgs/rpms/javasqlite/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27420

Modified Files:
	javasqlite.spec 
Log Message:
* Thu Jul  8 2010 Ville Skyttä <ville.skytta at iki.fi> - 20100131-3
- Include license.terms in -javadoc.



Index: javasqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/javasqlite.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- javasqlite.spec	2 Jun 2010 16:50:32 -0000	1.18
+++ javasqlite.spec	8 Jul 2010 18:02:03 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           javasqlite
 Version:        20100131
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        SQLite Java Wrapper/JDBC Driver
 
 Group:          Development/Libraries
@@ -53,6 +53,13 @@ common_flags="
     --libdir=%{_libdir}/%{name}
 "
 
+# We build both JDBC 3 and 4 drivers here so the resulting jar includes both,
+# and in a way that the classfiles are usable with both Java 1.5 and 1.6.
+# The idea is to first build the JDBC 3 driver and common files with Java 1.5,
+# then JDBC 4 and remaining files with Java 1.6, the desired result being that
+# the Java 1.6 build will not recompile the common class files that were
+# previously built with 1.5.
+
 # 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
@@ -100,10 +107,14 @@ done
 
 %files javadoc
 %defattr(-,root,root,-)
+%doc license.terms
 %{_javadocdir}/%{name}
 
 
 %changelog
+* Thu Jul  8 2010 Ville Skyttä <ville.skytta at iki.fi> - 20100131-3
+- Include license.terms in -javadoc.
+
 * Wed Jun  2 2010 Ville Skyttä <ville.skytta at iki.fi> - 20100131-2
 - Always build -javadoc as noarch.
 



More information about the scm-commits mailing list