public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cryptopp] rawhide: Drop duplicate build
Date: Fri, 11 Sep 2026 07:55:43 GMT	[thread overview]
Message-ID: <178911334382.1.7525160519187001219.rpms-cryptopp-58b5556078ae@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cryptopp
Branch : rawhide
Commit : 58b5556078ae90cc243baaff8950f5a003a8dfa0
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2026-09-11T09:55:17+02:00
Stats  : +2/-19 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cryptopp/c/58b5556078ae90cc243baaff8950f5a003a8dfa0?branch=rawhide

Log:
Drop duplicate build

---
diff --git a/cryptopp.spec b/cryptopp.spec
index 99554b6..3416189 100644
--- a/cryptopp.spec
+++ b/cryptopp.spec
@@ -77,32 +77,15 @@ Tests for %{name}.
 # build shared
 %cmake \
   -DCRYPTOPP_BUILD_SHARED=ON \
-  -DCRYPTOPP_BUILD_TESTING=OFF
-
-%cmake_build
-
-# save shared build
-mv %{__cmake_builddir} build-shared
-
-# build static
-%cmake \
-  -DCRYPTOPP_BUILD_SHARED=OFF\
+  -DCRYPTOPP_BUILD_STATIC=ON \
   -DCRYPTOPP_BUILD_TESTING=ON
 
 %cmake_build
 
-%install
-%cmake_install
-
-# back to shared-build
-mv %{__cmake_builddir} build-static
-mv build-shared %{__cmake_builddir}
 
+%install
 %cmake_install
 
-# back to static-build for tests
-mv %{__cmake_builddir} build-shared
-mv build-static %{__cmake_builddir}
 
 %check
 %ctest

                 reply	other threads:[~2026-09-11  7:55 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=178911334382.1.7525160519187001219.rpms-cryptopp-58b5556078ae@fedoraproject.org \
    --to=kwizart@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