- Enable testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=63
This commit is contained in:
parent
090ad08b82
commit
1d5260c317
@ -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
|
Tue Apr 17 11:52:37 UTC 2018 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: A Fast C/C++ Compiler Cache
|
Summary: A Fast C/C++ Compiler Cache
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
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
|
Source0: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc
|
Source1: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
@ -60,6 +60,9 @@ ln -sf ../../bin/%{name} clang++
|
|||||||
ln -sf ../../bin/%{name} cc
|
ln -sf ../../bin/%{name} cc
|
||||||
ln -sf ../../bin/%{name} c++
|
ln -sf ../../bin/%{name} c++
|
||||||
|
|
||||||
|
%check
|
||||||
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.* GPL-3.0.txt
|
%license LICENSE.* GPL-3.0.txt
|
||||||
%doc doc/AUTHORS.* doc/MANUAL.* doc/NEWS.* README.*
|
%doc doc/AUTHORS.* doc/MANUAL.* doc/NEWS.* README.*
|
||||||
|
Loading…
Reference in New Issue
Block a user