Hash-Util
This commit is contained in:
parent
15c5c7daa4
commit
87a534f434
@ -747,6 +747,16 @@ Provides: perl(Getopt::Long) = 2.50 \
|
|||||||
Provides: perl(Getopt::Long::CallBack) \
|
Provides: perl(Getopt::Long::CallBack) \
|
||||||
Provides: perl(Getopt::Long::Parser) \
|
Provides: perl(Getopt::Long::Parser) \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
%global gendep_perl_Hash_Util \
|
||||||
|
Requires: perl(:VERSION) >= 5.7.3 \
|
||||||
|
Requires: perl(Carp) \
|
||||||
|
Requires: perl(Exporter) \
|
||||||
|
Requires: perl(Scalar::Util) \
|
||||||
|
Requires: perl(strict) \
|
||||||
|
Requires: perl(warnings) \
|
||||||
|
Requires: perl(warnings::register) \
|
||||||
|
Provides: perl(Hash::Util) = 0.22 \
|
||||||
|
%{nil}
|
||||||
%global gendep_perl_HTTP_Tiny \
|
%global gendep_perl_HTTP_Tiny \
|
||||||
Requires: perl(Errno) \
|
Requires: perl(Errno) \
|
||||||
Requires: perl(IO::Socket) \
|
Requires: perl(IO::Socket) \
|
||||||
@ -1936,7 +1946,6 @@ Provides: perl(experimental) = 0.020 \
|
|||||||
Requires: perl(:VERSION) >= 5.0.0 \
|
Requires: perl(:VERSION) >= 5.0.0 \
|
||||||
Requires: perl(:VERSION) >= 5.10.1 \
|
Requires: perl(:VERSION) >= 5.10.1 \
|
||||||
Requires: perl(:VERSION) >= 5.6.0 \
|
Requires: perl(:VERSION) >= 5.6.0 \
|
||||||
Requires: perl(:VERSION) >= 5.7.3 \
|
|
||||||
Requires: perl(:VERSION) >= 5.9.1 \
|
Requires: perl(:VERSION) >= 5.9.1 \
|
||||||
Requires: perl(:VERSION) >= 5.9.4 \
|
Requires: perl(:VERSION) >= 5.9.4 \
|
||||||
Requires: perl(Carp) \
|
Requires: perl(Carp) \
|
||||||
@ -1999,7 +2008,6 @@ Provides: perl(File::stat) = 1.08 \
|
|||||||
Provides: perl(FileHandle) = 2.03 \
|
Provides: perl(FileHandle) = 2.03 \
|
||||||
Provides: perl(FindBin) = 1.51 \
|
Provides: perl(FindBin) = 1.51 \
|
||||||
Provides: perl(Getopt::Std) = 1.12 \
|
Provides: perl(Getopt::Std) = 1.12 \
|
||||||
Provides: perl(Hash::Util) = 0.22 \
|
|
||||||
Provides: perl(Hash::Util::FieldHash) = 1.20 \
|
Provides: perl(Hash::Util::FieldHash) = 1.20 \
|
||||||
Provides: perl(I18N::Langinfo) = 0.18 \
|
Provides: perl(I18N::Langinfo) = 0.18 \
|
||||||
Provides: perl(Net::hostent) = 1.02 \
|
Provides: perl(Net::hostent) = 1.02 \
|
||||||
|
33
perl.spec
33
perl.spec
@ -392,7 +392,7 @@ Requires: perl-Filter, perl-Filter-Simple,
|
|||||||
Requires: perl-GDBM_File,
|
Requires: perl-GDBM_File,
|
||||||
%endif
|
%endif
|
||||||
Requires: perl-Getopt-Long,
|
Requires: perl-Getopt-Long,
|
||||||
Requires: perl-HTTP-Tiny,
|
Requires: perl-Hash-Util, perl-HTTP-Tiny,
|
||||||
Requires: perl-if, perl-IO, perl-IO-Compress, perl-IO-Socket-IP,
|
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-LangTags,
|
Requires: perl-I18N-Collate, perl-I18N-LangTags,
|
||||||
@ -1863,6 +1863,23 @@ case with the more traditional single-letter approach, is provided but not
|
|||||||
enabled by default.
|
enabled by default.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package Hash-Util
|
||||||
|
Summary: General-utility hash subroutines
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 0.22
|
||||||
|
Requires: %perl_compat
|
||||||
|
Requires: perl(Hash::Util::FieldHash)
|
||||||
|
Requires: perl(XSLoader)
|
||||||
|
%if %{defined perl_bootstrap}
|
||||||
|
%gendep_perl_Hash_Util
|
||||||
|
%endif
|
||||||
|
Conflicts: perl-interpreter < 4:5.30.1-451
|
||||||
|
|
||||||
|
%description Hash-Util
|
||||||
|
Hash::Util contains special functions for manipulating hashes that don't
|
||||||
|
really warrant a keyword.
|
||||||
|
|
||||||
%package if
|
%package if
|
||||||
Summary: Use a Perl module if a condition holds
|
Summary: Use a Perl module if a condition holds
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -4285,6 +4302,11 @@ popd
|
|||||||
%exclude %{privlib}/Getopt/Long.pm
|
%exclude %{privlib}/Getopt/Long.pm
|
||||||
%exclude %{_mandir}/man3/Getopt::Long.3*
|
%exclude %{_mandir}/man3/Getopt::Long.3*
|
||||||
|
|
||||||
|
# Hash-Util
|
||||||
|
%exclude %{archlib}/Hash/Util.pm
|
||||||
|
%exclude %{archlib}/auto/Hash/Util/Util.so
|
||||||
|
%exclude %{_mandir}/man3/Hash::Util.3*
|
||||||
|
|
||||||
# if
|
# if
|
||||||
%exclude %{privlib}/if.pm
|
%exclude %{privlib}/if.pm
|
||||||
%exclude %{_mandir}/man3/if.3*
|
%exclude %{_mandir}/man3/if.3*
|
||||||
@ -5407,6 +5429,14 @@ popd
|
|||||||
%{_mandir}/man3/Getopt::Long.3*
|
%{_mandir}/man3/Getopt::Long.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files Hash-Util
|
||||||
|
%dir %{archlib}/Hash
|
||||||
|
%{archlib}/Hash/Util.pm
|
||||||
|
%dir %{archlib}/auto/Hash
|
||||||
|
%dir %{archlib}/auto/Hash/Util
|
||||||
|
%{archlib}/auto/Hash/Util/Util.so
|
||||||
|
%{_mandir}/man3/Hash::Util.3*
|
||||||
|
|
||||||
%files if
|
%files if
|
||||||
%{privlib}/if.pm
|
%{privlib}/if.pm
|
||||||
%{_mandir}/man3/if.3*
|
%{_mandir}/man3/if.3*
|
||||||
@ -6143,6 +6173,7 @@ popd
|
|||||||
- Subpackage B
|
- Subpackage B
|
||||||
- Subpackage Fcntl
|
- Subpackage Fcntl
|
||||||
- Subpackage FileCache
|
- Subpackage FileCache
|
||||||
|
- Subpackage Hash-Util
|
||||||
|
|
||||||
* 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