From 6b20cfd710c599a60b5421180103bd843462e481 Mon Sep 17 00:00:00 2001
From: Petr Písař <ppi...@redhat.com>
Date: Sep 25 2017 13:26:24 +0000
Subject: 0.54 bump


---

diff --git a/.gitignore b/.gitignore
index d5d2a5b..7544905 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ File-Fetch-0.14.tar.gz
 /File-Fetch-0.48.tar.gz
 /File-Fetch-0.50.tar.gz
 /File-Fetch-0.52.tar.gz
+/File-Fetch-0.54.tar.gz
diff --git a/perl-File-Fetch.spec b/perl-File-Fetch.spec
index 3e3082d..5501523 100644
--- a/perl-File-Fetch.spec
+++ b/perl-File-Fetch.spec
@@ -1,17 +1,15 @@
 Name:           perl-File-Fetch
-Version:        0.52
-Release:        394%{?dist}
+Version:        0.54
+Release:        1%{?dist}
 Summary:        Generic file fetching mechanism
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-Fetch/
 Source0:        
http://www.cpan.org/authors/id/B/BI/BINGOS/File-Fetch-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  findutils
 BuildRequires:  make
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
@@ -42,6 +40,11 @@ Requires:       perl(IPC::Cmd) >= 0.42
 Requires:       perl(Locale::Maketext::Simple)
 Requires:       perl(Module::Load::Conditional) >= 0.66
 Requires:       perl(Params::Check) >= 0.07
+# Keep all downaloaders optional (LWP, curl, rsync etc.).
+Suggests:       git
+Suggests:       perl(LWP)
+Suggests:       perl(LWP::Protocol::https)
+Suggests:       rsync
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((File::Spec|IPC::Cmd|Module::Load::Conditional|Params::Check)\\)$
@@ -54,12 +57,11 @@ File::Fetch allows you to fetch any file pointed to by a 
"ftp", "http",
 %setup -q -n File-Fetch-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -71,6 +73,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 25 2017 Petr Pisar <ppi...@redhat.com> - 0.54-1
+- 0.54 bump
+
 * Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.52-394
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index ce03811..3436159 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-334af52d822c070ccc891b3849cc1619  File-Fetch-0.52.tar.gz
+SHA512 (File-Fetch-0.54.tar.gz) = 
500d71e21ec88207c7004f9573e45e1ac257b0784b122fda84ddb0146152d6cd4bc59ae5795a01b0545a4b291f95659145377354f7b0562ffad2fc42ba333998


        
https://src.fedoraproject.org/rpms/perl-File-Fetch/c/6b20cfd710c599a60b5421180103bd843462e481?branch=master
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to