- invoke make with %%{?_smp_mflags} to build faster on multi-processor
systems (Steve Grubb)
This commit is contained in:
parent
569a4236d0
commit
6e274ad21f
@ -32,7 +32,7 @@ applications using libgcrypt.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-noexecstack
|
%configure --disable-static --enable-noexecstack
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -114,6 +114,10 @@ exit 0
|
|||||||
%{_infodir}/gcrypt.info*
|
%{_infodir}/gcrypt.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 15 2008 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- invoke make with %%{?_smp_mflags} to build faster on multi-processor
|
||||||
|
systems (Steve Grubb)
|
||||||
|
|
||||||
* Mon Sep 8 2008 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-1
|
* Mon Sep 8 2008 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-1
|
||||||
- update to 1.4.2
|
- update to 1.4.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user