diable check for loongarch64

Signed-off-by: Jingyun Hua <huajingyun@loongson.cn>
This commit is contained in:
Jingyun Hua 2023-06-06 02:29:22 +00:00
parent 065eb77aaf
commit d518be7bae

View File

@ -11,7 +11,7 @@
%bcond_without httpd_filesystem
Name: cgit
Version: 1.2.3
Release: 1
Release: 2
Summary: A fast web interface for git
License: GPLv2
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}
%check
%ifnarch loongarch64
make test
%endif
%files
%doc README* contrib *.html
@ -121,5 +123,8 @@ make test
%{_mandir}/man*/*
%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
- package init