Compare commits

..

No commits in common. 'i9' and 'epel9' have entirely different histories.
i9 ... epel9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Regexp-Common-2017060201.tar.gz
/Regexp-Common-2017060201.tar.gz

@ -1 +0,0 @@
d94bc98d45801c0c55e12d22d09dd8c08c07b46d SOURCES/Regexp-Common-2017060201.tar.gz

@ -0,0 +1,14 @@
Use proper entity name for accented character, so we get properly-encoded
output.
--- lib/Regexp/Common.pm
+++ lib/Regexp/Common.pm
@@ -821,7 +821,7 @@
Charles Thomas, Chris Vertonghen, the CPAN Testers, David Hand,
Fany, Geoffrey Leach, Hermann-Marcus Behrens, Jerome Quelin, Jim Cromie,
Lars Wilke, Linda Julien, Mike Arms, Mike Castle, Mikko, Murat Uenalan,
-RafaE<235>l Garcia-Suarez, Ron Savage, Sam Vilain, Slaven Rezic, Smylers,
+RafaE<euml>l Garcia-Suarez, Ron Savage, Sam Vilain, Slaven Rezic, Smylers,
Tim Maher, and all the others I've forgotten.
=head1 AUTHOR

@ -1,21 +1,24 @@
Name: perl-Regexp-Common
Version: 2017060201
Release: 21%{?dist}
Summary: Regexp::Common Perl module
Release: 11%{?dist}
Summary: Provide commonly requested regular expressions
# Old Artistic 1.0 is also valid, but we won't list it here since it is non-free.
# Also, it would throw off the automated license check and flag this package.
License: Artistic-2.0 OR MIT OR BSD-3-Clause
License: Artistic 2.0 or MIT or BSD
URL: https://metacpan.org/release/Regexp-Common
Source0: https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz
Source0: https://cpan.metacpan.org/modules/by-module/Regexp/Regexp-Common-%{version}.tar.gz
Patch0: Regexp-Common-2013030901-pod.patch
BuildArch: noarch
BuildRequires: %{__perl}
BuildRequires: %{__make}
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(charnames)
BuildRequires: perl(Config)
BuildRequires: perl(Exporter)
BuildRequires: perl(overload)
@ -23,71 +26,62 @@ BuildRequires: perl(re)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# for improved tests
# Test Suite
BuildRequires: perl(constant)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
# Optional Tests
BuildRequires: perl(Test::Regexp)
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
%description
Regexp::Common - Provide commonly requested regular expressions
By default, this module exports a single hash (`%%RE') that stores or generates
commonly needed regular expressions. Patterns currently provided include:
* balanced parentheses and brackets
* delimited text (with escapes)
* integers and floating-point numbers in any base (up to 36)
* comments in 44 languages
* offensive language
* lists of any pattern
* IPv4 addresses
* URIs
* Zip codes
%prep
%setup -q -n Regexp-Common-%{version}
# Fix POD so we get properly-coded manpage
%patch0
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
%{make_install}
chmod -R u+w $RPM_BUILD_ROOT/*
%{_fixperms} -c %{buildroot}
%check
%{__make} test
make test
%files
%doc TODO README
%{perl_vendorlib}/Regexp
%{_mandir}/man3/*
%license COPYRIGHT*
%doc TODO README Changes
%{perl_vendorlib}/Regexp/
%{_mandir}/man3/Regexp::Common*
%changelog
* Wed Sep 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 2017060201-21
- Rebuilt for MSVSphere 9.2
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Nov 30 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 2017060201-20
- Modernize spec.
- Convert license to SPDX.
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2017060201-18
- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2017060201-15
- Perl 5.34 rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2017060201-12
- Perl 5.32 rebuild
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Sep 22 2019 Paul Howarth <paul@city-fan.org> - 2017060201-11
- Tidy up for EPEL-8 build
- Specify all build dependencies
- Expand %%description
- Add patch to fix POD so we get properly-coded manpage
- Modernize spec using %%{make_build} and %%{make_install}
- Make %%files list more explicit
- Use author-independent source URL
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2017060201-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -0,0 +1 @@
SHA512 (Regexp-Common-2017060201.tar.gz) = fd046d775214bdca42f868557559595360b069121a75fc119f45e064091000968d9d84154f8a0f06072ecff169dccecf68be58f99a7196932fcb4ffcbd678608
Loading…
Cancel
Save