Change directory before autoreconf

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-09-17 18:26:25 +03:00
parent bbedb8db87
commit 65ff90f9f7
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: apache-%{short_name}
Version: 1.0.15
Release: 18.1.riscv64%{?dist}
Release: 18.2.riscv64%{?dist}
Summary: Defines API to support an alternative invocation mechanism
License: ASL 2.0
Group: Applications/System
@ -62,7 +62,9 @@ BuildArch: noarch
%patch4 -p1 -b .riscv64
# Needed to get RISC-V (riscv64) support
pushd src/native/unix
autoreconf -fiv
popd
# remove java binaries from sources
rm -rf src/samples/build/
@ -112,7 +114,7 @@ install -Dpm 644 src/native/unix/jsvc.1 $RPM_BUILD_ROOT%{_mandir}/man1/jsvc.1
%changelog
* Mon Sep 17 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.0.15-18.1.riscv64
* Mon Sep 17 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.0.15-18.2.riscv64
- Rebuild build scripts
* Mon Sep 17 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.0.15-18.0.riscv64