public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: use %qmake_qt5 macro to ensure proper build flags
@ 2026-07-20 18:59 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-20 18:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vym
Branch : epel10
Commit : 61d47fac1cf0317efeab01ea12f80d819b832e89
Author : Rex Dieter <rdieter@math.unl.edu>
Date : 2016-02-01T11:49:31-06:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vym/c/61d47fac1cf0317efeab01ea12f80d819b832e89?branch=epel10
Log:
use %qmake_qt5 macro to ensure proper build flags
---
diff --git a/vym.spec b/vym.spec
index aadf170..72669b9 100644
--- a/vym.spec
+++ b/vym.spec
@@ -2,7 +2,7 @@
Name: vym
Version: 2.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: View your mind
Group: Applications/Productivity
@@ -52,7 +52,7 @@ to organize tasks, to get an overview over complex contexts.
%global docval %{_docdir}
%endif
-qmake-qt5 DOCDIR="%{?docval}" PREFIX=%{_prefix}
+%{qmake_qt5} DOCDIR="%{?docval}" PREFIX=%{_prefix}
%{__make} %{?_smp_mflags}
@@ -127,6 +127,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
+* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 2.5.0-2
+- use %%qmake_qt5 macro to ensure proper build flags
+
* Wed Oct 28 2015 Jon Ciesla <limburgher@gmail.com> - 2.5.0-1
- Latest upstream, BZ 1276025.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:59 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:59 [rpms/vym] epel10: use %qmake_qt5 macro to ensure proper build flags Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox