]> git.pld-linux.org Git - packages/ccache.git/blame - ccache.spec
- some cosmetics,STBR
[packages/ccache.git] / ccache.spec
CommitLineData
8b92ebec 1Name: ccache
2Summary: compiler cache
3Summary(pl): przyspieszacz kompilowania
4Url: http://ccache.samba.org/
5Version: 1.8
6Release: 1
7License: GPL
8Group: Development/Tools
9Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
fb6cdf11 11
8b92ebec 12%description
13ccache is a compiler cache. It acts as a caching pre-processor to
14C/C++ compilers, using the -E compiler switch and a hash to detect
15when a compilation can be satisfied from cache. This often results in
16a 5 to 10 times speedup in common compilations.
17
18%description -l pl
fb6cdf11 19