public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] update-to-4.1.4: CMake build out of source. Fixes BZ#1865497
@ 2026-06-20  4:39 Denis Arnaud
  0 siblings, 0 replies; only message in thread
From: Denis Arnaud @ 2026-06-20  4:39 UTC (permalink / raw)
  To: git-commits

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}

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

only message in thread, other threads:[~2026-06-20  4:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20  4:39 [rpms/soci] update-to-4.1.4: CMake build out of source. Fixes BZ#1865497 Denis Arnaud

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