automatic version update by autodist [release 3.1.9-1mamba;Thu Jan 10 2013]
This commit is contained in:
parent
5d9f264ec5
commit
a46779dfd9
@ -1,2 +1,4 @@
|
||||
# ccache
|
||||
|
||||
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.
|
||||
|
||||
|
57
ccache.spec
Normal file
57
ccache.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: ccache
|
||||
Version: 3.1.9
|
||||
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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user