From 3c0b8b2874a0291be8db990fc7e32f0b866adf42 Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Mon, 14 Jan 2013 12:49:05 +0000 Subject: RPM spec file should use correct versioning scheme and list all build dependencies --- misc/packaging/ninja.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/packaging/ninja.spec b/misc/packaging/ninja.spec index 2f009f6..3f31480 100644 --- a/misc/packaging/ninja.spec +++ b/misc/packaging/ninja.spec @@ -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. -- cgit v0.12