RPM spec file should use correct versioning scheme and list all build dependencies

This commit is contained in:
Petr Hosek 2013-01-14 12:49:05 +00:00
parent 8a4c9e05f7
commit 3c0b8b2874

View File

@ -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.