automatic version update by autodist [release 4.3.0.0-1mamba;Wed Nov 08 2023]
This commit is contained in:
parent
6e9b376a21
commit
c8b0584a89
@ -1,8 +1,8 @@
|
|||||||
%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.2.0.0
|
Version: 4.3.0.0
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -44,6 +44,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so* -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -52,6 +54,9 @@ done
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 4.3.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 4.2.0.0-2mamba
|
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 4.2.0.0-2mamba
|
||||||
- rebuilt with perl 5.36.0
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user