[gengetopt/epel7] No parallel build, cleanup spec, copylib gnulib provided.

Christopher Meng cicku at fedoraproject.org
Thu Feb 20 03:48:47 UTC 2014


commit b591cfee7d5d1f821d5cf48e8fb57b83a8eb3b92
Author: Christopher Meng <i at cicku.me>
Date:   Thu Feb 20 11:48:50 2014 +0800

    No parallel build, cleanup spec, copylib gnulib provided.

 gengetopt.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
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}


More information about the scm-commits mailing list