]> git.pld-linux.org Git - packages/ccache.git/blame - ccache.spec
- avoid defining default %attr
[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
7cb1815a 6Release: 1.4
8b92ebec 7License: GPL
8Group: Development/Tools
9Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
450fc6e9 10# Source0-md5: 73c1ed1e767c1752dd0f548ec1e66ce7
7cb1815a 11Patch0: %{name}-nohash_size_mtime.patch
4321e8e2 12URL: http://ccache.samba.org/
b69824c3 13BuildRequires: autoconf
14BuildRequires: automake
ba51398f 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
fb6cdf11 16
d8626a6e
ER
17%define _libdir %{_prefix}/%{_lib}/%{name}
18
8b92ebec 19%description
20ccache is a compiler cache. It acts as a caching pre-processor to
21C/C++ compilers, using the -E compiler switch and a hash to detect
22when a compilation can be satisfied from cache. This often results in
23a 5 to 10 times speedup in common compilations.
24
ba51398f 25%description -l pl
4321e8e2
JB
26