]> git.pld-linux.org Git - packages/ccache.git/blame - ccache.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[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
6a72a66c 5Version: 1.9
ba51398f 6Release: 2
8b92ebec 7License: GPL
8Group: Development/Tools
9Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
4321e8e2 10URL: http://ccache.samba.org/
b69824c3 11BuildRequires: autoconf
12BuildRequires: automake
ba51398f 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
fb6cdf11 14
8b92ebec 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
ba51398f 21%description -l pl
4321e8e2
JB
22