From 2ba71f5757f5cf9d60b8d55c6965bf5a7f12e53f Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Apr 03 2008 20:51:24 +0000 Subject: - First Fedora build. --- diff --git a/javasqlite.spec b/javasqlite.spec index c5dc13d..ede4e55 100644 --- a/javasqlite.spec +++ b/javasqlite.spec @@ -1,16 +1,19 @@ Name: javasqlite Version: 20080401 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SQLite Java Wrapper/JDBC Driver Group: Development/Libraries License: BSD URL: http://www.ch-werner.de/javasqlite/ Source0: http://www.ch-werner.de/javasqlite/%{name}-%{version}.tar.gz +# jnipath: Fedora specific, no need to send upstream Patch0: %{name}-20080315-jnipath.patch +# javadoc, cflags, libtool patches sent upstream 20080401 Patch1: %{name}-20070914-javadoc.patch Patch2: %{name}-20080315-cflags.patch Patch3: %{name}-20080315-libtool.patch +# module, parallelmake patches sent upstream 20080403 Patch4: %{name}-20080401-module.patch Patch5: %{name}-20080401-parallelmake.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,6 +86,9 @@ make test %changelog +* Thu Apr 3 2008 Ville Skyttä - 20080401-2 +- First Fedora build. + * Wed Apr 2 2008 Ville Skyttä - 20080401-1 - Update to 20080401. - Patch to install *.so as an unversioned module.