rebuilt with perl 5.36.0 [release 1.109-2mamba;Sat Apr 15 2023]
This commit is contained in:
parent
4cac09d65a
commit
aa7c10d6a0
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-Cairo
|
||||
Version: 1.109
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Cairo - Perl bindings to the cairo graphics library
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -18,6 +18,7 @@ BuildRequires: libfreetype-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-ExtUtils-Depends
|
||||
BuildRequires: perl-Test-Number-Delta
|
||||
Requires: perl >= %perl_major_ver
|
||||
@ -46,6 +47,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
@ -54,6 +57,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 1.109-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Tue Nov 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.109-1mamba
|
||||
- update to 1.109
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user