]> git.pld-linux.org Git - packages/ccache.git/blame_incremental - ccache.spec
- release 2: use new %doc packing infrastructure and merge translations from Conectiva.
[packages/ccache.git] / ccache.spec
... / ...
CommitLineData
1Summary: Compiler cache
2Summary(pl): Przyspieszacz kompilowania
3Summary(pt_BR): Cache para compiladores C/C++
4Name: ccache
5Version: 1.9
6Release: 2
7License: GPL
8Group: Development/Tools
9Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
10URL: http://ccache.samba.org/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16ccache is a compiler cache. It acts as a caching pre-processor to
17C/C++ compilers, using the -E compiler switch and a hash to detect
18when a compilation can be satisfied from cache. This often results in
19a 5 to 10 times speedup in common compilations.
20
21%description -l pl
22