Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Sergio Pascual
ba6a399e21 Disable parallel build 2015-06-08 15:24:14 +02:00

View file

@ -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 <sergiopr@fedoraproject.org> 4.25.1-1.1
- Disable parallel build
* Mon Jan 26 2015 Sergio Pascual <sergiopr@fedoraproject.org> 4.25.1-1
- New upstream source (4.25.1)