public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: - Update to use Qt5 now instead of Qt4
@ 2026-07-20 20:37 Helio Chissini de Castro
0 siblings, 0 replies; only message in thread
From: Helio Chissini de Castro @ 2026-07-20 20:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 23a047f39b2a099fb086ba000618b8a4a6a0cbb5
Author : Helio Chissini de Castro <helio@kde.org>
Date : 2015-03-23T09:11:49-03:00
Stats : +8/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/23a047f39b2a099fb086ba000618b8a4a6a0cbb5?branch=epel10
Log:
- Update to use Qt5 now instead of Qt4
---
diff --git a/transmission.spec b/transmission.spec
index c7c0a03..10b15d8 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
Name: transmission
Version: 2.84
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -21,7 +21,7 @@ BuildRequires: dbus-glib-devel >= 0.70
BuildRequires: libevent-devel >= 2.0.10
BuildRequires: desktop-file-utils
BuildRequires: gettext intltool
-BuildRequires: qt4-devel
+BuildRequires: qt5-qtbase-devel
BuildRequires: systemd-devel
Requires: transmission-cli
Requires: transmission-gtk
@@ -75,7 +75,7 @@ GTK graphical interface of Transmission BitTorrent client.
Summary: Transmission Qt interface
Group: Applications/Internet
Requires: transmission-common
-%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
+
%description qt
Qt graphical interface of Transmission BitTorrent client.
@@ -107,8 +107,8 @@ CXXFLAGS="%{optflags} -fPIC"
make %{?_smp_mflags}
pushd qt
-qmake-qt4 QMAKE_LFLAGS="$RPM_LD_FLAGS" QMAKE_CXXFLAGS="$CXXFLAGS -std=c++11" qtr.pro
-make %{?_smp_mflags}
+ %{qmake_qt5} qtr.pro
+ make %{?_smp_mflags}
popd
%install
@@ -195,6 +195,9 @@ fi
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Thu Mar 12 2015 Helio Chissini de Castro <helio@kde.org> - 2.83-3
+- Compile with Qt5 now
+
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.84-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:37 [rpms/transmission] epel10: - Update to use Qt5 now instead of Qt4 Helio Chissini de Castro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox