Update to 0.34.

- Add more BRs.
- Modernize spec.
This commit is contained in:
Ralf Corsépius 2015-12-08 17:35:03 +01:00
parent 1681477dd6
commit 169a892da3
3 changed files with 13 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/File-Find-Rule-0.33.tar.gz
/File-Find-Rule-0.34.tar.gz

View File

@ -1,18 +1,20 @@
Name: perl-File-Find-Rule
Version: 0.33
Release: 11%{?dist}
Version: 0.34
Release: 1%{?dist}
Summary: Perl module implementing an alternative interface to File::Find
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/File-Find-Rule/
Source0: http://www.cpan.org/modules/by-module/File/File-Find-Rule-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/File-Find-Rule-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Number::Compare)
BuildRequires: perl(Text::Glob)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 0.07
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -37,7 +39,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
make test
%files
%defattr(-,root,root,-)
%doc Changes
%{_bindir}/findrule
%{_mandir}/man1/*
@ -45,6 +46,11 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Dec 08 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.34-1
- Update to 0.34.
- Add more BRs.
- Modernize spec.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
92c6cb88549c30f5665e39bf80f3d704 File-Find-Rule-0.33.tar.gz
a7aa9ad4d8ee87b2a77b8e3722768712 File-Find-Rule-0.34.tar.gz