rebuilt with perl 5.36.0 [release 0.62-2mamba;Sat Apr 15 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:36:33 +01:00
parent b0e7f5f5f1
commit f1ef6a56dc

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <sdk@mambasoft.it> 0.62-2mamba
- rebuilt with perl 5.36.0
* Fri Feb 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.62-1mamba
- package created using the webbuild interface