public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: use new cmake macros
Date: Tue, 04 Aug 2026 19:44:58 GMT [thread overview]
Message-ID: <178587269844.1.6184343857395855622.rpms-kig-a555bdba64a0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : a555bdba64a019449020767ae0bafa584cb5754e
Author : Rex Dieter <rdieter@gmail.com>
Date : 2020-08-10T16:00:55-05:00
Stats : +7/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/a555bdba64a019449020767ae0bafa584cb5754e?branch=epel10
Log:
use new cmake macros
---
diff --git a/kig.spec b/kig.spec
index f4c4fe7..9e117fc 100644
--- a/kig.spec
+++ b/kig.spec
@@ -4,7 +4,7 @@
Name: kig
Summary: Interactive Geometry
Version: 20.04.3
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
URL: https://cgit.kde.org/%{name}.git
@@ -65,9 +65,7 @@ sed -ie "s|^#!/usr/bin/env python3$|#!%{__python3}|" pykig/pykig.py
%build
-mkdir %{_target_platform}
-pushd %{_target_platform}
-%{cmake_kf5} .. \
+%cmake_kf5 \
-DPYTHON_EXECUTABLE:PATH=%{__python3} \
-DPYTHON_INCLUDE_DIR=%{_python3_include} \
-DPYTHON_LIBRARY=%{_python3_lib} \
@@ -79,11 +77,11 @@ pushd %{_target_platform}
%endif
popd
-%make_build -C %{_target_platform}
+%cmake_build
%install
-make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%cmake_install
%find_lang %{name} --all-name --with-html --with-man
@@ -114,6 +112,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.d
%changelog
+* Mon Aug 10 2020 Rex Dieter <rdieter@fedoraproject.org> - 20.04.3-4
+- use new cmake macros
+
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.04.3-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
reply other threads:[~2026-08-04 19:44 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=178587269844.1.6184343857395855622.rpms-kig-a555bdba64a0@fedoraproject.org \
--to=rdieter@gmail.com \
--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