!2 Update to 1.0.4
From: @starlet-dx Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
0701a0c298
Binary file not shown.
BIN
compress-lzf-1.0.4.tar.gz
Normal file
BIN
compress-lzf-1.0.4.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: compress-lzf
|
Name: compress-lzf
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Basic LZF codec, compatible with standard C LZF package
|
Summary: Basic LZF codec, compatible with standard C LZF package
|
||||||
License: ASL 2.0
|
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.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.surefire:surefire-testng)
|
BuildRequires: mvn(org.apache.maven.surefire:surefire-testng)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(org.testng:testng)
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(org.testng:testng)
|
||||||
|
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Compression codec for LZF encoding for particularly encoding/decoding,
|
Compression codec for LZF encoding for particularly encoding/decoding,
|
||||||
@ -23,7 +24,7 @@ Summary: Javadoc for %{name}
|
|||||||
This package contains javadoc for %{name}.
|
This package contains javadoc for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n compress-%{name}-%{version}
|
%autosetup -n compress-%{name}-%{version} -p1
|
||||||
find . -name "*.class" -print -delete
|
find . -name "*.class" -print -delete
|
||||||
find . -name "*.jar" -type f -print -delete
|
find . -name "*.jar" -type f -print -delete
|
||||||
%pom_remove_plugin :maven-source-plugin
|
%pom_remove_plugin :maven-source-plugin
|
||||||
@ -45,5 +46,8 @@ find . -name "*.jar" -type f -print -delete
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 30 2020 wutao <wutao61@huawei.com> - 1.0.3-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user