public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/frobby] rawhide: Use the cmake declarative buildsystem
Date: Wed, 15 Jul 2026 01:35:52 GMT [thread overview]
Message-ID: <178407935248.1.3012699434839956681.rpms-frobby-5ac4a761e514@fedoraproject.org> (raw)
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}
reply other threads:[~2026-07-15 1:35 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=178407935248.1.3012699434839956681.rpms-frobby-5ac4a761e514@fedoraproject.org \
--to=loganjerry@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