update to 1.15 [release 1.15-1mamba;Tue Apr 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 08:34:37 +01:00
parent f483ebdb63
commit 4437b860e1

View File

@ -1,25 +1,25 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Astro-FITS-CFITSIO
Version: 1.12
Version: 1.15
Release: 1mamba
Summary: Astro::FITS::CFITSIO - A Perl interface to William Pence's cfitsio subroutine library
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Astro/Astro-FITS-CFITSIO-%{version}.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/P/PR/PRATZLAFF/Astro-FITS-CFITSIO-%{version}.tar.gz
License: Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcfitsio-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: libcfitsio-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libcfitsio-devel >= 4.1.0
%description
Astro::FITS::CFITSIO is a Perl interface to William Pence's cfitsio subroutine library.
@ -55,6 +55,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Tue Apr 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15-1mamba
- update to 1.15
* Sat Aug 03 2019 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
- automatic update by autodist