From 20fc851e9e42280c6c0789faa4d3cc0f532ec629 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 29 Sep 2021 14:13:10 +0200 Subject: [PATCH] up to 4.4.2 --- ccache.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/ccache.spec b/ccache.spec index eb43b1d..d21eb65 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,24 +1,31 @@ +# +# Conditional build: +%bcond_without redis # Redis secondary storage support + Summary: Compiler cache Summary(pl.UTF-8): Pamięć podręczna dla kompilatora Summary(pt_BR.UTF-8): Cache para compiladores C/C++ Name: ccache -Version: 4.2.1 -Release: 2 +Version: 4.4.2 +Release: 1 License: GPL v3+ Group: Development/Tools Source0: https://github.com/ccache/ccache/releases/download/v%{version}/%{name}-%{version}.tar.xz -# Source0-md5: 0f95a4b491a4dcd904c8235ee7c660cd +# Source0-md5: a38921ab61002b245b9f08235c04009c URL: https://ccache.dev/ BuildRequires: asciidoc -BuildRequires: cmake >= 3.4.3 +BuildRequires: cmake >= 3.10 +%{?with_redis:BuildRequires: hiredis-devel >= 0.13.3} %ifarch %{arm} BuildRequires: libatomic-devel %endif -BuildRequires: libstdc++-devel >= 6:4.8.1 +BuildRequires: libstdc++-devel >= 6:5 BuildRequires: rpmbuild(macros) >= 1.605 +BuildRequires: ruby-asciidoctor BuildRequires: tar >= 1:1.22 BuildRequires: xz BuildRequires: zstd-devel >= 1.1.2 +%{?with_redis:Requires: hiredis >= 0.13.3} Requires: zstd >= 1.1.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -- 2.44.0