From 3bbbb385949c32569ffed5fdbfd3fb83bc875c31 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:39:26 +0100 Subject: [PATCH] automatic version update by autodist [release 1.10.1-1mamba;Sun Sep 06 2020] --- ninja.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ninja.spec b/ninja.spec index c064b1b..1a121d9 100644 --- a/ninja.spec +++ b/ninja.spec @@ -1,5 +1,5 @@ Name: ninja -Version: 1.10.0 +Version: 1.10.1 Release: 1mamba Summary: A small build system with a focus on speed Group: Applications/Development @@ -7,11 +7,11 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://martine.github.io/ninja/ -## GITSOURCE https://github.com/martine/ninja.git v1.3.4 Source: https://github.com/martine/ninja.git/v%{version}/ninja-%{version}.tar.bz2 License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END @@ -25,11 +25,13 @@ Ninja is a small build system with a focus on speed. %setup -q %build -./bootstrap.py +%cmake -d build + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -install -D -m0755 ninja %{buildroot}%{_bindir}/ninja +%makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -40,6 +42,9 @@ install -D -m0755 ninja %{buildroot}%{_bindir}/ninja %doc COPYING %changelog +* Sun Sep 06 2020 Automatic Build System 1.10.1-1mamba +- automatic version update by autodist + * Sat Feb 01 2020 Automatic Build System 1.10.0-1mamba - automatic version update by autodist