public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] update-to-4.1.4: Setup ld.conf properly
@ 2026-06-20  4:40 Denis Arnaud
  0 siblings, 0 replies; only message in thread
From: Denis Arnaud @ 2026-06-20  4:40 UTC (permalink / raw)
  To: git-commits

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.*}
 

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

only message in thread, other threads:[~2026-06-20  4:40 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:40 [rpms/soci] update-to-4.1.4: Setup ld.conf properly Denis Arnaud

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