Subpackage less
This commit is contained in:
parent
81759216ba
commit
f362c99a47
@ -2213,7 +2213,6 @@ Provides: perl(DB) = 1.08 \
|
|||||||
Provides: perl(EVERY::LAST) \
|
Provides: perl(EVERY::LAST) \
|
||||||
Provides: perl(Pod::Functions) = 1.13 \
|
Provides: perl(Pod::Functions) = 1.13 \
|
||||||
Provides: perl(dumpvar.pl) \
|
Provides: perl(dumpvar.pl) \
|
||||||
Provides: perl(less) = 0.03 \
|
|
||||||
Provides: perl(perl5db.pl) \
|
Provides: perl(perl5db.pl) \
|
||||||
Provides: perl(sigtrap) = 1.09 \
|
Provides: perl(sigtrap) = 1.09 \
|
||||||
Provides: perl(sort) = 2.04 \
|
Provides: perl(sort) = 2.04 \
|
||||||
@ -2223,6 +2222,11 @@ Provides: perl(vmsish) = 1.04 \
|
|||||||
%{nil}
|
%{nil}
|
||||||
%global gendep_perl_interpreter_debuginfo \
|
%global gendep_perl_interpreter_debuginfo \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
%global gendep_perl_less \
|
||||||
|
Requires: perl(strict) \
|
||||||
|
Requires: perl(warnings) \
|
||||||
|
Provides: perl(less) = 0.03 \
|
||||||
|
%{nil}
|
||||||
%global gendep_perl_lib \
|
%global gendep_perl_lib \
|
||||||
Requires: perl(Config) \
|
Requires: perl(Config) \
|
||||||
Requires: perl(strict) \
|
Requires: perl(strict) \
|
||||||
|
27
perl.spec
27
perl.spec
@ -406,6 +406,7 @@ Requires: perl-if, perl-IO, perl-IO-Compress, perl-IO-Socket-IP,
|
|||||||
Requires: perl-IO-Zlib, perl-IPC-Cmd, perl-IPC-Open3, perl-IPC-SysV,
|
Requires: perl-IO-Zlib, perl-IPC-Cmd, perl-IPC-Open3, perl-IPC-SysV,
|
||||||
Requires: perl-I18N-Collate, perl-I18N-Langinfo, perl-I18N-LangTags,
|
Requires: perl-I18N-Collate, perl-I18N-Langinfo, perl-I18N-LangTags,
|
||||||
Requires: perl-JSON-PP,
|
Requires: perl-JSON-PP,
|
||||||
|
Requires: perl-less,
|
||||||
Requires: perl-lib, perl-libnet, perl-libnetcfg,
|
Requires: perl-lib, perl-libnet, perl-libnetcfg,
|
||||||
Requires: perl-locale, perl-Locale-Maketext, perl-Locale-Maketext-Simple,
|
Requires: perl-locale, perl-Locale-Maketext, perl-Locale-Maketext-Simple,
|
||||||
Requires: perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat,
|
Requires: perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat,
|
||||||
@ -2520,6 +2521,23 @@ Marc Lehmann in C, so must be compiled and installed in the used environment.
|
|||||||
JSON::PP is a pure-Perl module and is compatible with JSON::XS.
|
JSON::PP is a pure-Perl module and is compatible with JSON::XS.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package less
|
||||||
|
Summary: Perl pragma to request less of something
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 0.03
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: %perl_compat
|
||||||
|
%if %{defined perl_bootstrap}
|
||||||
|
%gendep_perl_less
|
||||||
|
%endif
|
||||||
|
Conflicts: perl < 4:5.30.1-451
|
||||||
|
|
||||||
|
%description less
|
||||||
|
"use less ...;" is a Perl user-pragma. If you're very lucky some code you're
|
||||||
|
using will know that you asked for less CPU usage or RAM or fat or... we just
|
||||||
|
can't know.
|
||||||
|
|
||||||
%package lib
|
%package lib
|
||||||
Summary: Manipulate @INC at compile time
|
Summary: Manipulate @INC at compile time
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -5260,6 +5278,10 @@ popd
|
|||||||
%exclude %{_mandir}/man3/JSON::PP.3*
|
%exclude %{_mandir}/man3/JSON::PP.3*
|
||||||
%exclude %{_mandir}/man3/JSON::PP::Boolean.3pm*
|
%exclude %{_mandir}/man3/JSON::PP::Boolean.3pm*
|
||||||
|
|
||||||
|
# less
|
||||||
|
%exclude %{privlib}/less.pm
|
||||||
|
%exclude %{_mandir}/man3/less.*
|
||||||
|
|
||||||
# lib
|
# lib
|
||||||
%exclude %{archlib}/lib.pm
|
%exclude %{archlib}/lib.pm
|
||||||
%exclude %{_mandir}/man3/lib.*
|
%exclude %{_mandir}/man3/lib.*
|
||||||
@ -6639,6 +6661,10 @@ popd
|
|||||||
%{_mandir}/man3/JSON::PP::Boolean.3pm*
|
%{_mandir}/man3/JSON::PP::Boolean.3pm*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files less
|
||||||
|
%{privlib}/less.pm
|
||||||
|
%{_mandir}/man3/less.*
|
||||||
|
|
||||||
%files lib
|
%files lib
|
||||||
%{archlib}/lib.pm
|
%{archlib}/lib.pm
|
||||||
%{_mandir}/man3/lib.*
|
%{_mandir}/man3/lib.*
|
||||||
@ -7348,6 +7374,7 @@ popd
|
|||||||
- Subpackage DynaLoader
|
- Subpackage DynaLoader
|
||||||
- Subpackage feature
|
- Subpackage feature
|
||||||
- Subpackage filetest
|
- Subpackage filetest
|
||||||
|
- Subpackage less
|
||||||
|
|
||||||
* 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