From 5b0f5307cd266c7a1ed469e5803132c85f63b29d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 21 Feb 2023 23:10:32 -0500 Subject: newmoon spec handles perl in fc38 --- newmoon/newmoon.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newmoon') diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index 30e1d36..6a7e5e1 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -82,6 +82,10 @@ BuildRequires: libXt-devel BuildRequires: mesa-libGL-devel BuildRequires: notification-daemon BuildRequires: %{_libdir}/libssl.so +%if 0%{?fedora} >= 38 +# somehow fedora 38 does not include /usr/bin/perl by default in build environment +BuildRequires: perl-interpreter +%endif BuildRequires: pkgconfig BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pulseaudio-libs-devel -- cgit