automatic version update by autodist [release 4.6.3-1mamba;Wed Oct 15 2025]
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libcfitsio
|
Name: libcfitsio
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.4.0
|
Version: 4.6.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A FITS File Subroutine Library
|
Summary: A FITS File Subroutine Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@@ -11,7 +11,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
|
URL: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
|
||||||
Source: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-%{version}.tar.gz
|
Source: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-%{version}.tar.gz
|
||||||
License: GPL
|
License: Custom
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
@@ -42,47 +42,45 @@ CFITSIO is a library of C and Fortran subroutines for reading and writing data f
|
|||||||
CFITSIO also provides many advanced features for manipulating and filtering the information in FITS files.
|
CFITSIO also provides many advanced features for manipulating and filtering the information in FITS files.
|
||||||
This package contains the tools provided with %{name}.
|
This package contains the tools provided with %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cfitsio-%{version}
|
%setup -q -n cfitsio-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake \
|
||||||
--enable-reentrant \
|
-DUSE_PTHREADS=ON \
|
||||||
--includedir=%{_includedir}/cfitsio
|
-DTESTS=OFF \
|
||||||
|
-DUTILS=ON
|
||||||
|
|
||||||
%make shared
|
%cmake_build
|
||||||
%make utils
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcfitsio.so.*
|
%{_libdir}/libcfitsio.so.*
|
||||||
%doc licenses/NASA_Open_Source_Agreement_1.3.txt
|
%doc licenses/License.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/cfitsio
|
%{_includedir}/*.h
|
||||||
%{_includedir}/cfitsio/*.h
|
|
||||||
%{_libdir}/libcfitsio.a
|
|
||||||
%{_libdir}/libcfitsio.so
|
%{_libdir}/libcfitsio.so
|
||||||
%{_libdir}/pkgconfig/cfitsio.pc
|
%{_libdir}/pkgconfig/cfitsio.pc
|
||||||
|
%dir %{_libdir}/cmake/cfitsio
|
||||||
|
%{_libdir}/cmake/cfitsio/cfitsio*.cmake
|
||||||
|
|
||||||
%files -n cfitsio
|
%files -n cfitsio
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 15 2025 Automatic Build System <autodist@openmamba.org> 4.6.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 4.4.0-1mamba
|
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 4.4.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user