automatic version update by autodist [release 4.2.1-1mamba;Tue Mar 30 2021]
This commit is contained in:
parent
cd25c19729
commit
382df01bc6
@ -1,4 +1,3 @@
|
|||||||
# ccache
|
# 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.
|
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.
|
||||||
|
|
||||||
|
21
ccache.spec
21
ccache.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ccache
|
Name: ccache
|
||||||
Version: 4.2
|
Version: 4.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations.
|
Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations.
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -8,29 +8,34 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://ccache.samba.org
|
URL: https://ccache.samba.org
|
||||||
Source: https://github.com/ccache/ccache.git/v%{version}/ccache-%{version}.tar.bz2
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
|
|
||||||
%debug_package
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
\
|
||||||
|
%ifarch %{ix86}
|
||||||
|
-DUSE_FASTER_LINKER=OFF
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -40,8 +45,12 @@ ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compiler
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ccache
|
%{_bindir}/ccache
|
||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
%doc GPL-3.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 30 2021 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user