Subpackage vmsish
This commit is contained in:
parent
916f214604
commit
7c24babc2d
@ -2214,7 +2214,6 @@ 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(perl5db.pl) \
|
Provides: perl(perl5db.pl) \
|
||||||
Provides: perl(vmsish) = 1.04 \
|
|
||||||
%{nil}
|
%{nil}
|
||||||
%global gendep_perl_interpreter_debuginfo \
|
%global gendep_perl_interpreter_debuginfo \
|
||||||
%{nil}
|
%{nil}
|
||||||
@ -2434,3 +2433,6 @@ Requires: perl(warnings::register) \
|
|||||||
Provides: perl(version) = 0.9924 \
|
Provides: perl(version) = 0.9924 \
|
||||||
Provides: perl(version::regex) = 0.9924 \
|
Provides: perl(version::regex) = 0.9924 \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
%global gendep_perl_vmsish \
|
||||||
|
Provides: perl(vmsish) = 1.04 \
|
||||||
|
%{nil}
|
||||||
|
27
perl.spec
27
perl.spec
@ -446,7 +446,7 @@ Requires: perl-Tie, perl-Tie-File, perl-Tie-Memoize, perl-Tie-RefHash,
|
|||||||
Requires: perl-Time, perl-Time-HiRes, perl-Time-Local, perl-Time-Piece,
|
Requires: perl-Time, perl-Time-HiRes, perl-Time-Local, perl-Time-Piece,
|
||||||
Requires: perl-Unicode-Collate, perl-Unicode-Normalize, perl-Unicode-UCD,
|
Requires: perl-Unicode-Collate, perl-Unicode-Normalize, perl-Unicode-UCD,
|
||||||
Requires: perl-User-pwent,
|
Requires: perl-User-pwent,
|
||||||
Requires: perl-vars, perl-version,
|
Requires: perl-vars, perl-version, perl-vmsish,
|
||||||
|
|
||||||
# Full EVR is for compatibility with systems that swapped perl and perl-core
|
# Full EVR is for compatibility with systems that swapped perl and perl-core
|
||||||
# <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>,
|
# <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>,
|
||||||
@ -4199,6 +4199,22 @@ BuildArch: noarch
|
|||||||
Perl extension for Version Objects
|
Perl extension for Version Objects
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package vmsish
|
||||||
|
Summary: Perl pragma to control VMS-specific language features
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 1.04
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: %perl_compat
|
||||||
|
%if %{defined perl_bootstrap}
|
||||||
|
%gendep_perl_vmsish
|
||||||
|
%endif
|
||||||
|
Conflicts: perl < 4:5.30.1-451
|
||||||
|
|
||||||
|
%description vmsish
|
||||||
|
The "vmsish" pragma control VMS-specific features of the Perl language. If
|
||||||
|
you're not running VMS, this module does nothing.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n perl-%{perl_version}
|
%setup -q -n perl-%{perl_version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -5917,6 +5933,10 @@ popd
|
|||||||
%exclude %{_mandir}/man3/version.3*
|
%exclude %{_mandir}/man3/version.3*
|
||||||
%exclude %{_mandir}/man3/version::Internals.3*
|
%exclude %{_mandir}/man3/version::Internals.3*
|
||||||
|
|
||||||
|
# vmsish
|
||||||
|
%exclude %{privlib}/vmsish.pm
|
||||||
|
%exclude %{_mandir}/man3/vmsish.*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license Artistic Copying
|
%license Artistic Copying
|
||||||
%doc AUTHORS README Changes
|
%doc AUTHORS README Changes
|
||||||
@ -7431,6 +7451,10 @@ popd
|
|||||||
%{_mandir}/man3/version::Internals.3*
|
%{_mandir}/man3/version::Internals.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files vmsish
|
||||||
|
%{privlib}/vmsish.pm
|
||||||
|
%{_mandir}/man3/vmsish.*
|
||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 03 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-451
|
* Mon Feb 03 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-451
|
||||||
@ -7515,6 +7539,7 @@ popd
|
|||||||
- Subpackage sort
|
- Subpackage sort
|
||||||
- Subpackage subs
|
- Subpackage subs
|
||||||
- Subpackage vars
|
- Subpackage vars
|
||||||
|
- Subpackage vmsish
|
||||||
|
|
||||||
* 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