rebuilt with perl 5.36.0 [release 1.01-2mamba;Wed May 31 2023]
This commit is contained in:
parent
f243394f09
commit
5151623bf3
@ -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 <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
|
||||
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 <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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user