rebuilt with libfmt 11.0.2 [release 4.10.2-2mamba;Sat Jul 27 2024]
This commit is contained in:
parent
025016971e
commit
1555f6a951
13
ccache.spec
13
ccache.spec
@ -1,6 +1,6 @@
|
||||
Name: ccache
|
||||
Version: 4.10.1
|
||||
Release: 1mamba
|
||||
Version: 4.10.2
|
||||
Release: 2mamba
|
||||
Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations.
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -19,6 +19,7 @@ BuildRequires: libxxhash-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: libfmt-devel >= 11.0.2
|
||||
|
||||
%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.
|
||||
@ -53,7 +54,7 @@ done
|
||||
|
||||
install -d -m0755 %{buildroot}%{_sysconfdir}/default
|
||||
cat > %{buildroot}%{_sysconfdir}/default/ccache << EOF
|
||||
CCACHE_ENABLED=no
|
||||
CCACHE_ENABLED=yes
|
||||
EOF
|
||||
|
||||
install -d -m0755 %{buildroot}%{_sysconfdir}/profile.d
|
||||
@ -78,6 +79,12 @@ EOF
|
||||
%doc GPL-3.0.txt
|
||||
|
||||
%changelog
|
||||
* Sat Jul 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.2-2mamba
|
||||
- rebuilt with libfmt 11.0.2
|
||||
|
||||
* Mon Jul 22 2024 Automatic Build System <autodist@openmamba.org> 4.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 01 2024 Automatic Build System <autodist@openmamba.org> 4.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user