!2 openEuler-22.03-LTS-Next Packages upgrade

Merge pull request !2 from xu_ping/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-28 06:04:16 +00:00 committed by Gitee
commit 818fd9ef9b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 6 deletions

BIN
jcodings-1.0.36.tar.gz Normal file

Binary file not shown.

View File

@ -1,28 +1,28 @@
%define __jar_repack %{nil}
Name: jcodings
Version: 1.0.9
Release: 15
Version: 1.0.36
Release: 1
Summary: Java-based codings helper classes for Joni and JRuby
License: MIT
URL: http://github.com/jruby/jcodings
Source0: https://github.com/jruby/jcodings/tarball/%{version}/jruby-%{name}-%{version}-0-gd50ee0e.tar.gz
Source0: https://github.com/jruby/jcodings/tarball/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local maven-source-plugin
BuildRequires: maven-local maven-source-plugin sonatype-oss-parent
%description
Java-based codings helper classes for Joni and JRuby.
%prep
%autosetup -n jruby-%{name}-d50ee0e
%autosetup -n %{name}-%{name}-%{version}
%mvn_file : %{name}
%build
%pom_xpath_remove "pom:build/pom:extensions"
%mvn_build
%mvn_build -j
%install
%mvn_install
@ -30,6 +30,9 @@ Java-based codings helper classes for Joni and JRuby.
%files -f .mfiles
%changelog
* Fri Jan 21 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.0.36-1
- Upgrade to version 1.0.36
* Sat Dec 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.9-15
- Package init