36 lines
759 B
RPMSpec
36 lines
759 B
RPMSpec
%define __jar_repack %{nil}
|
|
|
|
Name: jcodings
|
|
Version: 1.0.9
|
|
Release: 15
|
|
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
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local maven-source-plugin
|
|
|
|
%description
|
|
Java-based codings helper classes for Joni and JRuby.
|
|
|
|
%prep
|
|
%autosetup -n jruby-%{name}-d50ee0e
|
|
|
|
%mvn_file : %{name}
|
|
|
|
%build
|
|
%pom_xpath_remove "pom:build/pom:extensions"
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
|
|
%changelog
|
|
* Sat Dec 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.9-15
|
|
- Package init
|
|
|