!3 Update to version 1.1

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-12-14 09:30:20 +00:00 committed by Gitee
commit b7389bbb3b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: compress-lzf
Version: 1.0.4
Version: 1.1
Release: 1
Summary: Basic LZF codec, compatible with standard C LZF package
License: ASL 2.0
@ -27,7 +27,7 @@ This package contains javadoc for %{name}.
%autosetup -n compress-%{name}-%{version} -p1
find . -name "*.class" -print -delete
find . -name "*.jar" -type f -print -delete
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin org.moditect:moditect-maven-plugin
%pom_xpath_remove "pom:project/pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:executions"
%pom_add_dep junit:junit::test
%mvn_file : %{name}
@ -46,6 +46,9 @@ find . -name "*.jar" -type f -print -delete
%license LICENSE
%changelog
* Thu Dec 14 2023 Ge Wang <wang__ge@126.com> - 1.1-1
- Update to 1.1
* Mon Apr 24 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.4-1
- Update to 1.0.4