Update to 0.34.
- Add more BRs. - Modernize spec.
This commit is contained in:
parent
1681477dd6
commit
169a892da3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/File-Find-Rule-0.33.tar.gz
|
||||
/File-Find-Rule-0.34.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user