summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-04-05 16:05:03 (GMT)
committerEvan Martin <martine@danga.com>2013-04-05 16:05:03 (GMT)
commit66d33f4c08b7570309440b09e0d06b204c02d6ef (patch)
tree8425e4e598cb3a5721aa3531653276cc21b3b666 /misc
parentc09bb1ae8b23d945b00fffb90ad94cf29f340735 (diff)
parentf01d7f09fbdc2d7eca053d18f424d41729ca95c1 (diff)
downloadNinja-66d33f4c08b7570309440b09e0d06b204c02d6ef.zip
Ninja-66d33f4c08b7570309440b09e0d06b204c02d6ef.tar.gz
Ninja-66d33f4c08b7570309440b09e0d06b204c02d6ef.tar.bz2
version 1.2.0
Diffstat (limited to 'misc')
-rw-r--r--misc/packaging/ninja.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/packaging/ninja.spec b/misc/packaging/ninja.spec
index 2f009f6..f0c46fe 100644
--- a/misc/packaging/ninja.spec
+++ b/misc/packaging/ninja.spec
@@ -5,8 +5,10 @@ Release: %{rel}%{?dist}
Group: Development/Tools
License: Apache 2.0
URL: https://github.com/martine/ninja
-Source0: %{name}-%{version}-%{release}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
+Source0: %{name}-%{version}-%{rel}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{rel}
+
+BuildRequires: asciidoc
%description
Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and
@@ -17,7 +19,7 @@ which has over 30,000 source files and whose other build systems (including one
seconds to start building after changing one file. Ninja is under a second.
%prep
-%setup -q -n %{name}-%{version}-%{release}
+%setup -q -n %{name}-%{version}-%{rel}
%build
echo Building..