version update
This commit is contained in:
parent
ed42a28ff6
commit
6de3af628f
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/1.5.2.tar.gz
|
/1.5.2.tar.gz
|
||||||
/1.5.3.tar.gz
|
/1.5.3.tar.gz
|
||||||
|
/1.5.4.tar.gz
|
||||||
|
/1.5.5.tar.gz
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
Name: mariadb-java-client
|
Name: mariadb-java-client
|
||||||
Version: 1.5.3
|
Version: 1.5.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Connects applications developed in Java to MariaDB and MySQL databases
|
Summary: Connects applications developed in Java to MariaDB and MySQL databases
|
||||||
# added BSD license because of https://bugzilla.redhat.com/show_bug.cgi?id=1291558#c13
|
# added BSD license because of https://bugzilla.redhat.com/show_bug.cgi?id=1291558#c13
|
||||||
License: BSD and LGPLv2+
|
License: BSD and LGPLv2+
|
||||||
URL: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
|
URL: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
|
||||||
Source0: https://github.com/MariaDB/mariadb-connector-j/archive/%{version}.tar.gz
|
Source0: https://github.com/MariaDB/mariadb-connector-j/archive/%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: remove_waffle-jna.patch
|
# optional dependency not in Fedora
|
||||||
|
Patch0: remove_waffle-jna.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(net.java.dev.jna:jna)
|
BuildRequires: mvn(net.java.dev.jna:jna)
|
||||||
BuildRequires: mvn(net.java.dev.jna:jna-platform)
|
BuildRequires: mvn(net.java.dev.jna:jna-platform)
|
||||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||||
# fedora 25
|
# fedora 25
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
# since version 1.5.2 missing optional dependency
|
# since version 1.5.2 missing optional dependency
|
||||||
#BuildRequires: mvn(com.github.dblock.waffle:waffle-jna)
|
#BuildRequires: mvn(com.github.dblock.waffle:waffle-jna)
|
||||||
|
|
||||||
Requires: mariadb
|
Requires: mariadb
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MariaDB Connector/J is a Type 4 JDBC driver, also known as the Direct to
|
MariaDB Connector/J is a Type 4 JDBC driver, also known as the Direct to
|
||||||
Database Pure Java Driver. It was developed specifically as a lightweight
|
Database Pure Java Driver. It was developed specifically as a lightweight
|
||||||
JDBC connector for use with MySQL and MariaDB database servers.
|
JDBC connector for use with MySQL and MariaDB database servers.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package contains the API documentation for %{name}.
|
This package contains the API documentation for %{name}.
|
||||||
@ -104,6 +105,9 @@ rm src/main/resources/META-INF/MANIFEST.MF
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 28 2016 Tomas Repik <trepik@redhat.com> - 1.5.5-1
|
||||||
|
- version update
|
||||||
|
|
||||||
* Mon Oct 03 2016 Tomas Repik <trepik@redhat.com> - 1.5.3-1
|
* Mon Oct 03 2016 Tomas Repik <trepik@redhat.com> - 1.5.3-1
|
||||||
- version update
|
- version update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user