Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 1603a84686
Disable jp_minimal on RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-09-12 10:35:58 +02:00
1 changed files with 8 additions and 1 deletions

View File

@ -3,11 +3,15 @@
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
%ifnarch riscv64
%bcond_with jp_minimal
%else
%bcond_without jp_minimal
%endif
Name: netty
Version: 4.1.13
Release: 6%{?dist}
Release: 6.0.riscv64%{?dist}
Summary: An asynchronous event-driven network application framework and tools for Java
License: ASL 2.0
URL: https://netty.io/
@ -193,6 +197,9 @@ export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%doc LICENSE.txt NOTICE.txt
%changelog
* Wed Sep 12 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 4.1.13-6.0.riscv64
- Enable jp_minimal for RISC-V (riscv64) for bootstrap
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.13-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild