diff --git a/perl-BackupPC-XS.spec b/perl-BackupPC-XS.spec index 1d8de2c..75bd8c2 100644 --- a/perl-BackupPC-XS.spec +++ b/perl-BackupPC-XS.spec @@ -2,22 +2,21 @@ Name: perl-BackupPC-XS Version: 0.62 -Release: 1mamba +Release: 2mamba Summary: BackupPC::XS - Perl extension for BackupPC libraries Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/authors/id/C/CB/CBARRATT/BackupPC-XS-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description BackupPC::XS - Perl extension for BackupPC libraries. @@ -45,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}" @@ -52,5 +53,8 @@ done %defattr(-,root,root) %changelog +* Sat Apr 15 2023 Sdk Build System 0.62-2mamba +- rebuilt with perl 5.36.0 + * Fri Feb 19 2021 Silvan Calarco 0.62-1mamba - package created using the webbuild interface