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
|
Name: ninja
|
||||||
Version: 1.10.0
|
Version: 1.10.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small build system with a focus on speed
|
Summary: A small build system with a focus on speed
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -7,11 +7,11 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://martine.github.io/ninja/
|
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
|
Source: https://github.com/martine/ninja.git/v%{version}/ninja-%{version}.tar.bz2
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -25,11 +25,13 @@ Ninja is a small build system with a focus on speed.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./bootstrap.py
|
%cmake -d build
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -D -m0755 ninja %{buildroot}%{_bindir}/ninja
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -40,6 +42,9 @@ install -D -m0755 ninja %{buildroot}%{_bindir}/ninja
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user