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.
|
IPv6 related part of the C socket.h defines and structure manupulators.
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,26 +2,26 @@
|
|||||||
|
|
||||||
Name: perl-Socket6
|
Name: perl-Socket6
|
||||||
Version: 0.29
|
Version: 0.29
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Socket6 - IPv6 related part of the C socket.h defines and structure manupulators
|
Summary: Socket6 - IPv6 related part of the C socket.h defines and structure manupulators
|
||||||
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/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires: perl >= %perl_major_ver
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: perl >= 2:5.36.0
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IPv6 related part of the C socket.h defines and structure manupulators.
|
IPv6 related part of the C socket.h defines and structure manupulators.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Socket6-%{version}
|
%setup -q -n Socket6-%{version}
|
||||||
|
|
||||||
@ -43,6 +43,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}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
@ -51,6 +53,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Aug 04 2019 Automatic Build System <autodist@mambasoft.it> 0.29-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user