!2 Update to 1.0.4

From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-04-24 08:56:33 +00:00 committed by Gitee
commit 0701a0c298
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
compress-lzf-1.0.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: compress-lzf
Version: 1.0.3
Version: 1.0.4
Release: 1
Summary: Basic LZF codec, compatible with standard C LZF package
License: ASL 2.0
@ -9,6 +9,7 @@ BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bun
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
BuildRequires: mvn(org.apache.maven.surefire:surefire-testng)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(org.testng:testng)
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
BuildArch: noarch
%description
Compression codec for LZF encoding for particularly encoding/decoding,
@ -23,7 +24,7 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}.
%prep
%setup -q -n compress-%{name}-%{version}
%autosetup -n compress-%{name}-%{version} -p1
find . -name "*.class" -print -delete
find . -name "*.jar" -type f -print -delete
%pom_remove_plugin :maven-source-plugin
@ -45,5 +46,8 @@ find . -name "*.jar" -type f -print -delete
%license LICENSE
%changelog
* Mon Apr 24 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.4-1
- Update to 1.0.4
* Thu Jul 30 2020 wutao <wutao61@huawei.com> - 1.0.3-1
- package init