Enable riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-04-30 21:15:00 +02:00
parent 4b21f962a7
commit f7bd1f907c
1 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
Summary: An archiving tool with ACL support
Name: star
Version: 1.5.3
Release: 12%{?dist}
Release: 12.0.riscv64%{?dist}
License: CDDL
Group: Applications/Archiving
URL: http://freecode.com/projects/star
@ -49,7 +49,7 @@ Patch10: star-1.5.3-star-mk.patch
Patch11: star-1.5.3-pax-X-option.patch
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
BuildRequires: e2fsprogs-devel
BuildRequires: e2fsprogs-devel imake
%description
Star saves many files together into a single tape or disk archive,
@ -124,7 +124,7 @@ star_recode()
star_recode AN-1.5 AN-1.5.2 star/star.4
for PLAT in %{arm} %{power64} aarch64 %{mips} x86_64 s390 s390x sh3 sh4 sh4a sparcv9; do
for PLAT in %{arm} %{power64} aarch64 %{mips} x86_64 s390 s390x sh3 sh4 sh4a sparcv9 riscv64; do
for AFILE in gcc cc; do
[ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
&& ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul
@ -233,6 +233,10 @@ fi
%{_sysconfdir}/rmt
%changelog
* Mon Apr 30 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.5.3-12.0.riscv64
- Add BuildRequires: imake (for makedepend)
- Enable riscv64
* Mon Apr 09 2018 Rafael Santos <rdossant@redhat.com> - 1.5.3-12
- Use standard Fedora linker flags (bug #1548670)