No parallel build, cleanup spec, copylib gnulib provided.

This commit is contained in:
Christopher Meng 2014-02-20 11:48:50 +08:00
parent cc54b23b2f
commit b591cfee7d
1 changed files with 3 additions and 1 deletions

View File

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