Name:           perl-Regexp-RegGrp
Version:        2.00
Release:        1%{?dist}
Summary:        Regexp::RegGrp - Groups a regular expressions collection
License:        Artistic-2.0
URL:            https://metacpan.org/release/Regexp-RegGrp
Source0:        https://github.com/leejo/regexp-reggrp-perl/archive/refs/heads/master.zip
BuildArch:      noarch

BuildRequires:  perl-generators perl-interpreter make
BuildRequires:  perl(ExtUtils::MakeMaker)

# For improved testing
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(Test::Pod) >= 1.14

%description
Regexp::RegGrp Groups regular expressions to one regular expression

%prep
%setup -q -n regexp-reggrp-perl-master
#HTML-Packer-%%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}

%install
%{make_install}
%{_fixperms} %{buildroot}*

%check
make test

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Mar 10 2024 Pappy Packager <skrochen@krotek.com> - 2.00-1
- Initial build