rebuilt with perl 5.36.0 [release 0.29-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
a798c62fcf
commit
6bfb877711
@ -2,4 +2,3 @@
|
||||
|
||||
IPv6 related part of the C socket.h defines and structure manupulators.
|
||||
|
||||
|
||||
|
@ -2,26 +2,26 @@
|
||||
|
||||
Name: perl-Socket6
|
||||
Version: 0.29
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Socket6 - IPv6 related part of the C socket.h defines and structure manupulators
|
||||
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/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
IPv6 related part of the C socket.h defines and structure manupulators.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n Socket6-%{version}
|
||||
|
||||
@ -43,6 +43,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}"
|
||||
rm -f .packlist
|
||||
@ -51,6 +53,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.29-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Sun Aug 04 2019 Automatic Build System <autodist@mambasoft.it> 0.29-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user