update to 3.7.2 [release 3.7.2-1mamba;Sat Aug 17 2019]
This commit is contained in:
parent
98f41aa1be
commit
1c6c6c957e
16
ccache.spec
16
ccache.spec
@ -1,5 +1,5 @@
|
||||
Name: ccache
|
||||
Version: 3.6
|
||||
Version: 3.7.2
|
||||
Release: 1mamba
|
||||
Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations.
|
||||
Group: Development/Tools
|
||||
@ -7,18 +7,23 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://ccache.samba.org
|
||||
Source: http://samba.org/ftp/ccache/ccache-%{version}.tar.xz
|
||||
Source: https://github.com/ccache/ccache.git/v%{version}/ccache-%{version}.tar.bz2
|
||||
#Source: http://samba.org/ftp/ccache/ccache-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
|
||||
|
||||
%prep
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%setup -q
|
||||
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
@ -35,6 +40,9 @@ ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compiler
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.2-1mamba
|
||||
- update to 3.7.2
|
||||
|
||||
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 3.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user