update to version 1.1

This commit is contained in:
wang--ge 2023-12-14 14:27:13 +08:00
parent 0701a0c298
commit 466bb7cae3
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