public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/soci] update-to-4.1.4: Fix find_package() (fedora#2427605)
Date: Sat, 20 Jun 2026 04:40:09 GMT [thread overview]
Message-ID: <178193040922.1.4021082942593342895.rpms-soci-efd3a7c39380@fedoraproject.org> (raw)
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
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=178193040922.1.4021082942593342895.rpms-soci-efd3a7c39380@fedoraproject.org \
--to=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