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: Setup ld.conf properly
Date: Sat, 20 Jun 2026 04:40:06 GMT	[thread overview]
Message-ID: <178193040604.1.17793438397687544413.rpms-soci-c0cd3563eafc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/soci
Branch : update-to-4.1.4
Commit : c0cd3563eafcb73ad677fa3f318472e87c2b6421
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date   : 2025-03-25T00:17:42+01:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/soci/c/c0cd3563eafcb73ad677fa3f318472e87c2b6421?branch=update-to-4.1.4

Log:
Setup ld.conf properly

---
diff --git a/soci.spec b/soci.spec
index ddc9a80..c2745a0 100644
--- a/soci.spec
+++ b/soci.spec
@@ -223,6 +223,10 @@ dos2unix AUTHORS README ChangeLog COPYING NEWS
 %install
 %cmake_install
 
+# The SOCI libraries are now released in a non-standard location
+mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
+echo "%{_libdir}/%{name}" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}64.conf
+
 # CMake helpers
 mkdir -p %{buildroot}%{_datadir}/%{name}
 mv -f %{buildroot}%{_libdir}/cmake %{buildroot}%{_datadir}/%{name}/CMake
@@ -238,6 +242,7 @@ rm -f %{buildroot}%{_libdir}/*.a
 
 %files
 %doc AUTHORS ChangeLog COPYING NEWS README
+%{_sysconfdir}/ld.so.conf.d/%{name}64.conf
 %{_libdir}/%{name}/lib%{name}_core.so.*
 %{?with_empty:%{_libdir}/%{name}/lib%{name}_empty.so.*}
 

                 reply	other threads:[~2026-06-20  4:40 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=178193040604.1.17793438397687544413.rpms-soci-c0cd3563eafc@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