Accepting request 622434 from devel:tools:building

- Enable testsuite

OBS-URL: https://build.opensuse.org/request/show/622434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2018-07-17 07:38:53 +00:00 committed by Git OBS Bridge
commit 75285d5a41
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 11 08:41:42 UTC 2018 - mpluskal@suse.com
- Enable testsuite
-------------------------------------------------------------------
Tue Apr 17 11:52:37 UTC 2018 - kstreitova@suse.com

View File

@ -22,7 +22,7 @@ Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
Url: https://ccache.samba.org/
URL: https://ccache.samba.org/
Source0: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz
Source1: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
@ -60,6 +60,12 @@ ln -sf ../../bin/%{name} clang++
ln -sf ../../bin/%{name} cc
ln -sf ../../bin/%{name} c++
%ifnarch %ix86
# Testsuite fails on i586
%check
make %{?_smp_mflags} check
%endif
%files
%license LICENSE.* GPL-3.0.txt
%doc doc/AUTHORS.* doc/MANUAL.* doc/NEWS.* README.*