rebuilt with perl 5.36.0 [release 1.01-2mamba;Wed May 31 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 09:14:26 +01:00
parent f243394f09
commit 5151623bf3

View File

@ -2,21 +2,21 @@
Name: perl-Lchown Name: perl-Lchown
Version: 1.01 Version: 1.01
Release: 1mamba Release: 2mamba
Summary: Lchown - perl interface to the lchown(2) system call Summary: Lchown - perl interface to the lchown(2) system call
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://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-devel >= 2:5.36.0
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Lchown - perl interface to the lchown(2) system call. Lchown - perl interface to the lchown(2) system call.
@ -44,15 +44,17 @@ 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}"
%files -f .packlist %files -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
## note: eventually add the remaining documents (if any)
# %doc README
%changelog %changelog
* Wed May 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.01-2mamba
- rebuilt with perl 5.36.0
* Sat Sep 09 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.01-1mamba * Sat Sep 09 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.01-1mamba
- package created using the webbuild interface - package created using the webbuild interface