SHA256
1
0
forked from pool/ccache

- Update to version 3.3.1:

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=49
This commit is contained in:
Martin Pluskal
2016-09-11 07:53:03 +00:00
committed by Git OBS Bridge
parent bab913c5c2
commit caf3ac227f
6 changed files with 96 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
Name: ccache
Version: 3.2.7
Version: 3.3.1
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0+
@@ -51,6 +51,7 @@ mkdir -p %{buildroot}/%{_libdir}/%{name}
cd %{buildroot}/%{_libdir}/%{name}
ln -sf ../../bin/%{name} gcc
ln -sf ../../bin/%{name} g++
ln -sf ../../bin/%{name} gfortran
# do the same for clang
ln -sf ../../bin/%{name} clang
ln -sf ../../bin/%{name} clang++