]> git.pld-linux.org Git - packages/ccache.git/blame - ccache.spec
- fixed en, added pl for -wrapper
[packages/ccache.git] / ccache.spec
CommitLineData
4321e8e2 1Summary: Compiler cache
ba51398f 2Summary(pl): Przyspieszacz kompilowania
3Summary(pt_BR): Cache para compiladores C/C++
8b92ebec 4Name: ccache
450fc6e9 5Version: 2.4
04b1fe9f 6Release: 1.3
8b92ebec 7License: GPL
8Group: Development/Tools
9Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
450fc6e9 10# Source0-md5: 73c1ed1e767c1752dd0f548ec1e66ce7
4321e8e2 11URL: http://ccache.samba.org/
b69824c3 12BuildRequires: autoconf
13BuildRequires: automake
ba51398f 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
fb6cdf11 15
d8626a6e
ER
16%define _libdir %{_prefix}/%{_lib}/%{name}
17
8b92ebec 18%description
19ccache is a compiler cache. It acts as a caching pre-processor to
20C/C++ compilers, using the -E compiler switch and a hash to detect
21when a compilation can be satisfied from cache. This often results in
22a 5 to 10 times speedup in common compilations.
23
ba51398f 24%description -l pl
4321e8e2
JB
25