2024-01-05 21:08:50 +01:00
|
|
|
Name: ccache
|
2024-01-05 21:08:51 +01:00
|
|
|
Version: 3.3
|
2024-01-05 21:08:50 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations.
|
|
|
|
Group: Development/Tools
|
|
|
|
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
|
|
|
|
License: GPL
|
|
|
|
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
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ccache
|
|
|
|
%{_mandir}/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:08:51 +01:00
|
|
|
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:51 +01:00
|
|
|
* Mon Jul 25 2016 Automatic Build System <autodist@mambasoft.it> 3.2.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 24 2016 Automatic Build System <autodist@mambasoft.it> 3.2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Thu Apr 21 2016 Automatic Build System <autodist@mambasoft.it> 3.2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Thu Dec 17 2015 Automatic Build System <autodist@mambasoft.it> 3.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Wed Aug 19 2015 Automatic Build System <autodist@mambasoft.it> 3.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Wed May 13 2015 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Sun Dec 14 2014 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Tue Oct 21 2014 Automatic Build System <autodist@mambasoft.it> 3.1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:08:50 +01:00
|
|
|
* Thu Jan 10 2013 Automatic Build System <autodist@mambasoft.it> 3.1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 17 2012 Automatic Build System <autodist@mambasoft.it> 3.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Automatic Build System <autodist@mambasoft.it> 3.1.7-1mamba
|
|
|
|
- update to 3.1.7
|
|
|
|
|
|
|
|
* Wed May 23 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-3mamba
|
|
|
|
- group entry fixed
|
|
|
|
|
|
|
|
* Sun Oct 30 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-2qilnx
|
|
|
|
- specfile updated
|
|
|
|
|
|
|
|
* Fri Dec 17 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-1qilnx
|
|
|
|
- update to version 2.4 by autospec
|
|
|
|
|
|
|
|
* Mon Oct 13 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-1qilnx
|
|
|
|
- first build
|