public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nextcloud-client] f45: Fix VFS plugins path and move them from devel to libs
@ 2026-08-30 20:11 Louis-Xavier Lefranc
  0 siblings, 0 replies; only message in thread
From: Louis-Xavier Lefranc @ 2026-08-30 20:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/nextcloud-client
Branch : f45
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=f45

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/*

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

only message in thread, other threads:[~2026-08-30 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 20:11 [rpms/nextcloud-client] f45: Fix VFS plugins path and move them from devel to libs Louis-Xavier Lefranc

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