Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba6a399e21 |
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
Name: wcslib
|
Name: wcslib
|
||||||
Version: 4.25.1
|
Version: 4.25.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.1
|
||||||
Summary: An implementation of the FITS World Coordinate System standard
|
Summary: An implementation of the FITS World Coordinate System standard
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
@ -37,7 +37,8 @@ Utils provided with %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-fortran --disable-static
|
%configure --disable-fortran --disable-static
|
||||||
make %{?_smp_mflags}
|
#make %{?_smp_mflags}
|
||||||
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
@ -70,6 +71,9 @@ make check
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 26 2015 Sergio Pascual <sergiopr@fedoraproject.org> 4.25.1-1
|
||||||
- New upstream source (4.25.1)
|
- New upstream source (4.25.1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue