Compare commits
10 Commits
49e93ac4ac
...
e7071b7f88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7071b7f88 | ||
|
|
43089c44e2 | ||
|
|
4908ce1529 | ||
|
|
8524e8cda8 | ||
|
|
24040411d4 | ||
|
|
a71e22f4ef | ||
|
|
0d44682d23 | ||
|
|
ae0c3f1013 | ||
|
|
9c8fb32c70 | ||
|
|
48b518bd22 |
29
star.spec
Normal file → Executable file
29
star.spec
Normal file → Executable file
@ -8,11 +8,11 @@
|
||||
|
||||
Name: star
|
||||
Version: 1.6
|
||||
Release: 2
|
||||
Release: 6
|
||||
Summary: An archiver supports ACL
|
||||
License: CDDL
|
||||
URL: http://freecode.com/projects/%{name}
|
||||
Source: http://downloads.sourceforge.net/s-tar/%{name}-%{version}.tar.bz2
|
||||
Source: https://fossies.org/linux/misc/%{name}-%{version}.tar.bz2
|
||||
|
||||
Patch0: star-1.6-star-mk.patch
|
||||
Patch1: star-1.5.2-bufferoverflow.patch
|
||||
@ -25,18 +25,13 @@ Provides: scpio = %{version}-%{release} spax = %{version}-%{release} rmt = %{ver
|
||||
Obsoletes: scpio spax rmt
|
||||
Requires(post): %{ALTERNATIVES}
|
||||
Requires(preun): %{ALTERNATIVES}
|
||||
Provides: star-help = %{version}-%{release}
|
||||
Obsoletes: star-help < %{version}-%{release}
|
||||
|
||||
%description
|
||||
Star is an archiver with ACL support, it saves many files together into a single
|
||||
tape or disk archive, and can restore individual files from the archive.
|
||||
|
||||
%package help
|
||||
Summary: Help files for %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description help
|
||||
Help files for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
||||
|
||||
@ -52,7 +47,7 @@ star_recode()
|
||||
|
||||
star_recode AN-1.5 AN-1.5.2 star/star.4
|
||||
|
||||
for PLAT in %{arm} %{power64} aarch64 %{mips} x86_64 riscv64; do
|
||||
for PLAT in %{arm} %{power64} aarch64 loongarch64 %{mips} x86_64 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
|
||||
@ -127,8 +122,6 @@ fi
|
||||
%{_sbindir}/rmt
|
||||
%config %{_sysconfdir}/default/rmt
|
||||
%{_sysconfdir}/rmt
|
||||
|
||||
%files help
|
||||
%{_mandir}/man1/star*
|
||||
%{_mandir}/man1/ustar.*
|
||||
%{_mandir}/man5/star.*
|
||||
@ -137,6 +130,18 @@ fi
|
||||
%{_mandir}/man1/rmt.*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2022 huajingyun <huajingyun@loongson.cn> - 1.6-6
|
||||
- Adapt loongarch for fixing build error
|
||||
|
||||
* Thu Oct 27 2022 dongyuzhen <dongyuzhen@h-partners.com> - 1.6-5
|
||||
- Rebuild for next release
|
||||
|
||||
* Fri Dec 25 2020 Liquor<lirui130@huawei.com> -1.6-4
|
||||
- add package star-help to package star
|
||||
|
||||
* Thu Sep 10 2020 wangchen<wangchen137@huawei.com> -1.6-3
|
||||
- modify the URL of Source
|
||||
|
||||
* Wed Aug 26 2020 whoisxxx<zhangxuzhou4@huawei.com> -1.6-2
|
||||
- Adapt to RISC-V
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user