42 lines
947 B
RPMSpec
42 lines
947 B
RPMSpec
%define __jar_repack %{nil}
|
|
|
|
Name: jcodings
|
|
Version: 1.0.36
|
|
Release: 2
|
|
Summary: Java-based codings helper classes for Joni and JRuby
|
|
License: MIT
|
|
URL: http://github.com/jruby/jcodings
|
|
Source0: https://github.com/jruby/jcodings/archive/refs/tags/%{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local maven-source-plugin sonatype-oss-parent
|
|
|
|
%description
|
|
Java-based codings helper classes for Joni and JRuby.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{name}-%{version}
|
|
|
|
%mvn_file : %{name}
|
|
|
|
%build
|
|
%pom_xpath_remove "pom:build/pom:extensions"
|
|
%mvn_build -j
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
|
|
%changelog
|
|
* Thu Nov 10 2022 liyanan <liyanan32@h-partners.com> - 1.0.36-2
|
|
- Change source
|
|
|
|
* 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
|
|
|