Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Text-Balanced.git#63bbf8a4dc073d81b11cad5947bc817e35086142
This commit is contained in:
parent
67311331e0
commit
5f966d3933
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Text-Balanced-2.03.tar.gz
|
||||
/Text-Balanced-2.04.tar.gz
|
||||
|
||||
@ -1,31 +1,34 @@
|
||||
Name: perl-Text-Balanced
|
||||
Version: 2.03
|
||||
Release: 457%{?dist}
|
||||
Version: 2.04
|
||||
Release: 1%{?dist}
|
||||
Summary: Extract delimited text sequences from strings
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Text-Balanced
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/Text-Balanced-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.8.1
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(SelfLoader)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
# Perl::MinimumVersion 1.20 not used
|
||||
# Pod::Simple 3.07 not used
|
||||
# Test::CPAN::Changes not used
|
||||
# Test::CPAN::Meta 0.12 not used
|
||||
# Test::MinimumVersion 0.008 not used
|
||||
# Test::Perl::Critic not used
|
||||
# Test::MinimumVersion 0.101082 not used
|
||||
# Test::Pod 1.26 not used
|
||||
# Test::Pod::Coverage 0.08 not used
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Conflicts: perl < 4:5.22.0-347
|
||||
|
||||
@ -37,24 +40,27 @@ after skipping a specified prefix string.
|
||||
%setup -q -n Text-Balanced-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENCE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 14 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-1
|
||||
- 2.04 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.03-457
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user