public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Raits <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kdevelop-python] f43: Improve compatibility with new CMake macro
Date: Sat, 04 Jul 2026 11:13:52 GMT [thread overview]
Message-ID: <178316363219.1.4889812597640004868.rpms-kdevelop-python-f8ab755682a5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kdevelop-python
Branch : f43
Commit : f8ab755682a54157470430a823d375c7bfafcd63
Author : Igor Raits <ignatenkobrain@fedoraproject.org>
Date : 2020-07-18T17:56:29+02:00
Stats : +4/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kdevelop-python/c/f8ab755682a54157470430a823d375c7bfafcd63?branch=f43
Log:
Improve compatibility with new CMake macro
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
---
diff --git a/kdevelop-python.spec b/kdevelop-python.spec
index 717551e..3ee0355 100644
--- a/kdevelop-python.spec
+++ b/kdevelop-python.spec
@@ -1,3 +1,4 @@
+%undefine __cmake_in_source_build
# This package depends on automagic byte compilation
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
%global _python_bytecompile_extra 1
@@ -69,16 +70,12 @@ Python 3 language support for the KDevelop Integrated Development Environment.
%patch2 -p1
%build
-mkdir %{_target_platform}
-pushd %{_target_platform}
-%{cmake_kf5} ..
-popd
-
-make %{?_smp_mflags} -C %{_target_platform}
+%{cmake_kf5}
+%cmake_build
%install
-make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%cmake_install
# don't ship this Python 2 script, it is only used to generate the
# documentation_files, it is not needed at runtime
reply other threads:[~2026-07-04 11:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178316363219.1.4889812597640004868.rpms-kdevelop-python-f8ab755682a5@fedoraproject.org \
--to=ignatenkobrain@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox