diff --git a/sqljet-1.1.10-src.zip b/sqljet-1.1.10-src.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5467d172d0bed9433fc47bbc534b40ac283f0b8e
Binary files /dev/null and b/sqljet-1.1.10-src.zip differ
diff --git a/sqljet-build.xml b/sqljet-build.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d01454e4f362bba1ef02e305285523773e52be79
--- /dev/null
+++ b/sqljet-build.xml
@@ -0,0 +1,413 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sqljet-pom.xml b/sqljet-pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1a1a0269769727e9d7c09d67d3bed19286acfd0e
--- /dev/null
+++ b/sqljet-pom.xml
@@ -0,0 +1,27 @@
+
+
+ 4.0.0
+ org.tmatesoft.sqljet
+ sqljet
+ jar
+ %VSQLJET%
+ SQLJet
+ A pure Java library for managing SQLite databases
+ http://sqljet.com/
+
+
+ http://sqljet.com/
+
+
+
+ http://sqljet.com/
+
+
+
+ org.antlr
+ antlr-runtime
+ %VANTLR%
+ false
+
+
+
\ No newline at end of file
diff --git a/sqljet.spec b/sqljet.spec
new file mode 100644
index 0000000000000000000000000000000000000000..ba54fa41238c4f055a28d3d7149557ba6817344b
--- /dev/null
+++ b/sqljet.spec
@@ -0,0 +1,56 @@
+Name: sqljet
+Version: 1.1.10
+Release: 1
+Summary: Pure Java SQLite
+License: GPLv2
+URL: http://sqljet.com/
+Source0: http://sqljet.com/files/%{name}-%{version}-src.zip
+Source4: %{name}-build.xml
+Source5: %{name}-pom.xml
+BuildRequires: ant antlr antlr32-java antlr32-tool easymock3 junit stringtemplate
+BuildRequires: hamcrest-core javapackages-local
+BuildArch: noarch
+%description
+SQLJet is an independent pure Java implementation of a popular SQLite database
+management system. SQLJet is a software library that provides API that enables
+Java application to read and modify SQLite databases.
+
+%package javadoc
+Summary: Javadoc for %{name}
+%description javadoc
+API documentation for %{name}.
+
+%prep
+%setup -q -n %{name}-%{version}
+find \( -name '*.class' -o -name '*.jar' \) -delete
+rm -rf gradlew.bat gradlew gradle
+cp %{SOURCE4} build.xml
+cp %{SOURCE5} pom.xml
+cat > sqljet.build.properties < - 1.1.10-1
+- package init