3.11 bump
This commit is contained in:
parent
a2e4849514
commit
761f0a537d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/libnet-3.10.tar.gz
|
/libnet-3.10.tar.gz
|
||||||
/libnet-3.10_repackaged.tar.gz
|
/libnet-3.10_repackaged.tar.gz
|
||||||
/libnetFAQ.pod
|
/libnetFAQ.pod
|
||||||
|
/libnet-3.11_repackaged.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-libnet
|
Name: perl-libnet
|
||||||
Version: 3.10
|
Version: 3.11
|
||||||
Release: 395%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl clients for various network protocols
|
Summary: Perl clients for various network protocols
|
||||||
# other files: GPL+ or Artistic
|
# other files: GPL+ or Artistic
|
||||||
## Not in binary packages
|
## Not in binary packages
|
||||||
@ -8,7 +8,6 @@ Summary: Perl clients for various network protocols
|
|||||||
## Removed from upstream sources:
|
## Removed from upstream sources:
|
||||||
# lib/Net/libnetFAQ.pod: Artistic (CPAN RT#117888)
|
# lib/Net/libnetFAQ.pod: Artistic (CPAN RT#117888)
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://search.cpan.org/dist/libnet/
|
URL: http://search.cpan.org/dist/libnet/
|
||||||
# Origin source archive contains Artistic only files, CPAN RT#117888.
|
# Origin source archive contains Artistic only files, CPAN RT#117888.
|
||||||
# Local archive produced by "./repackage.sh %%{version}" command.
|
# Local archive produced by "./repackage.sh %%{version}" command.
|
||||||
@ -22,11 +21,10 @@ Patch0: libnet-3.09-Normalize-Changes-encoding.patch
|
|||||||
Patch1: libnet-3.08-Do-not-create-Net-libnet.cfg.patch
|
Patch1: libnet-3.08-Do-not-create-Net-libnet.cfg.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
# Getopt::Std not used because of Do-not-create-Net-libnet.cfg.patch
|
# Getopt::Std not used because of Do-not-create-Net-libnet.cfg.patch
|
||||||
# IO::File not used because of Do-not-create-Net-libnet.cfg.patch
|
# IO::File not used because of Do-not-create-Net-libnet.cfg.patch
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
@ -108,12 +106,11 @@ install -m 0644 %{SOURCE1} lib/Net
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor </dev/null
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 </dev/null
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -126,6 +123,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 15 2017 Petr Pisar <ppisar@redhat.com> - 3.11-1
|
||||||
|
- 3.11 bump
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10-395
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10-395
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
7a9dada2b4dc886c0932ad4f3d6534ab libnetFAQ.pod
|
SHA512 (libnetFAQ.pod) = 234082350814967ac3bfc0e4c57e53f7473be69f6cc9618cef061aaaaaddfaaf0e1542d38e7775c2fc78fc16d92e45b30ccb48c07d118a0a4b5e1c90d030c42f
|
||||||
631c42b40d36bcc689b2d8093ba09545 libnet-3.10_repackaged.tar.gz
|
SHA512 (libnet-3.11_repackaged.tar.gz) = 77f88f84d8669179c5a70a147822ae09b9a1f94f13c7df0a78d713d65754862cb9fdae41aa632885449b93adaf674990da65b8558a9ef116e5d5c2870be09100
|
||||||
|
Loading…
Reference in New Issue
Block a user