From c425f547363faf2d9130f3ee9e90706cabf36328 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Sat, 11 Jan 2020 17:33:07 +0800 Subject: [PATCH] remove unnecessary files --- ...et-3.08-Do-not-create-Net-libnet.cfg.patch | 43 ------------------- libnetFAQ.pod | 6 --- perl-libnet.spec | 12 +++--- 3 files changed, 7 insertions(+), 54 deletions(-) delete mode 100644 libnet-3.08-Do-not-create-Net-libnet.cfg.patch delete mode 100644 libnetFAQ.pod diff --git a/libnet-3.08-Do-not-create-Net-libnet.cfg.patch b/libnet-3.08-Do-not-create-Net-libnet.cfg.patch deleted file mode 100644 index 911bc10..0000000 --- a/libnet-3.08-Do-not-create-Net-libnet.cfg.patch +++ /dev/null @@ -1,43 +0,0 @@ -From a40f2774eede8e65dd6128b45525ec88f469e031 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -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. - - - -Signed-off-by: Petr Písař ---- - 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 - diff --git a/libnetFAQ.pod b/libnetFAQ.pod deleted file mode 100644 index 8cd15d3..0000000 --- a/libnetFAQ.pod +++ /dev/null @@ -1,6 +0,0 @@ -=encoding utf-8 - -The L. You can -access the original document on -L. diff --git a/perl-libnet.spec b/perl-libnet.spec index 0c630ff..b905bbe 100644 --- a/perl-libnet.spec +++ b/perl-libnet.spec @@ -1,14 +1,11 @@ Name: perl-libnet Version: 3.11 -Release: 419 +Release: 420 Summary: Perl clients for various network protocols License: GPL+ or Artistic URL: https://metacpan.org/release/libnet 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 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 %autosetup -n libnet-%{version} -p1 -install -m 0644 %{SOURCE1} lib/Net %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 @@ -61,5 +57,11 @@ make test %{_mandir}/man3/* %changelog +* Sat Jan 11 2020 openEuler Buildteam - 3.11-420 +- Type: enhancement +- ID: NA +- SUG: NA +- DESC: remove unnecessary files + * Wed Sep 11 2019 openEuler Buildteam - 3.11-419 - Package init -- Gitee