rebuilt with perl 5.36.0 [release 0.62-2mamba;Sat Apr 15 2023]
This commit is contained in:
parent
b0e7f5f5f1
commit
f1ef6a56dc
@ -2,22 +2,21 @@
|
|||||||
|
|
||||||
Name: perl-BackupPC-XS
|
Name: perl-BackupPC-XS
|
||||||
Version: 0.62
|
Version: 0.62
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: BackupPC::XS - Perl extension for BackupPC libraries
|
Summary: BackupPC::XS - Perl extension for BackupPC libraries
|
||||||
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: https://cpan.metacpan.org/authors/id/C/CB/CBARRATT/BackupPC-XS-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/authors/id/C/CB/CBARRATT/BackupPC-XS-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BackupPC::XS - Perl extension for BackupPC libraries.
|
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
|
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}"
|
||||||
|
|
||||||
@ -52,5 +53,8 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.62-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user