Upstream update.
- Reflect upstream URL-having changed. - Update BRs. - Spec cosmetics. - Introduce %license.
This commit is contained in:
parent
b10fd5705c
commit
5717bdf840
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/File-Remove-1.52.tar.gz
|
||||
/File-Remove-1.55.tar.gz
|
||||
|
||||
@ -1,22 +1,29 @@
|
||||
Name: perl-File-Remove
|
||||
Version: 1.52
|
||||
Release: 11%{?dist}
|
||||
Version: 1.55
|
||||
Release: 1%{?dist}
|
||||
Summary: Convenience module for removing files and directories
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-Remove/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/File-Remove-%{version}.tar.gz
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Cwd) >= 3.29
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MM_Unix)
|
||||
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(Module::Build) >= 0.28
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More) >= 0.42
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -32,18 +39,25 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README LICENSE
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
%{perl_vendorlib}/File
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.55-1
|
||||
- Upstream update.
|
||||
- Reflect upstream URL-having changed.
|
||||
- Update BRs.
|
||||
- Spec cosmetics.
|
||||
- Introduce %%license.
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.52-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user