From b591cfee7d5d1f821d5cf48e8fb57b83a8eb3b92 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 20 Feb 2014 11:48:50 +0800 Subject: [PATCH] No parallel build, cleanup spec, copylib gnulib provided. --- gengetopt.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gengetopt.spec b/gengetopt.spec index 9260f9f..d377522 100644 --- a/gengetopt.spec +++ b/gengetopt.spec @@ -10,6 +10,7 @@ BuildRequires: valgrind %endif Requires(post): info Requires(preun): info +Provides: bundled(gnulib) %description Gengetopt is a tool to generate C code to parse the command line arguments @@ -40,7 +41,8 @@ find . -name '*.ggo' -exec chmod 644 {} ';' %build %configure -make %{?_smp_mflags} +# Parallel build doesn't work. +make %install make install INSTALL="%{__install} -p" DESTDIR=%{buildroot}