Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb46708' into 'master'
[perl] Do not require groff in order to make bootstrapping easier. Fixes JB#46708

See merge request mer-core/perl!4
  • Loading branch information
xfade committed Aug 7, 2019
2 parents 9f47427 + 7dfe70e commit 54a9d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions perl.changes
@@ -1,3 +1,6 @@
* 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

Expand Down
5 changes: 2 additions & 3 deletions perl.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 54a9d5e

Please sign in to comment.