From a46779dfd93cbc8e930bb7943295a3f823057382 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:08:50 +0100 Subject: [PATCH] automatic version update by autodist [release 3.1.9-1mamba;Thu Jan 10 2013] --- README.md | 2 ++ ccache.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 ccache.spec diff --git a/README.md b/README.md index 1f7d126..d999819 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/ccache.spec b/ccache.spec new file mode 100644 index 0000000..40731d9 --- /dev/null +++ b/ccache.spec @@ -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 +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 3.1.9-1mamba +- automatic version update by autodist + +* Fri Aug 17 2012 Automatic Build System 3.1.8-1mamba +- automatic version update by autodist + +* Sat Jul 21 2012 Automatic Build System 3.1.7-1mamba +- update to 3.1.7 + +* Wed May 23 2007 Silvan Calarco 2.4-3mamba +- group entry fixed + +* Sun Oct 30 2005 Silvan Calarco 2.4-2qilnx +- specfile updated + +* Fri Dec 17 2004 Silvan Calarco 2.4-1qilnx +- update to version 2.4 by autospec + +* Mon Oct 13 2003 Silvan Calarco 2.3-1qilnx +- first build