Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
perl
Commits
c11dec5b
Commit
c11dec5b
authored
10 months ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import perl-5.38.2-507.el10
parent
de3e1ab6
No related branches found
Branches containing commit
Tags
imports/c10s/perl-5.38.2-508.el10
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/perl.spec
+20
-10
20 additions, 10 deletions
SPECS/perl.spec
with
20 additions
and
10 deletions
SPECS/perl.spec
+
20
−
10
View file @
c11dec5b
...
...
@@ -24,7 +24,11 @@
# Run C++ tests
%bcond_without perl_enables_cplusplus_test
# We can build without libdb (BerkeleyDB)
%if 0%{?rhel}
%bcond_with bdb
%else
%bcond_without bdb
%endif
# We can bootstrap without gdbm
%bcond_without gdbm
# Support for groff, bug #135101
...
...
@@ -68,7 +72,7 @@ Name: perl
# cpan/Encode/bin/encguess: Artistic-2.0
# cpan/Unicode-Collate/Collate/allkeys.txt: Unicode-DFS-2015
# inline.h: MIT
# lib/unicore: U
CD
# lib/unicore: U
nicode-3.0
# ext/SDBM_File/sdbm.{c,h}: Public domain
# regexec.c, regcomp.c: Spencer-86
# cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm: MIT (with
...
...
@@ -100,8 +104,8 @@ Name: perl
# cpan/Compress-Raw-Zlib/zlib-src: Zlib
# perl.h (EBDIC parts) MIT
## perl sub-package notice
# perluniprops.pod is generated from lib/unicore sources: U
CD
# uni_keywords.h is generated from lib/unicore sources: U
CD
# perluniprops.pod is generated from lib/unicore sources: U
nicode-3.0
# uni_keywords.h is generated from lib/unicore sources: U
nicode-3.0
#
# This sub-subpackage doesn't contain any copyrightable material.
# Nevertheless, it needs a License tag, so we'll use the generic
...
...
@@ -110,7 +114,7 @@ License: GPL-1.0-or-later OR Artistic-1.0-Perl
Epoch: %{perl_epoch}
Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise
Release: 50
6
%{?dist}
Release: 50
7
%{?dist}
Summary: Practical Extraction and Report Language
Url: https://www.perl.org/
Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz
...
...
@@ -426,7 +430,7 @@ package.
%package libs
Summary: The libraries for the perl run-time
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Martin-Birgmeier AND Spencer-86 AND MIT AND U
CD
AND LicenseRef-Fedora-Public-Domain
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Martin-Birgmeier AND Spencer-86 AND MIT AND U
nicode-3.0
AND LicenseRef-Fedora-Public-Domain
# Compat provides
Provides: %perl_compat
Provides: perl(:MODULE_COMPAT_5.38.0)
...
...
@@ -483,8 +487,8 @@ directories).
%package devel
Summary: Header files for use in perl development
# l1_char_class_tab.h is generated from lib/unicore sources: U
CD
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND U
CD
# l1_char_class_tab.h is generated from lib/unicore sources: U
nicode-3.0
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND U
nicode-3.0
%if %{with perl_enables_systemtap}
Requires: systemtap-sdt-devel
%endif
...
...
@@ -1364,7 +1368,7 @@ for lexical handles.
%package doc
Summary: Perl language documentation
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND U
CD
AND LicenseRef-Fedora-UltraPermissive
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND U
nicode-3.0
AND LicenseRef-Fedora-UltraPermissive
Epoch: 0
Version: %{perl_version}
BuildArch: noarch
...
...
@@ -1418,7 +1422,7 @@ see XSLoader module.
%if %{dual_life} || %{rebuild_from_scratch}
%package Encode
Summary: Character encodings in Perl
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Artistic-2.0
AND UCD
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Artistic-2.0
Epoch: 4
Version: 3.19
%if %{defined perl_bootstrap}
...
...
@@ -1464,7 +1468,7 @@ The easiest and the best alternative is to write your script in UTF-8.
%package Encode-devel
Summary: Character encodings in Perl
License:
(
GPL-1.0-or-later OR Artistic-1.0-Perl
) AND UCD
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Epoch: 4
Version: 3.19
Requires: %{name}-Encode = %{epoch}:%{version}-%{release}
...
...
@@ -4645,10 +4649,12 @@ rm -rf %{buildroot}%{archlib}/Data
rm %{buildroot}%{_mandir}/man3/Data::Dumper.3*
# DB_File
%if %{with bdb}
rm %{buildroot}%{archlib}/DB_File.pm
rm %{buildroot}%{archlib}/auto/DB_File/DB_File.so
rm -rf %{buildroot}%{archlib}/auto/DB_File
rm %{buildroot}%{_mandir}/man3/DB_File*
%endif
# Devel-PPPort
rm %{buildroot}%{archlib}/Devel/PPPort.pm
...
...
@@ -7066,6 +7072,10 @@ ln -s /app/bin/perl %{buildroot}/usr/bin/perl
# Old changelog entries are preserved in CVS.
%changelog
* Wed Apr 17 2024 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.38.2-507
- Disable using libdb for RHEL
- Resolves: RHEL-33071
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.38.2-506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment