Name: ast Version: 9.1.0 Release: 1%{?dist} Summary: A Library for Handling World Coordinate Systems in Astronomy # proj.c proj.h wcsmath.h wcstrig.c wcstrig.h are LGPLv2+ License: LGPLv3+ and LGPLv2+ URL: http://starlink.eao.hawaii.edu/starlink/AST Source0: http://www.starlink.ac.uk/download/ast/ast-%{version}.tar.gz # Fix up library linkages Patch0: ast-libs.patch # Remove bundled cminpack and erfa Patch1: ast-bundled.patch BuildRequires: gcc-gfortran BuildRequires: perl-interpreter BuildRequires: cminpack-devel BuildRequires: erfa-devel %description The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it. It's main selling points are: * Ease of use. * Facilities for generating plots of generalized non-linear, potentially discontinuous 2-D or 3-D coordinate systems, with detailed control of the appearance of the plot. * Facilities for converting transparently between different coordinate systems, including a wide range of celestial, spectral and time coordinate systems. * Facilities for searching a general collection of connected coordinate systems for a coordinate system with any given set of characteristics. * Allows code for handling WCS information to be written in a general way without regard to the specific nature of the coordinate systems being handled (i.e. whether they represent sky positions, spectral positions, focal plane positions, pixel positions, etc). * Flexible system for saving and retrieving WCS information, including (but not limited to) a range of different popular FITS descriptions. * Written in C but has interfaces for C, Fortran, Java (via JNI), Perl, and UNIX shell. * Extensive documentation. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. Applications should make use of the ast_link command for setting the libraries to link to, e.g.: cc prog.c `ast_link` -o prog %package doc Summary: Documentation for %{name} %description doc C and Fortran programming documentation for %{name}. %prep %setup -q %patch0 -p1 -b .libs %patch1 -p1 -b .bundled rm -r cminpack erfa erfa.h erfam.h sed -i -e '/include.*erfa/d' palwrap.c sed -i -e 's,cminpack/,cminpack-1/,' src/polymap.c sed -i -e '1i#!/bin/bash' ast_link* # Fix FSF address sed -i -e 's/675 Mass Ave, Cambridge, MA 02139/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/' COPYING.LIB wcslib/{proj,wcstrig}.* %build # Do not conflict with libast (bug #978262) %configure --disable-static --libdir=%{_libdir}/%{name} %make_build %install %make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # Setup ld.so.conf.d mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d echo %{_libdir}/%{name} > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/%{name}_%{_arch}.conf # Docs are installed to the wrong location, don't need source mkdir -p $RPM_BUILD_ROOT%{_pkgdocdir} mv $RPM_BUILD_ROOT%{_prefix}/docs/*.pdf $RPM_BUILD_ROOT%{_pkgdocdir}/ rm -r $RPM_BUILD_ROOT%{_prefix}/docs rm -r $RPM_BUILD_ROOT%{_datadir}/ast rm -r $RPM_BUILD_ROOT%{_prefix}/{help,manifests,news} # This references an uninstalled library rm $RPM_BUILD_ROOT%{_bindir}/ast_link_adam # These reference other libraries rm $RPM_BUILD_ROOT%{_libdir}/%{name}/libast_{drama,ems,pgplot{,3d}}.so* %check make check %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license COPYING* %config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}_%{_arch}.conf %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so.9* %files devel %{_bindir}/ast_link %{_includedir}/* %{_libdir}/%{name}/*.so %files doc %{_pkgdocdir}/ %changelog * Wed Jan 29 2020 Orion Poplawski - 9.1.0-1 - Update to 9.1.0 * Tue Jan 28 2020 Fedora Release Engineering - 9.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 8 2019 Orion Poplawski 9.0.1-1 - Update to 9.0.1 (soname bump) * Thu Oct 3 2019 Orion Poplawski 9.0.0-1 - Update to 9.0.0 * Mon Aug 19 2019 Orion Poplawski 8.7.2-1 - Update to 8.7.2 * Wed Jul 24 2019 Fedora Release Engineering - 8.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat May 11 2019 Orion Poplawski 8.7.1-1 - Update to 8.7.1 * Thu Jan 31 2019 Fedora Release Engineering - 8.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Sep 27 2018 Orion Poplawski 8.6.3-1 - Update to 8.6.3 * Thu Jul 12 2018 Fedora Release Engineering - 8.4.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 8.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 8.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 8.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 8.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Jan 11 2017 Orion Poplawski 8.4.0-1 - Update to 8.4.0 * Fri Oct 28 2016 Orion Poplawski 8.3.0-1 - Update to 8.3.0 - Add BR perl * Tue Jul 5 2016 Orion Poplawski 8.2.0-1 - Update to 8.2.0 * Thu Mar 24 2016 Fedora Release Engineering - 8.1.0-1 - Update to 8.1.0 - Rebase patches - Use %%license * Wed Feb 03 2016 Fedora Release Engineering - 8.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 27 2016 Orion Poplawski - 8.0.7-2 - Rebuild for cminpack 1.3.4 * Sat Oct 17 2015 Orion Poplawski 8.0.7-1 - Update to 8.0.7 * Tue Oct 13 2015 Orion Poplawski 8.0.6-1 - Update to 8.0.6 * Tue Aug 11 2015 Orion Poplawski 8.0.5-1 - Update to 8.0.5 - Update URL * Wed Jun 17 2015 Fedora Release Engineering - 8.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Apr 17 2015 Orion Poplawski 8.0.4-1 - Update to 8.0.4 * Mon Oct 20 2014 Orion Poplawski 8.0.2-1 - Update to 8.0.2 * Sat Oct 18 2014 Orion Poplawski 8.0.1-1 - Update to 8.0.1 - Add patch to compile with -Werror=format-security * Fri Aug 15 2014 Fedora Release Engineering - 8.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 8.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 13 2014 Orion Poplawski 8.0.0-1 - Update to 8.0.0 * Fri Mar 7 2014 Orion Poplawski 7.3.4-1 - Update to 7.3.4 * Tue Jan 7 2014 Orion Poplawski 7.3.3-1 - Update to 7.3.3 * Thu Sep 26 2013 Orion Poplawski 7.3.2-1 - Update to 7.3.2 - Drop path patch applied upstream * Tue Aug 13 2013 Orion Poplawski 7.3.1-1 - Update to 7.3.1-1 - Add patch to fix conftest paths * Sun Aug 11 2013 Orion Poplawski 6.0.1-6 - Do not conflict with libast (bug #978262) * Wed Feb 13 2013 Fedora Release Engineering - 6.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 6.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 12 2012 Orion Poplawski 6.0.1-2 - Update source to new tarball and URL - Drop FSF address fixes applied upstream * Mon Nov 28 2011 Orion Poplawski 6.0.1-1 - Update to 6.0-1 - Fixup some lib linkages - Fix license tag - Fix FSF license - Fixup doc install - Drop BuildRoot, clean, defattr * Fri Oct 14 2011 Orion Poplawski 5.7.2-1 - Update to 5.7-2 - Truncate description - Move documentation to subpackage * Wed Apr 27 2011 Orion Poplawski 5.6-1 - Initial package