public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] update-to-4.1.4: Fix find_package() (fedora#2427605)
@ 2026-06-20  4:40 
  0 siblings, 0 replies; only message in thread
From:  @ 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 : efd3a7c393804e7d3ea42a6adcc612b08e1b2b20
Author : Tomi Lähteenmäki <lihis@lihis.net>
Date   : 2026-01-07T20:09:02+02:00
Stats  : +1/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/soci/c/efd3a7c393804e7d3ea42a6adcc612b08e1b2b20?branch=update-to-4.1.4

Log:
Fix find_package() (fedora#2427605)

---
diff --git a/soci.spec b/soci.spec
index 283fa83..6cdc8ec 100644
--- a/soci.spec
+++ b/soci.spec
@@ -239,9 +239,6 @@ dos2unix AUTHORS README ChangeLog COPYING NEWS
 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
 
 %if %{with tests}
 %check
@@ -284,7 +281,7 @@ mv -f %{buildroot}%{_libdir}/cmake %{buildroot}%{_datadir}/%{name}/CMake
 %dir %{_includedir}/%{name}/
 %{_includedir}/%{name}/*.h
 %{_libdir}/lib%{name}_core.so
-%{_datadir}/%{name}/CMake
+%{_libdir}/cmake/%{name}-%{version}
 
 %{?with_empty:%files empty-devel
 %doc AUTHORS ChangeLog COPYING NEWS README

^ 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: Fix find_package() (fedora#2427605) 

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