update version
This commit is contained in:
parent
333e709f7f
commit
d1f2065751
@ -1,5 +1,5 @@
|
|||||||
Name: mariadb-java-client
|
Name: mariadb-java-client
|
||||||
Version: 1.4.2
|
Version: 1.4.6
|
||||||
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
|
||||||
|
|
||||||
@ -13,6 +13,8 @@ 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)
|
||||||
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
|
|
||||||
Requires: mariadb
|
Requires: mariadb
|
||||||
|
|
||||||
@ -46,6 +48,7 @@ done
|
|||||||
%mvn_alias org.mariadb.jdbc:%{name} mariadb:mariadb-connector-java
|
%mvn_alias org.mariadb.jdbc:%{name} mariadb:mariadb-connector-java
|
||||||
|
|
||||||
%pom_remove_plugin org.apache.maven.plugins:maven-checkstyle-plugin
|
%pom_remove_plugin org.apache.maven.plugins:maven-checkstyle-plugin
|
||||||
|
%pom_remove_plugin org.apache.maven.plugins:maven-source-plugin
|
||||||
|
|
||||||
# remove preconfigured OSGi manifest file and generate OSGi manifest file
|
# remove preconfigured OSGi manifest file and generate OSGi manifest file
|
||||||
# with maven-bundle-plugin instead of using maven-jar-plugin
|
# with maven-bundle-plugin instead of using maven-jar-plugin
|
||||||
@ -79,6 +82,8 @@ rm src/main/resources/META-INF/MANIFEST.MF
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>'
|
</executions>'
|
||||||
|
|
||||||
|
%pom_remove_parent
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# tests are skipped, while they require running application server
|
# tests are skipped, while they require running application server
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
@ -94,6 +99,9 @@ rm src/main/resources/META-INF/MANIFEST.MF
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2016 Tomas Repik <trepik@redhat.com> - 1.4.6-1
|
||||||
|
- update version
|
||||||
|
|
||||||
* Mon Apr 18 2016 Tomas Repik <trepik@redhat.com> - 1.4.2-1
|
* Mon Apr 18 2016 Tomas Repik <trepik@redhat.com> - 1.4.2-1
|
||||||
- version update
|
- version update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user