public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denis Arnaud <denis.arnaud_fedora@m4x.org>
To: git-commits@fedoraproject.org
Subject: [rpms/soci] update-to-4.1.4: CMake build out of source. Fixes BZ#1865497
Date: Sat, 20 Jun 2026 04:39:55 GMT	[thread overview]
Message-ID: <178193039512.1.12583415196260228686.rpms-soci-8387bafb3ef3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/soci
Branch : update-to-4.1.4
Commit : 8387bafb3ef3c54f228bd7829126738ff3195940
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date   : 2020-08-05T01:08:55+02:00
Stats  : +3/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/soci/c/8387bafb3ef3c54f228bd7829126738ff3195940?branch=update-to-4.1.4

Log:
CMake build out of source. Fixes BZ#1865497

---
diff --git a/soci.spec b/soci.spec
index a4541ba..f319b75 100644
--- a/soci.spec
+++ b/soci.spec
@@ -211,8 +211,6 @@ dos2unix AUTHORS README ChangeLog COPYING NEWS
    -DSOCI_TEST_MYSQL_CONNSTR:STRING="db=soci_test user=mloskot password=pantera"
 %endif
 
-mkdir tmpbuild
-pushd tmpbuild
 %cmake \
  -DSOCI_CXX11=ON \
  -DSOCI_EMPTY=%{?with_empty:ON}%{?without_empty:OFF} \
@@ -221,14 +219,11 @@ pushd tmpbuild
  -DSOCI_MYSQL=%{?with_mysql:ON}%{?without_mysql:OFF} \
  -DSOCI_ODBC=%{?with_odbc:ON}%{?without_odbc:OFF} \
  -DWITH_ORACLE=%{?with_oracle:ON %{?_with_oracle_incdir} %{?_with_oracle_libdir}}%{?without_oracle:OFF} \
- %{soci_testflags} ..
-%make_build
-popd
+ %{soci_testflags} 
+%cmake_build
 
 %install
-pushd tmpbuild
-%make_install
-popd
+%cmake_install
 
 # CMake helpers 
 mkdir -p %{buildroot}%{_datadir}/%{name}

                 reply	other threads:[~2026-06-20  4:39 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=178193039512.1.12583415196260228686.rpms-soci-8387bafb3ef3@fedoraproject.org \
    --to=denis.arnaud_fedora@m4x.org \
    --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