modify invalid source0

This commit is contained in:
caodongxia 2022-11-19 18:39:02 +08:00
parent 73c147ddd9
commit 0481e806db
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -5,9 +5,9 @@
%bcond_with jaxws
Name: grizzly
Version: 2.3.24
Release: 2
Release: 3
Summary: Java NIO Server Framework
License: (CDDL or GPLv2 with exceptions) and BSD and ASL 2.0 and Public Domain
License: (CDDL-1.1 or GPLv2 with exceptions) and BSD and ASL 2.0 and Public Domain
URL: http://grizzly.java.net/
Source0: https://github.com/javaee/grizzly/archive/2_3_24.tar.gz
BuildRequires: maven-local mvn(com.sun.istack:istack-commons-maven-plugin)
@ -52,7 +52,7 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-mirror-%{namedversion}
%setup -q -n %{name}-%{namedversion}
find . -name '*.class' -delete
find . -name '*.jar' -print -delete
find . -name '*.js' -print -delete
@ -149,6 +149,9 @@ xmvn test --batch-mode --offline verify -Dmaven.test.failure.ignore=true
%license LICENSE.txt Grizzly_THIRDPARTYLICENSEREADME.txt
%changelog
* Sat Nov 19 2022 caodongxia <caodongxia@h-partners.com> - 2.3.24-3
- Modify invalid source0
* Tue Apr 27 2021 maminjie <maminjie1@huawei.com> - 2.3.24-2
- Move the test to the %check stage