Martin Pluskal 2018-07-11 08:41:55 +00:00 committed by Git OBS Bridge
parent 090ad08b82
commit 1d5260c317
2 changed files with 9 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 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 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.*