Upstream update to 1.61.
Spec file cosmetics.
This commit is contained in:
parent
12a5dd58e3
commit
4afe5d4fa3
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/File-Remove-1.58.tar.gz
|
||||
/File-Remove-1.60.tar.gz
|
||||
/File-Remove-1.61.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-File-Remove
|
||||
Version: 1.60
|
||||
Release: 6%{?dist}
|
||||
Version: 1.61
|
||||
Release: 1%{?dist}
|
||||
Summary: Convenience module for removing files and directories
|
||||
License: GPL+ or Artistic
|
||||
|
||||
@ -8,27 +8,26 @@ URL: https://metacpan.org/release/File-Remove
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-%{version}.tar.gz
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: %{__perl}
|
||||
BuildRequires: %{__make}
|
||||
BuildRequires: %{__perl}
|
||||
BuildRequires: %{__make}
|
||||
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd) >= 3.29
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Glob)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec) >= 3.29
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More) >= 0.42
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -39,12 +38,12 @@ BuildArch: noarch
|
||||
%setup -q -n File-Remove-%{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"
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{make_install} DESTDIR="$RPM_BUILD_ROOT"
|
||||
%{_fixperms} "$RPM_BUILD_ROOT"/*
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
@ -56,6 +55,10 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.61-1
|
||||
- Upstream update to 1.61.
|
||||
- Spec file cosmetics.
|
||||
|
||||
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-6
|
||||
- Perl 5.36 rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Remove-1.60.tar.gz) = 7781629896f16f0b34574a879803473002249c32cf03001f4c1c290edd379571d96d5b1049874f9f71bdb8d7881c3f30a86dcdd0d4f42b4e78998cd6a96de750
|
||||
SHA512 (File-Remove-1.61.tar.gz) = 2ff999f7d71349b7e4a7db8728cfe2b5669c76fb27ca42fe006b0e0061bb73a29d556f3e3da88c004a4dd23bf2d9e12a1e1054b85237e8c14fb2b58c1086971f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user