Subpackage Text-Abbrev
This commit is contained in:
parent
91d2b1d5c2
commit
4facf87fd6
@ -1624,6 +1624,11 @@ Provides: perl(Test::Tester::Delegate) = 1.302162 \
|
|||||||
Provides: perl(Test::use::ok) = 1.302162 \
|
Provides: perl(Test::use::ok) = 1.302162 \
|
||||||
Provides: perl(ok) = 1.302162 \
|
Provides: perl(ok) = 1.302162 \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
%global gendep_perl_Text_Abbrev \
|
||||||
|
Requires: perl(:VERSION) >= 5.5.0 \
|
||||||
|
Requires: perl(Exporter) \
|
||||||
|
Provides: perl(Text::Abbrev) = 1.02 \
|
||||||
|
%{nil}
|
||||||
%global gendep_perl_Text_Balanced \
|
%global gendep_perl_Text_Balanced \
|
||||||
Requires: perl(:VERSION) >= 5.5.0 \
|
Requires: perl(:VERSION) >= 5.5.0 \
|
||||||
Requires: perl(Carp) \
|
Requires: perl(Carp) \
|
||||||
@ -1938,7 +1943,6 @@ Provides: perl(SDBM_File) = 1.15 \
|
|||||||
Provides: perl(SelectSaver) = 1.02 \
|
Provides: perl(SelectSaver) = 1.02 \
|
||||||
Provides: perl(Symbol) = 1.08 \
|
Provides: perl(Symbol) = 1.08 \
|
||||||
Provides: perl(Sys::Hostname) = 1.22 \
|
Provides: perl(Sys::Hostname) = 1.22 \
|
||||||
Provides: perl(Text::Abbrev) = 1.02 \
|
|
||||||
Provides: perl(Thread) = 3.04 \
|
Provides: perl(Thread) = 3.04 \
|
||||||
Provides: perl(Thread::Semaphore) = 2.13 \
|
Provides: perl(Thread::Semaphore) = 2.13 \
|
||||||
Provides: perl(Tie::Array) = 1.07 \
|
Provides: perl(Tie::Array) = 1.07 \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from Config import *
|
from Config import *
|
||||||
addFilter("spelling-error .* (autoloaded|awk|gmtime|groff|libnet|localtime|Memoizing|metapackage|Nestable|perlbug|perldoc|perlfunc|perllocale|perlmain|perlpod|perlsub|reachability|redispatch|rpmbuild|sed|splain|usr|writemain)");
|
addFilter("spelling-error .* (autoloaded|awk|gmtime|groff|libnet|localtime|Memoizing|metapackage|Nestable|perlbug|perldoc|perlfunc|perllocale|perlmain|perlpod|perlsub|reachability|redispatch|rpmbuild|sed|splain|truncations|usr|writemain)");
|
||||||
addFilter("unexpanded-macro %description .* %INC");
|
addFilter("unexpanded-macro %description .* %INC");
|
||||||
# Applied with "git am"
|
# Applied with "git am"
|
||||||
addFilter("patch-not-applied Patch58: perl-5.30.0-PATCH-perl-134329-Use-after-free-in-regcomp.c.patch");
|
addFilter("patch-not-applied Patch58: perl-5.30.0-PATCH-perl-134329-Use-after-free-in-regcomp.c.patch");
|
||||||
|
31
perl.spec
31
perl.spec
@ -412,8 +412,8 @@ Requires: perl-SelfLoader, perl-Socket, perl-Storable, perl-Sys-Syslog,
|
|||||||
Requires: perl-Term-ANSIColor, perl-Term-Cap, perl-Term-Complete,
|
Requires: perl-Term-ANSIColor, perl-Term-Cap, perl-Term-Complete,
|
||||||
Requires: perl-Term-ReadLine,
|
Requires: perl-Term-ReadLine,
|
||||||
Requires: perl-Test, perl-Test-Harness, perl-Test-Simple,
|
Requires: perl-Test, perl-Test-Harness, perl-Test-Simple,
|
||||||
Requires: perl-Text-Balanced, perl-Text-ParseWords, perl-Text-Tabs+Wrap,
|
Requires: perl-Text-Abbrev, perl-Text-Balanced, perl-Text-ParseWords,
|
||||||
Requires: perl-Thread-Queue, perl-Tie-RefHash,
|
Requires: perl-Text-Tabs+Wrap, perl-Thread-Queue, perl-Tie-RefHash,
|
||||||
Requires: perl-Time-HiRes, perl-Time-Local, perl-Time-Piece,
|
Requires: perl-Time-HiRes, perl-Time-Local, perl-Time-Piece,
|
||||||
Requires: perl-Unicode-Collate, perl-Unicode-Normalize,
|
Requires: perl-Unicode-Collate, perl-Unicode-Normalize,
|
||||||
Requires: perl-version,
|
Requires: perl-version,
|
||||||
@ -2888,6 +2888,22 @@ BuildArch: noarch
|
|||||||
Basic utilities for writing tests.
|
Basic utilities for writing tests.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package Text-Abbrev
|
||||||
|
Summary: Create an abbreviation table from a list
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 1.02
|
||||||
|
Requires: %perl_compat
|
||||||
|
%if %{defined perl_bootstrap}
|
||||||
|
%gendep_perl_Text_Abbrev
|
||||||
|
%endif
|
||||||
|
BuildArch: noarch
|
||||||
|
Conflicts: perl-interpreter < 4:5.30.1-451
|
||||||
|
|
||||||
|
%description Text-Abbrev
|
||||||
|
It stores all unambiguous truncations of each element of a list as keys in
|
||||||
|
an associative array. The values are the original list elements.
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Text-Balanced
|
%package Text-Balanced
|
||||||
Summary: Extract delimited text sequences from strings
|
Summary: Extract delimited text sequences from strings
|
||||||
@ -4444,6 +4460,10 @@ popd
|
|||||||
%exclude %{_mandir}/man3/Test::use::*
|
%exclude %{_mandir}/man3/Test::use::*
|
||||||
%exclude %{_mandir}/man3/Test2*
|
%exclude %{_mandir}/man3/Test2*
|
||||||
|
|
||||||
|
# Text-Abbrev
|
||||||
|
%exclude %{privlib}/Text/Abbrev.pm
|
||||||
|
%exclude %{_mandir}/man3/Text::Abbrev.*
|
||||||
|
|
||||||
# Text-Balanced
|
# Text-Balanced
|
||||||
%exclude %{privlib}/Text/Balanced.pm
|
%exclude %{privlib}/Text/Balanced.pm
|
||||||
%exclude %{_mandir}/man3/Text::Balanced.*
|
%exclude %{_mandir}/man3/Text::Balanced.*
|
||||||
@ -4453,6 +4473,7 @@ popd
|
|||||||
%exclude %{_mandir}/man3/Text::ParseWords.*
|
%exclude %{_mandir}/man3/Text::ParseWords.*
|
||||||
|
|
||||||
# Text-Tabs+Wrap
|
# Text-Tabs+Wrap
|
||||||
|
%exclude %dir %{privlib}/Text
|
||||||
%exclude %{privlib}/Text/Tabs.pm
|
%exclude %{privlib}/Text/Tabs.pm
|
||||||
%exclude %{privlib}/Text/Wrap.pm
|
%exclude %{privlib}/Text/Wrap.pm
|
||||||
%exclude %{_mandir}/man3/Text::Tabs.*
|
%exclude %{_mandir}/man3/Text::Tabs.*
|
||||||
@ -5580,6 +5601,11 @@ popd
|
|||||||
%{_mandir}/man3/Test2*
|
%{_mandir}/man3/Test2*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files Text-Abbrev
|
||||||
|
%dir %{privlib}/Text
|
||||||
|
%{privlib}/Text/Abbrev.pm
|
||||||
|
%{_mandir}/man3/Text::Abbrev.*
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Text-Balanced
|
%files Text-Balanced
|
||||||
%dir %{privlib}/Text
|
%dir %{privlib}/Text
|
||||||
@ -5707,6 +5733,7 @@ popd
|
|||||||
- Subpackage Search-Dict
|
- Subpackage Search-Dict
|
||||||
- Subpackage Term-Complete
|
- Subpackage Term-Complete
|
||||||
- Subpackage Term-ReadLine
|
- Subpackage Term-ReadLine
|
||||||
|
- Subpackage Text-Abbrev
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user