diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index affb942..4cad2d7 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -2,21 +2,21 @@ Name: perl-Text-CharWidth Version: 0.04 -Release: 2mamba +Release: 3mamba Summary: Text::CharWidth - Get number of occupied columns of a string on terminal Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Get number of occupied columns of a string on terminal. @@ -44,6 +44,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}" @@ -51,6 +53,9 @@ done %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 0.04-3mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 0.04-2mamba - rebuilt with perl 5.24