public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mpv] epel9-next: Fix flatpak build
@ 2026-07-20 19:36 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-20 19:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mpv
Branch : epel9-next
Commit : df25d7a3b66fe96d6415197384820d45f626e4f9
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2023-02-06T11:20:25-05:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mpv/c/df25d7a3b66fe96d6415197384820d45f626e4f9?branch=epel9-next

Log:
Fix flatpak build

---
diff --git a/mpv.spec b/mpv.spec
index 1a61e84..aa4660b 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -121,7 +121,7 @@ sed -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.sta
 
 %build
 %set_build_flags
-%{_bindir}/waf configure \
+waf configure \
     --prefix=%{_prefix} \
     --bindir=%{_bindir} \
     --libdir=%{_libdir} \
@@ -138,10 +138,10 @@ sed -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.sta
     --enable-dvbin \
     --enable-gl-x11 \
     --enable-wayland
-%{_bindir}/waf -v build %{?_smp_mflags}
+waf -v build %{?_smp_mflags}
 
 %install
-%{_bindir}/waf install --destdir=%{buildroot}
+waf install --destdir=%{buildroot}
 
 %check
 appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metainfo.xml

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:36 [rpms/mpv] epel9-next: Fix flatpak build Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox