1 Commits

View File

@ -1,29 +1,29 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-File-Find-Rule
Version: 0.34
Version: 0.35
Release: 1mamba
Summary: File::Find::Rule - Alternative interface to File::Find
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/File-Find-Rule-%{version}.tar.gz
License: GPL, Artistic
Requires: perl >= %perl_major_ver
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: libperl
BuildRequires: perl-Number-Compare
BuildRequires: perl-Text-Glob
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl >= %perl_major_ver
%description
File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
%prep
%setup -q -n File-Find-Rule-%{version}
%build
@ -52,6 +52,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Jun 09 2025 Automatic Build System <autodist@openmamba.org> 0.35-1mamba
- automatic version update by autodist
* Fri Dec 04 2015 Automatic Build System <autodist@mambasoft.it> 0.34-1mamba
- automatic update by autodist