public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/frobby] rawhide: Use the cmake declarative buildsystem
@ 2026-07-15  1:35 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-15  1:35 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/frobby
Branch : rawhide
Commit : 5ac4a761e5149e74d69b0c9f03ab634b89e81a79
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-07-14T19:35:40-06:00
Stats  : +5/-9 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/frobby/c/5ac4a761e5149e74d69b0c9f03ab634b89e81a79?branch=rawhide

Log:
Use the cmake declarative buildsystem

---
diff --git a/frobby.spec b/frobby.spec
index baae440..33e9c06 100644
--- a/frobby.spec
+++ b/frobby.spec
@@ -15,8 +15,9 @@ Patch:          %{name}-sharedlib.patch
 
 # See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:    %{ix86}
+BuildSystem:    cmake
+BuildOption(conf): -DBUILD_TESTING:BOOL=ON
 
-BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(gmp)
 # docs
@@ -60,22 +61,17 @@ Frobby internals as a library (libfrobby).
 %prep
 %autosetup -p1
 
-%conf
-%cmake -DBUILD_TESTING:BOOL=ON
-
-%build
+%build -p
 export STRIP=true
-%cmake_build
 
+%build -a
 # generate docs
 cd doc
 pdflatex -interaction=nonstopmode manual.tex
 pdflatex -interaction=nonstopmode manual.tex
 cd -
 
-%install
-%cmake_install
-
+%install -a
 # We install these later
 rm -fr %{buildroot}%{_prefix}/licenses %{buildroot}%{_defaultlicensedir}
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-15  1:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15  1:35 [rpms/frobby] rawhide: Use the cmake declarative buildsystem Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox