Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
perl
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
perl
Commits
7dfe70e9
Commit
7dfe70e9
authored
Aug 06, 2019
by
Niels Breet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[perl] Do not require groff in order to make bootstrapping easier. Fixes JB#46708
parent
9f47427c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
perl.changes
perl.changes
+3
-0
perl.spec
perl.spec
+2
-3
No files found.
perl.changes
View file @
7dfe70e9
* Tue Aug 06 2019 Niels Breet <niels.breet@jolla.com> - 5.16.1-2
- Don't require groff in order to make bootstrapping easier
* Fri May 10 2013 Marko Saukko <marko.saukko@jollamobile.com> - 5.16.1
- Fix update issues introduced by upgrade to version 5.16.1
...
...
perl.spec
View file @
7dfe70e9
...
...
@@ -25,7 +25,7 @@
Name: perl
Version: %{perl_version}
Release:
1%{?dist}
Release:
2
Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language
Group: Development/Languages
...
...
@@ -86,7 +86,7 @@ Patch12: perl-5.12.1-norebuilds.patch
# Update some of the bundled modules
# see http://fedoraproject.org/wiki/Perl/perl.spec for instructions
BuildRequires:
groff,
db4-devel, zlib-devel, bzip2-devel
BuildRequires: db4-devel, zlib-devel, bzip2-devel
%if %{with gdbm}
BuildRequires: gdbm-devel
%endif
...
...
@@ -881,7 +881,6 @@ Group: Development/Libraries
License: GPL+ or Artistic
Version: 3.17.00
# Pod::Perldoc::ToMan executes roff
Requires: groff
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
BuildArch: noarch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment