rebuilt with perl 5.36.0 [release 1.227-3mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:28:54 +01:00
parent 6232a0e565
commit b7a486a8e3

View File

@ -2,13 +2,13 @@
Name: perl-Pango Name: perl-Pango
Version: 1.227 Version: 1.227
Release: 2mamba Release: 3mamba
Summary: Pango - Layout and render international text Summary: Pango - Layout and render international text
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/authors/id/X/XA/XAOC/Pango-%{version}.tar.gz Source: http://www.cpan.org/authors/id/X/XA/XAOC/Pango-%{version}.tar.gz
License: Artistic, GPL License: Artistic, GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -22,6 +22,7 @@ BuildRequires: libperl
BuildRequires: perl-Glib BuildRequires: perl-Glib
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-Cairo BuildRequires: perl-Cairo
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
@ -49,6 +50,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}"
rm -f .packlist rm -f .packlist
@ -57,6 +60,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.227-3mamba
- rebuilt with perl 5.36.0
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.227-2mamba * Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.227-2mamba
- rebuilt with perl 5.24 - rebuilt with perl 5.24