Name: calceph Version: 3.4.6 Release: 1%{?dist} Summary: Astronomical library to access planetary ephemeris files License: CeCILL or CeCILL-B or CeCILL-C URL: https://www.imcce.fr/inpop/calceph Source0: https://www.imcce.fr/content/medias/recherche/equipes/asd/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc %description This library is designed to access the binary planetary ephemeris files, such INPOPxx, JPL DExxx and SPICE ephemeris files. ch star catalogs and manipulate images. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name} %package doc Summary: Documentation files for %{name} %description doc The %{name}-doc package contains documentation for %{name} %prep %autosetup %build %configure --enable-fortran=no \ --enable-python=no \ --enable-python-package-system=no \ --disable-static \ --docdir=%{_pkgdocdir} %make_build %install %make_install rm %{buildroot}%{_libdir}/libcalceph.la rm -r %{buildroot}%{_libexecdir} %check make check %files %license COPYING_CECILL_V2.1.LIB COPYING_CECILL_B.LIB COPYING_CECILL_C.LIB %{_bindir}/* %{_libdir}/*.so.1 %{_libdir}/*.so.1.* %files devel %{_libdir}/*.so %{_includedir}/*.h %files doc %{_pkgdocdir}/* %changelog * Sun Nov 1 2020 Mattia Verga - 3.4.6-1 - Initial packaging