public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Louis-Xavier Lefranc <lxcontrib@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/nextcloud-client] f44: Fix VFS plugins path and move them from devel to libs
Date: Sun, 30 Aug 2026 20:12:14 GMT [thread overview]
Message-ID: <178812073400.1.18137785623530792345.rpms-nextcloud-client-6eb0de6b6790@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/nextcloud-client
Branch : f44
Commit : 6eb0de6b6790fa0699b0386e4bd4c795d8f2ea37
Author : Louis-Xavier Lefranc <lxcontrib@gmail.com>
Date : 2026-08-28T02:22:36+02:00
Stats : +4/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nextcloud-client/c/6eb0de6b6790fa0699b0386e4bd4c795d8f2ea37?branch=f44
Log:
Fix VFS plugins path and move them from devel to libs
---
diff --git a/nextcloud-client.spec b/nextcloud-client.spec
index 13ed187..3f926e1 100644
--- a/nextcloud-client.spec
+++ b/nextcloud-client.spec
@@ -168,7 +168,8 @@ sed -i 's/-fPIE/-fPIC/g' src/cmd/CMakeLists.txt
%cmake_kf6 \
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
-DNO_SHIBBOLETH=1 \
- -DBUILD_UPDATER=False
+ -DBUILD_UPDATER=False \
+ -DPLUGINDIR=%{_kf6_qtplugindir}
%cmake_build
@@ -222,12 +223,12 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.nextc
%doc README.md
%config %{_sysconfdir}/Nextcloud/sync-exclude.lst
%dir %{_sysconfdir}/Nextcloud
+%{_kf6_qtplugindir}/nextcloudsync_vfs_suffix.so
+%{_kf6_qtplugindir}/nextcloudsync_vfs_xattr.so
%files devel
%{_includedir}/nextcloudsync/
%{_libdir}/libnextcloudsync.so
-%{_libdir}/nextcloudsync_vfs_suffix.so
-%{_libdir}/nextcloudsync_vfs_xattr.so
%files nautilus
%{_datadir}/nautilus-python/extensions/*
reply other threads:[~2026-08-30 20:12 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=178812073400.1.18137785623530792345.rpms-nextcloud-client-6eb0de6b6790@fedoraproject.org \
--to=lxcontrib@gmail.com \
--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