From 53620b15f3b99729199ece2ecc2bcbd2898b72ae Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:10:05 +0100 Subject: [PATCH] automatic update by autodist [release 2.72-1mamba;Wed Feb 19 2014] --- README.md | 2 + perl-IO-Socket-INET6.spec | 90 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 perl-IO-Socket-INET6.spec diff --git a/README.md b/README.md index 91882cf..0efa421 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-IO-Socket-INET6 +IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets. + diff --git a/perl-IO-Socket-INET6.spec b/perl-IO-Socket-INET6.spec new file mode 100644 index 0000000..721258a --- /dev/null +++ b/perl-IO-Socket-INET6.spec @@ -0,0 +1,90 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-IO-Socket-INET6 +Version: 2.72 +Release: 1mamba +Summary: IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%{version}.tar.gz +License: BSD +Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +BuildRequires: perl-Socket6 +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets. + +%prep +%setup -q -n IO-Socket-INET6-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make + +#FIXME: +#t/io_sock6..........ok 11/20Died at t/io_sock6.t line 39, line 2. +# % make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Wed Feb 19 2014 Automatic Build System 2.72-1mamba +- automatic update by autodist + +* Sun Jun 23 2013 Automatic Build System 2.71-1mamba +- automatic version update by autodist + +* Sun May 26 2013 Automatic Build System 2.70-1mamba +- automatic update by autodist + +* Sat Nov 10 2012 Silvan Calarco 2.69-2mamba +- perl 5.16 mass rebuild + +* Mon Dec 12 2011 Automatic Build System 2.69-1mamba +- automatic version update by autodist + +* Tue Feb 01 2011 Automatic Build System 2.67-1mamba +- automatic update by autodist + +* Sat Jun 26 2010 Automatic Build System 2.65-1mamba +- automatic update by autodist + +* Sat Apr 24 2010 Automatic Build System 2.61-1mamba +- automatic update by autodist + +* Tue Jan 12 2010 Automatic Build System 2.57-1mamba +- automatic update by autodist + +* Wed Nov 05 2008 Silvan Calarco 2.56-2mamba +- automatic rebuild by autodist + +* Mon Oct 20 2008 gil 2.56-1mamba +- update to 2.56 + +* Wed May 09 2007 Silvan Calarco 2.51-1mamba +- package created by autospec