0.54 bump
This commit is contained in:
parent
75c824d7aa
commit
6b20cfd710
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <ppisar@redhat.com> - 0.54-1
|
||||
- 0.54 bump
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.52-394
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user