automatic version update by autodist [release 1.10.1-1mamba;Sun Sep 06 2020]
This commit is contained in:
parent
84f24742d7
commit
3bbbb38594
13
ninja.spec
13
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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 1.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user