automatic version update by autodist [release 8.4-1mamba;Sat Nov 23 2024]
This commit is contained in:
parent
9d130f9cbd
commit
0a396ab901
@ -1,5 +1,5 @@
|
|||||||
Name: wcslib
|
Name: wcslib
|
||||||
Version: 8.3
|
Version: 8.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C library that implements the 'World Coordinate System' (WCS) standard in FITS
|
Summary: A C library that implements the 'World Coordinate System' (WCS) standard in FITS
|
||||||
Group: Applications/Scientific
|
Group: Applications/Scientific
|
||||||
@ -10,9 +10,9 @@ URL: https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/
|
|||||||
Source: http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib-%{version}.tar.bz2
|
Source: http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: gcc-fortran
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libcfitsio-devel
|
BuildRequires: libcfitsio-devel
|
||||||
|
BuildRequires: libgfortran
|
||||||
BuildRequires: libquadmath-devel
|
BuildRequires: libquadmath-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: libwcs = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libwcs = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -52,8 +52,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n libwcs -p /sbin/ldconfig
|
|
||||||
%postun -n libwcs -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -88,6 +86,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc CHANGES README
|
%doc CHANGES README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Automatic Build System <autodist@openmamba.org> 8.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed May 15 2024 Automatic Build System <autodist@openmamba.org> 8.3-1mamba
|
* Wed May 15 2024 Automatic Build System <autodist@openmamba.org> 8.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user