Compare commits
1 Commits
master
...
master-ris
Author | SHA1 | Date | |
---|---|---|---|
f7bd1f907c |
10
star.spec
10
star.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: An archiving tool with ACL support
|
Summary: An archiving tool with ACL support
|
||||||
Name: star
|
Name: star
|
||||||
Version: 1.5.3
|
Version: 1.5.3
|
||||||
Release: 12%{?dist}
|
Release: 12.0.riscv64%{?dist}
|
||||||
License: CDDL
|
License: CDDL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://freecode.com/projects/star
|
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
|
Patch11: star-1.5.3-pax-X-option.patch
|
||||||
|
|
||||||
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
|
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel imake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Star saves many files together into a single tape or disk archive,
|
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
|
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
|
for AFILE in gcc cc; do
|
||||||
[ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
|
[ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
|
||||||
&& ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul
|
&& ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul
|
||||||
@ -233,6 +233,10 @@ fi
|
|||||||
%{_sysconfdir}/rmt
|
%{_sysconfdir}/rmt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 09 2018 Rafael Santos <rdossant@redhat.com> - 1.5.3-12
|
||||||
- Use standard Fedora linker flags (bug #1548670)
|
- Use standard Fedora linker flags (bug #1548670)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user