[epstool] Disable SMP build.

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Jan 16 07:42:47 UTC 2012


commit 568e168c652fde25f9d34c6ccb2f6fca37c338a5
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Mon Jan 16 09:42:42 2012 +0200

    Disable SMP build.

 epstool.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/epstool.spec b/epstool.spec
index c7bf74a..eb5aa7d 100644
--- a/epstool.spec
+++ b/epstool.spec
@@ -1,6 +1,6 @@
 Name:		epstool
 Version:	3.08
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A utility to create or extract preview images in EPS files
 Group:		Applications/Multimedia
 License:	GPLv2+
@@ -29,7 +29,8 @@ Features:
 %patch0 -p1
 
 %build
-make %{?_smp_mflags}
+# SMP build doesn't work.
+make
 
 %install
 rm -rf %{buildroot}
@@ -46,5 +47,8 @@ rm -rf %{buildroot}
 %{_mandir}/man1/epstool.1.*
 
 %changelog
+* Mon Jan 16 2012 Jussi Lehtola <jussilehtola at fedoraproject.org> - 3.08-2
+- Disable SMP build.
+
 * Mon Jan 09 2012 Jussi Lehtola <jussilehtola at fedoraproject.org> - 3.08-1
 - First release.


More information about the scm-commits mailing list