[javasqlite] Explicitly build without SQLite 2 support

Ville Skyttä scop at fedoraproject.org
Wed Jul 9 22:11:01 UTC 2014


commit 4fdecc6bd3b05edb9413baa44ddd5d023feb9154
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Jul 10 01:11:13 2014 +0300

    Explicitly build without SQLite 2 support
    
    - Fix javadoc CSS

 javasqlite.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/javasqlite.spec b/javasqlite.spec
index 3b80a2b..3841115 100644
--- a/javasqlite.spec
+++ b/javasqlite.spec
@@ -25,7 +25,7 @@
 
 Name:           javasqlite
 Version:        20140624
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        SQLite Java Wrapper/JDBC Driver
 
 License:        BSD
@@ -70,6 +70,7 @@ sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH0} | patch -p1 --fuzz=0
 for f in configure{,.in}; do touch -r $f.java18 $f; done
 sed -i -e 's/\r//g' doc/ajhowto.txt
 f=ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
+rm doc/stylesheet.css # overrides javadoc's defaults
 
 
 %build
@@ -79,6 +80,7 @@ origpath="$PATH"
 common_flags="
     --with-jardir=%{_libdir}/%{name}
     --libdir=%{_libdir}/%{name}
+    --without-sqlite
 "
 
 %if 0%{?javaver:1}
@@ -145,6 +147,10 @@ done
 
 
 %changelog
+* Wed Jul  9 2014 Ville Skyttä <ville.skytta at iki.fi> - 20140624-3
+- Explicitly build without SQLite 2 support
+- Fix javadoc CSS
+
 * Sat Jun 28 2014 Ville Skyttä <ville.skytta at iki.fi> - 20140624-2
 - Avoid autoconf rerun due to Java 1.8 patch
 


More information about the scm-commits mailing list