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
|
Name: ccache
|
||||||
Version: 4.10.1
|
Version: 4.10.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,6 +19,7 @@ BuildRequires: libxxhash-devel
|
|||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
|
BuildRequires: libfmt-devel >= 11.0.2
|
||||||
|
|
||||||
%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.
|
||||||
@ -53,7 +54,7 @@ done
|
|||||||
|
|
||||||
install -d -m0755 %{buildroot}%{_sysconfdir}/default
|
install -d -m0755 %{buildroot}%{_sysconfdir}/default
|
||||||
cat > %{buildroot}%{_sysconfdir}/default/ccache << EOF
|
cat > %{buildroot}%{_sysconfdir}/default/ccache << EOF
|
||||||
CCACHE_ENABLED=no
|
CCACHE_ENABLED=yes
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
install -d -m0755 %{buildroot}%{_sysconfdir}/profile.d
|
install -d -m0755 %{buildroot}%{_sysconfdir}/profile.d
|
||||||
@ -78,6 +79,12 @@ EOF
|
|||||||
%doc GPL-3.0.txt
|
%doc GPL-3.0.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 01 2024 Automatic Build System <autodist@openmamba.org> 4.10.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user