ccache/ccache.spec

61 lines
1.8 KiB
RPMSpec
Raw Normal View History

Name: ccache
Version: 3.1.10
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
* Tue Oct 21 2014 Automatic Build System <autodist@mambasoft.it> 3.1.10-1mamba
- automatic version update by autodist
* 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