Update to 0.26
- New upstream release 0.26 - gailookup.pl.in: Add -P option to ease specification of port number - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED - gailookup.pl.in: Add -r option to do reverse lookup - System inet_ntop broken in darwin (CPAN RT#113005) - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181) - Simplify find commands using -delete - Explicitly BR: perl-devel, needed for EXTERN.h
This commit is contained in:
parent
a5a2d47bff
commit
40a69b46f4
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
Socket6-0.23.tar.gz
|
||||
/Socket6-0.25.tar.gz
|
||||
/Socket6-[0-9.]*.tar.gz
|
||||
|
||||
@ -1,12 +1,17 @@
|
||||
Name: perl-Socket6
|
||||
Version: 0.25
|
||||
Release: 8%{?dist}
|
||||
Version: 0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: IPv6 related part of the C socket.h defines and structure manipulators
|
||||
License: BSD
|
||||
URL: http://search.cpan.org/dist/Socket6/
|
||||
Source0: http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
|
||||
# Build:
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module:
|
||||
@ -39,20 +44,30 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc ChangeLog README
|
||||
%doc ChangeLog README gailookup.pl
|
||||
%{perl_vendorarch}/Socket6.pm
|
||||
%{perl_vendorarch}/auto/Socket6/
|
||||
%{_mandir}/man3/Socket6.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2016 Paul Howarth <paul@city-fan.org> - 0.26-1
|
||||
- Update to 0.26
|
||||
- gailookup.pl.in: Add -P option to ease specification of port number
|
||||
- gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
|
||||
- gailookup.pl.in: Add -r option to do reverse lookup
|
||||
- System inet_ntop broken in darwin (CPAN RT#113005)
|
||||
- Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
|
||||
- Simplify find commands using -delete
|
||||
- Explicitly BR: perl-devel, needed for EXTERN.h
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user