From ba6a399e21c90901e008cee08b9c7d418ed44208 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Mon, 8 Jun 2015 15:24:14 +0200 Subject: [PATCH] Disable parallel build --- wcslib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wcslib.spec b/wcslib.spec index cee9556..ed313a7 100644 --- a/wcslib.spec +++ b/wcslib.spec @@ -1,6 +1,6 @@ Name: wcslib Version: 4.25.1 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: An implementation of the FITS World Coordinate System standard Group: Development/Libraries @@ -37,7 +37,8 @@ Utils provided with %{name} %build %configure --disable-fortran --disable-static -make %{?_smp_mflags} +#make %{?_smp_mflags} +make %install make install DESTDIR=%{buildroot} @@ -70,6 +71,9 @@ make check %{_mandir}/man1/* %changelog +* Mon Jun 08 2015 Sergio Pascual 4.25.1-1.1 +- Disable parallel build + * Mon Jan 26 2015 Sergio Pascual 4.25.1-1 - New upstream source (4.25.1)