mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 19:59:43 +00:00
RPM spec file should use correct versioning scheme and list all build dependencies
This commit is contained in:
parent
8a4c9e05f7
commit
3c0b8b2874
@ -1,13 +1,15 @@
|
||||
Summary: Ninja is a small build system with a focus on speed.
|
||||
Name: ninja
|
||||
Version: %{ver}
|
||||
Release: %{rel}%{?dist}
|
||||
Release: %{rel}
|
||||
Group: Development/Tools
|
||||
License: Apache 2.0
|
||||
URL: https://github.com/martine/ninja
|
||||
Source0: %{name}-%{version}-%{release}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||
|
||||
BuildRequires: re2c asciidoc
|
||||
|
||||
%description
|
||||
Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and
|
||||
orchestrates building them, quickly.
|
||||
|
Loading…
Reference in New Issue
Block a user