automatic version update by autodist [release 4.4.0.1-1mamba;Thu Mar 07 2024]

This commit is contained in:
Automatic Build System 2024-03-07 19:07:52 +01:00
parent 02edf7a218
commit 473c632106

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Alien-CFITSIO
Version: 4.3.1.0
Version: 4.4.0.1
Release: 1mamba
Summary: Alien::CFITSIO - Build and Install the CFITSIO library
Group: System/Libraries/Perl
@ -12,6 +12,9 @@ URL: https://www.cpan.org
Source: https://cpan.metacpan.org/authors/id/D/DJ/DJERIUS/Alien-CFITSIO-v%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcurl-devel
BuildRequires: libz-devel
BuildRequires: perl-Alien-Build
BuildRequires: perl-devel
## AUTOBUILDREQ-END
@ -45,6 +48,7 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
done
find %{buildroot} -name *.so* -exec chmod u+w {} \;
find %{buildroot} -name *.a -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -54,6 +58,9 @@ find %{buildroot} -name *.so* -exec chmod u+w {} \;
%doc LICENSE
%changelog
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 4.4.0.1-1mamba
- automatic version update by autodist
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 4.3.1.0-1mamba
- automatic version update by autodist