No parallel build, cleanup spec, copylib gnulib provided.
This commit is contained in:
parent
cc54b23b2f
commit
b591cfee7d
@ -10,6 +10,7 @@ BuildRequires: valgrind
|
|||||||
%endif
|
%endif
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
Provides: bundled(gnulib)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gengetopt is a tool to generate C code to parse the command line arguments
|
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
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
# Parallel build doesn't work.
|
||||||
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install INSTALL="%{__install} -p" DESTDIR=%{buildroot}
|
make install INSTALL="%{__install} -p" DESTDIR=%{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user