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