public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: use new cmake macros
@ 2026-08-04 19:44 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-08-04 19:44 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 19:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:44 [rpms/kig] epel10: use new cmake macros Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox