automatic version update by autodist [release 1.4.0-1mamba;Sun Apr 06 2014]

This commit is contained in:
Automatic Build System 2024-01-06 07:39:25 +01:00
parent 26f6a77d60
commit 5efd8f7dac
2 changed files with 49 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# ninja
Ninja is a small build system with a focus on speed.

47
ninja.spec Normal file
View File

@ -0,0 +1,47 @@
Name: ninja
Version: 1.4.0
Release: 1mamba
Summary: A small build system with a focus on speed
Group: Applications/Development
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: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Ninja is a small build system with a focus on speed.
%prep
%setup -q
%build
./bootstrap.py
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m0755 ninja %{buildroot}%{_bindir}/ninja
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/ninja
%doc COPYING
%changelog
* Sun Apr 06 2014 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic version update by autodist
* Wed Sep 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.4-1mamba
- package created by silvan using the webbuild interface