summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-21 23:10:32 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-21 23:10:32 -0500
commit5b0f5307cd266c7a1ed469e5803132c85f63b29d (patch)
treee6fb19b55304cdfdbb0c49dc6820564050464674 /newmoon
parentnewmoon rpm mozconfig closer to dpkg mozconfig (diff)
downloadstackrpms-5b0f5307cd266c7a1ed469e5803132c85f63b29d.tar.gz
stackrpms-5b0f5307cd266c7a1ed469e5803132c85f63b29d.tar.bz2
stackrpms-5b0f5307cd266c7a1ed469e5803132c85f63b29d.zip
newmoon spec handles perl in fc38
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/newmoon.spec4
1 files changed, 4 insertions, 0 deletions
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
bgstack15