jcodings/jcodings.spec

39 lines
866 B
RPMSpec
Raw Normal View History

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