!8 Drop the python3-nose dependence
Merge pull request !8 from baizg1107/openEuler-22.03-LTS-Next
This commit is contained in:
commit
f64255c3fc
@ -3,7 +3,7 @@
|
||||
|
||||
Name: javapackages-tools
|
||||
Version: 5.3.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Support for Java packaging with macros and scripts
|
||||
License: BSD
|
||||
URL: https://github.com/fedora-java/javapackages
|
||||
@ -11,7 +11,7 @@ Source0: https://github.com/fedora-java/javapackages/archive/%{version}.t
|
||||
Patch0000: 0001-Support-threads-and-skipTests-params.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils which make asciidoc xmlto python3-devel python3-lxml
|
||||
BuildRequires: python3-setuptools python3-nose python3-six
|
||||
BuildRequires: python3-setuptools python3-six
|
||||
Requires: javapackages-filesystem = %{version}-%{release} coreutils
|
||||
Requires: findutils which java-1.8.0-openjdk-headless
|
||||
Provides: jpackage-utils = %{version}-%{release} mvn(com.sun:tools) = SYSTEM
|
||||
@ -96,7 +96,11 @@ Java packaging.
|
||||
sed -e 's/.[17]$/&*/' -i files-*
|
||||
|
||||
%check
|
||||
./check
|
||||
. ./config.status
|
||||
for test in test/java-functions/*_test.sh; do
|
||||
echo "`basename $test`:"
|
||||
sh $test
|
||||
done
|
||||
|
||||
%files -f files-tools
|
||||
|
||||
@ -114,6 +118,9 @@ sed -e 's/.[17]$/&*/' -i files-*
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Jan 7 2021 baizhonggui <baizhonggui@huawei.com> - 5.3.0-4
|
||||
- Drop python3-nose unit test frame
|
||||
|
||||
* Fri Apr 16 2021 maminjie <maminjie1@huawei.com> - 5.3.0-3
|
||||
- Support threads and skipTests params
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user