diff --git a/perl-Lchown.spec b/perl-Lchown.spec index 19739e9..02449f0 100644 --- a/perl-Lchown.spec +++ b/perl-Lchown.spec @@ -2,21 +2,21 @@ Name: perl-Lchown Version: 1.01 -Release: 1mamba +Release: 2mamba Summary: Lchown - perl interface to the lchown(2) system call 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/N/NC/NCLEATON/Lchown-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl-devel >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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 done +find %{buildroot} -name *.so -exec chmod u+w {} \; + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f .packlist %defattr(-,root,root) -## note: eventually add the remaining documents (if any) -# %doc README - %changelog +* Wed May 31 2023 Silvan Calarco 1.01-2mamba +- rebuilt with perl 5.36.0 + * Sat Sep 09 2017 Silvan Calarco 1.01-1mamba - package created using the webbuild interface