1.00 bump
This commit is contained in:
parent
711b907ea8
commit
133238f5b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ File-Fetch-0.14.tar.gz
|
||||
/File-Fetch-0.52.tar.gz
|
||||
/File-Fetch-0.54.tar.gz
|
||||
/File-Fetch-0.56.tar.gz
|
||||
/File-Fetch-1.00.tar.gz
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
Name: perl-File-Fetch
|
||||
Version: 0.56
|
||||
Release: 457%{?dist}
|
||||
Version: 1.00
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic file fetching mechanism
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-Fetch
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/File-Fetch-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
@ -57,11 +58,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 NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -73,6 +74,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 12 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-1
|
||||
- 1.00 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.56-457
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Fetch-0.56.tar.gz) = 585799c045d5efafd2da118c410d81e7b7e36e6578920ee6e561b7367c6a12579f3b7815eb0e0bc2560a4dab44f8422dedfc2e5c5233e9bdaf9b356da54c4974
|
||||
SHA512 (File-Fetch-1.00.tar.gz) = 5ad16828e659f3500e8f119cb9d67615bf5abc837d0a04bbafe270d608f002d32a9a8366fd7ecb1d94e2d545bcfcd9948bbb1e9e5504ab1a88a5ea8f7a374f2e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user