- needs perl(PkgConfig) to build on older distributions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Base-ModuleBuild?expand=0&rev=12
This commit is contained in:
Lars Vogdt
2021-04-13 20:40:00 +00:00
committed by Git OBS Bridge
parent c63e8abfbd
commit 788228c48a
3 changed files with 13 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-Base-ModuleBuild
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,9 @@ BuildRequires: perl(Text::ParseWords) >= 3.26
BuildRequires: perl(URI)
BuildRequires: perl(URI::file)
BuildRequires: perl(parent)
%if 0%{?suse_version} <= 1530
BuildRequires: perl(PkgConfig)
%endif
Requires: perl(Alien::Base)
Requires: perl(Alien::Base::PkgConfig) >= 1.20
Requires: perl(Archive::Extract)