Upgrade to 1.9
This commit is contained in:
parent
83fbaf7672
commit
0b31c7e237
Binary file not shown.
13
xz-java.spec
13
xz-java.spec
@ -1,6 +1,6 @@
|
||||
Name: xz-java
|
||||
Version: 1.8
|
||||
Release: 4
|
||||
Version: 1.9
|
||||
Release: 1
|
||||
Summary: A complete implementation of XZ data compression in pure Java
|
||||
License: Public Domain
|
||||
URL: http://tukaani.org/xz/java.html
|
||||
@ -9,6 +9,9 @@ Source0: http://tukaani.org/xz/%{name}-%{version}.zip
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: javapackages-local ant
|
||||
BuildRequires: java-11-openjdk-devel
|
||||
Requires: java-11-openjdk
|
||||
Requires: javapackages-tools
|
||||
Provides: %{name}-javadoc = %{version}-%{release}
|
||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||
|
||||
@ -22,6 +25,9 @@ streamed compression and decompression and random access decompression have been
|
||||
%mvn_file : %{name} xz
|
||||
|
||||
%build
|
||||
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
|
||||
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||
export CXXFLAGS="${RPM_OPT_FLAGS}"
|
||||
mkdir -p extdoc && touch extdoc/package-list
|
||||
ant maven
|
||||
|
||||
@ -39,5 +45,8 @@ ant maven
|
||||
%{_datadir}/maven-metadata/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2024 yaoxin <yao_xin001@hoperun.com> - 1.9-1
|
||||
- Upgrade to 1.9
|
||||
|
||||
* Wed Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.8-4
|
||||
- Package init
|
||||
|
||||
4
xz-java.yaml
Normal file
4
xz-java.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: tukaani-project/xz-java
|
||||
tag_prefix: ^v
|
||||
separator: .
|
||||
Loading…
x
Reference in New Issue
Block a user