remove unnecessary files

This commit is contained in:
openeuler-basic 2020-01-11 17:33:07 +08:00
parent 6b362fc9de
commit c425f54736
3 changed files with 7 additions and 54 deletions

View File

@ -1,43 +0,0 @@
From a40f2774eede8e65dd6128b45525ec88f469e031 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Fri, 10 Jul 2015 13:02:00 +0200
Subject: [PATCH 2/2] Do not create Net/libnet.cfg
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
I will remove the Net/libnet.cfg because:
(1) it's content equals to default configuration hard-coded in the
code
(2) it's kind of configuration file we do not mark it as a configuration
file, so it's overwritten on each update
(3) it's loaded from directory based on Net::Config module location.
I.e. core module will search it in core path, vendor module in vendor
path and site module in site path.
perl.spec does not provide it either.
<https://bugzilla.redhat.com/show_bug.cgi?id=1238689>
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
Makefile.PL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.PL b/Makefile.PL
index 64d6959..25fc626 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -235,7 +235,7 @@ MAIN: {
sub MY::post_initialize {
my $self = shift;
- return '' if $self->{PERL_CORE};
+ return '';
if (not -f $CfgFile) {
my @args = qw(Configure);
--
2.5.0

View File

@ -1,6 +0,0 @@
=encoding utf-8
The L<libnetFAQ document is not distributed because of the
license|https://rt.cpan.org/Public/Bug/Display.html?id=117888>. You can
access the original document on
L<http://search.cpan.org/~shay/libnet/lib/Net/libnetFAQ.pod>.

View File

@ -1,14 +1,11 @@
Name: perl-libnet Name: perl-libnet
Version: 3.11 Version: 3.11
Release: 419 Release: 420
Summary: Perl clients for various network protocols Summary: Perl clients for various network protocols
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/libnet URL: https://metacpan.org/release/libnet
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz
Source1: libnetFAQ.pod
# Form Redhat https://bugzilla.redhat.com/show_bug.cgi?id=1238689
Patch0: libnet-3.08-Do-not-create-Net-libnet.cfg.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils make perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: coreutils make perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76
@ -39,7 +36,6 @@ of various protocols used in the internet community.
%prep %prep
%autosetup -n libnet-%{version} -p1 %autosetup -n libnet-%{version} -p1
install -m 0644 %{SOURCE1} lib/Net
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -61,5 +57,11 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.11-420
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: remove unnecessary files
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.11-419 * Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.11-419
- Package init - Package init