public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: fix bad %if condition
@ 2026-07-20 18:16
0 siblings, 0 replies; only message in thread
From: @ 2026-07-20 18:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 254dd1d0ffe7542dbcc77a10bf619a74fa0aede5
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2017-01-27T04:10:13+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/254dd1d0ffe7542dbcc77a10bf619a74fa0aede5?branch=epel9-next
Log:
fix bad %if condition
---
diff --git a/mlt.spec b/mlt.spec
index 70227a3..fd77035 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -112,7 +112,7 @@ sed -i -e '/ffast-math/d' configure
# be sure that aren't used
rm -r src/win32/
-%if 0%{fedora} >= 25
+%if 0%{?fedora} >= 25
sed -i 's|-php5|-php7|g' src/swig/php/build
sed -i 's|mlt_wrap.cpp|mlt_wrap.cxx|g' src/swig/php/build
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:16 [rpms/mlt] epel9-next: fix bad %if condition
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox