!2 diable check for loongarch64
From: @huajingyun Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
1584170a73
@ -11,7 +11,7 @@
|
|||||||
%bcond_without httpd_filesystem
|
%bcond_without httpd_filesystem
|
||||||
Name: cgit
|
Name: cgit
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A fast web interface for git
|
Summary: A fast web interface for git
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://git.zx2c4.com/cgit/
|
URL: https://git.zx2c4.com/cgit/
|
||||||
@ -102,7 +102,9 @@ install -p -m0644 httpd.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/cgit.conf
|
|||||||
install -d -m0755 %{buildroot}%{cachedir}
|
install -d -m0755 %{buildroot}%{cachedir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifnarch loongarch64
|
||||||
make test
|
make test
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README* contrib *.html
|
%doc README* contrib *.html
|
||||||
@ -121,5 +123,8 @@ make test
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 6 2023 huajingyun <huajingyun@loongson.cn> - 1.2.3-2
|
||||||
|
- diable check for loongarch64
|
||||||
|
|
||||||
* Tue Sep 7 2021 zhengyaohui <zhengyaohui1@huawei.com> - 1.2.3-1
|
* Tue Sep 7 2021 zhengyaohui <zhengyaohui1@huawei.com> - 1.2.3-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user