rpms/libgcrypt/devel libgcrypt.spec,1.29,1.30

Nalin Dahyabhai nalin at fedoraproject.org
Mon Sep 15 19:49:33 UTC 2008


Author: nalin

Update of /cvs/pkgs/rpms/libgcrypt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8821

Modified Files:
	libgcrypt.spec 
Log Message:
- invoke make with %%{?_smp_mflags} to build faster on multi-processor
  systems (Steve Grubb)



Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- libgcrypt.spec	8 Sep 2008 23:05:08 -0000	1.29
+++ libgcrypt.spec	15 Sep 2008 19:49:03 -0000	1.30
@@ -32,7 +32,7 @@
 
 %build
 %configure --disable-static --enable-noexecstack
-make
+make %{?_smp_mflags}
 
 %check
 make check
@@ -114,6 +114,10 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Mon Sep 15 2008 Nalin Dahyabhai <nalin at redhat.com>
+- invoke make with %%{?_smp_mflags} to build faster on multi-processor
+  systems (Steve Grubb)
+
 * Mon Sep  8 2008 Nalin Dahyabhai <nalin at redhat.com> 1.4.2-1
 - update to 1.4.2
 




More information about the fedora-extras-commits mailing list