This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 6aad0d4f14cc79f286a750a62360031f0b67538a Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Aug 7 21:05:24 2023 +0200 x2goplasmabindings.spec: add BRs on kf5umbrella for *SuSE-based systems and kf5-rpm-macros for RedHat-based systems to get ECMQmlModule support. --- debian/changelog | 2 ++ x2goplasmabindings.spec | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 91e324c..669b1ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + Add cmake(Qt5{,Quick,Core}) BRs. + Fix License: tag, add COPYING and COPYING.GPL3 to either %license or %doc macros in %files section. + + Add BRs on kf5umbrella for *SuSE-based systems and kf5-rpm-macros for + RedHat-based systems to get ECMQmlModule support. * debian/control: + Adapt description to also mention KDE 5. + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 4ee098a..0c13c3f 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -34,6 +34,12 @@ BuildRequires: cmake(KF5I18n) BuildRequires: cmake(Qt5) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5Core) +%if 0%{?rhel} || 0%{?fedora} +BuildRequires: kf5-rpm-macros +%endif +%if 0%{?suse_version} +BuildRequires: kf5umbrella +%endif %else %if 0%{?rhel} BuildRequires: kdelibs4-devel -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git