commit 8c9b83c114361981a7a06e8e064977aa8eae2acc Author: MSVSphere Packaging Team Date: Tue Sep 3 01:22:27 2024 +0300 import nextcloud-client-3.13.2-4.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6631df --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/desktop-3.13.2.tar.gz diff --git a/.nextcloud-client.metadata b/.nextcloud-client.metadata new file mode 100644 index 0000000..397a83a --- /dev/null +++ b/.nextcloud-client.metadata @@ -0,0 +1 @@ +edca8a16909af052d3f896dd50283f16b817f82f SOURCES/desktop-3.13.2.tar.gz diff --git a/SOURCES/com.nextcloud.desktopclient.nextcloud.metainfo.xml b/SOURCES/com.nextcloud.desktopclient.nextcloud.metainfo.xml new file mode 100644 index 0000000..4264876 --- /dev/null +++ b/SOURCES/com.nextcloud.desktopclient.nextcloud.metainfo.xml @@ -0,0 +1,23 @@ + + + com.nextcloud.desktopclient.nextcloud + Nextcloud Desktop + GPL-2.0+ + Nextcloud desktop synchronization client + CC0-1.0 + +

The Nextcloud desktop client allows you to keep one or more folders full of +your photos, videos and documents synchronized with your server. Any file you +add, modify or delete in the synced folders on your desktop or laptop will show +up, change or disappear on the server and all other connected devices. Thanks +to the client, you can work with your files even when you are not online!

+
+ + + The options dialog + https://nextcloud.com/wp-content/uploads/2022/04/linux.png + + + https://nextcloud.com + +
diff --git a/SPECS/nextcloud-client.spec b/SPECS/nextcloud-client.spec new file mode 100644 index 0000000..3980a04 --- /dev/null +++ b/SPECS/nextcloud-client.spec @@ -0,0 +1,281 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 4; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +%if 0%{?el8} +%undefine __cmake_in_source_build +%undefine _cmake_skip_rpath +%endif + +Name: nextcloud-client +Version: 3.13.2 +Release: %autorelease +Summary: The Nextcloud Client + +# -libs are LGPLv2+, rest GPLv2 +License: LGPLv2+ and GPLv2 +Url: https://nextcloud.com/install/#install-clients +Source0: https://github.com/nextcloud/desktop/archive/v%{version}/desktop-%{version}.tar.gz +Source1: com.nextcloud.desktopclient.nextcloud.metainfo.xml + +%if 0%{?fedora} >= 39 +ExcludeArch: %{ix86} +%endif + +%if 0%{?rhel} +BuildRequires: rpmautospec-rpm-macros +BuildRequires: policycoreutils +%endif + +BuildRequires: check +BuildRequires: chrpath +BuildRequires: cmake +BuildRequires: desktop-file-utils +BuildRequires: doxygen +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: inotify-tools-devel +BuildRequires: libcloudproviders-devel +BuildRequires: libappstream-glib +BuildRequires: neon-devel +BuildRequires: openssl-devel +BuildRequires: pkgconfig(dbus-1) +BuildRequires: python3-sphinx +BuildRequires: qtlockedfile-qt5-devel +BuildRequires: qtkeychain-qt5-devel +BuildRequires: qtsingleapplication-qt5-devel +BuildRequires: qt5-qtbase +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtbase-private-devel +BuildRequires: qt5-qtbase-gui +BuildRequires: qt5-qtwebkit-devel +BuildRequires: qt5-qtxmlpatterns-devel +BuildRequires: qt5-qttools +BuildRequires: qt5-qttools-devel +BuildRequires: qt5-qtquickcontrols2-devel +BuildRequires: qt5-qtwebengine-devel +BuildRequires: qt5-qtwebsockets-devel +BuildRequires: qt5-qtsvg-devel +BuildRequires: extra-cmake-modules +BuildRequires: inkscape +# Plasma 5 Dolphin integration +%if 0%{?fedora} >= 24 || 0%{?rhel} > 7 +BuildRequires: qt6-qtbase-devel +BuildRequires: kf6-kio-devel +BuildRequires: kf5-karchive-devel +BuildRequires: kf6-kcoreaddons-devel +BuildRequires: kf6-rpm-macros +%endif +BuildRequires: sqlite-devel +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +%if 0%{?fedora} && 0%{?fedora} < 33 +# concerning libgnome-keyring read https://bugzilla.redhat.com/show_bug.cgi?id=1652973 +Requires: libgnome-keyring +%endif +Requires: qt5-qtquickcontrols + +Provides: mirall = %{version}-%{release} +Obsoletes: mirall < 1.8.0 + +# Read https://bugzilla.redhat.com/show_bug.cgi?id=1651261 +ExcludeArch: ppc64 ppc64le s390x + +%description +Nextcloud-client enables you to connect to your private Nextcloud Server. +With it you can create folders in your home directory, and keep the contents +of those folders synced with your Nextcloud server. Simply copy a file into +the directory and the Nextcloud Client does the rest. + + +%package libs +Summary: Common files for nextcloud-client +License: LGPLv2+ +Provides: mirall-common = %{version}-%{release} +Obsoletes: mirall-common < 1.8.0 +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description libs +Provides common files for nextcloud-client such as the +configuration file that determines the excluded files in a sync. + + +%package devel +Summary: Development files for nextcloud-client +License: LGPLv2+ +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} +Provides: %{name}-static = %{version}-%{release} +Provides: mirall-devel = %{version}-%{release} +Obsoletes: mirall-devel < 1.8.0 + +%description devel +Development headers for use of the nextcloud-client library + +%package nautilus +Summary: nextcloud client nautilus extension +Supplements: (nextcloud-client and nautilus) +Requires: nautilus +Requires: nautilus-python +Requires: %{name}%{?_isa} = %{version}-%{release} +Provides: mirall-nautilus = %{version}-%{release} +Obsoletes: mirall-nautilus < 1.8.0 + +%description nautilus +The nextcloud desktop client nautilus extension. + +%if 0%{?fedora} +# Only Fedora has Cinnamon, so there is no need for Nemo extension on EPEL +%package nemo +Summary: Nemo overlay icons +Supplements: (nextcloud-client and nemo) +Requires: nemo +Requires: nemo-python +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description nemo +This package provides overlay icons to visualize the sync state +in the nemo file manager. + +# Only Fedora has Mate, so there is no need for Caja extension on EPEL +%package caja +Summary: Caja overlay icons +Supplements: (nextcloud-client and caja) +Requires: caja +Requires: python3-caja +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description caja +This package provides overlay icons to visualize the sync state +in the caja file manager. +%endif + +%if 0%{?fedora} || 0%{?rhel} > 7 +%package dolphin +Summary: Dolphin overlay icons +Supplements: (nextcloud-client and dolphin) +Requires: dolphin +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description dolphin +The nextcloud desktop client dolphin extension. +%endif + +%prep +%setup -n desktop-%{version} + +# change compiler flag +sed -i 's/-fPIE/-fPIC/g' src/gui/CMakeLists.txt +sed -i 's/-fPIE/-fPIC/g' src/cmd/CMakeLists.txt + +%build +%cmake_kf5 \ + -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \ + -DNO_SHIBBOLETH=1 \ + -DBUILD_UPDATER=False + +%cmake_build + +%install +%cmake_install + +# move dolphin plugins to kf5_plugindir +mkdir -p %{buildroot}%{_kf6_plugindir} +mv -v %{buildroot}%{_qt5_plugindir}/kf6/kfileitemaction %{buildroot}/%{_kf6_plugindir} +mv -v %{buildroot}%{_qt5_plugindir}/kf6/overlayicon/ %{buildroot}/%{_kf6_plugindir} + +%find_lang client --with-qt +mkdir -p %{buildroot}%{_datadir}/metainfo/ +install -pm 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml + + +# for distros that do not have KDE Plasma 5 +%if 0%{?fedora} < 24 && 0%{?rhel} <= 7 +rm -f %{buildroot}%{_libdir}/libnextclouddolphinpluginhelper.so +rm -f %{buildroot}%{_kf5_plugindir}/overlayicon/nextclouddolphinoverlayplugin.so +rm -f %{buildroot}%{_qt5_plugindir}/nextclouddolphinactionplugin.so +rm -f %{buildroot}%{_kf5_datadir}/kservices5/nextclouddolphinactionplugin.desktop +%endif + + +%if 0%{?rhel} +# Only Fedora has Cinnamon, so there is no need for Nemo extension on EPEL +rm -rf %{buildroot}%{_datadir}/nemo-python/ +# Only Fedora has Mate, so there is no need for Caja extension on EPEL +rm -rf %{buildroot}%{_datadir}/caja-python/ +%endif + +%post +%if 0%{?rhel} +setsebool -P selinuxuser_execmod=on +%endif + +%postun +%if 0%{?rhel} +setsebool -P selinuxuser_execmod=off +%endif + +%check +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml + +%ldconfig_scriptlets libs + +%if 0%{?fedora} >= 24 || 0%{?rhel} > 7 +%ldconfig_scriptlets dolphin +%endif + +%files -f client.lang +%{_bindir}/nextcloud +%{_bindir}/nextcloudcmd +%{_datadir}/mime/packages/nextcloud.xml +%{_datadir}/applications/com.nextcloud.desktopclient.nextcloud.desktop +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml +%{_datadir}/dbus-1/services/com.nextcloudgmbh.Nextcloud.service + +%files libs +%{_libdir}/libnextcloudsync.so.0 +%{_libdir}/libnextcloudsync.so.%{version} +%{_libdir}/libnextcloud_csync.so* +%doc README.md +%config %{_sysconfdir}/Nextcloud/sync-exclude.lst +%dir %{_sysconfdir}/Nextcloud + +%files devel +%{_includedir}/nextcloudsync/ +%{_libdir}/libnextcloudsync.so +%{_libdir}/nextcloudsync_vfs_suffix.so +%{_libdir}/nextcloudsync_vfs_xattr.so + +%files nautilus +%{_datadir}/nautilus-python/extensions/* + +%if 0%{?fedora} +# Only Fedora has Cinnamon, so there is no need for Nemo extension on EPEL +%files nemo +%{_datadir}/nemo-python/extensions/* + +# Only Fedora has Mate, so there is no need for Caja extension on EPEL +%files caja +%{_datadir}/caja-python/extensions/* +%endif + +%if 0%{?fedora} || 0%{?rhel} > 7 +%files dolphin +%{_libdir}/libnextclouddolphinpluginhelper.so +%{_kf6_plugindir}/overlayicon/nextclouddolphinoverlayplugin.so +%{_kf6_plugindir}/kfileitemaction/nextclouddolphinactionplugin.so +%endif + +%changelog +* Tue Sep 03 2024 MSVSphere Packaging Team - 3.13.2-4 +- Rebuilt for MSVSphere 9.4 + +## START: Generated by rpmautospec +* Sat Aug 17 2024 Mukundan Ragavan - 3.13.2-4 +- RPMAUTOSPEC: unresolvable merge +## END: Generated by rpmautospec