2024-01-06 07:37:28 +01:00
|
|
|
|
Name: nextcloud
|
2024-01-06 07:37:28 +01:00
|
|
|
|
Version: 2.6.4
|
2024-01-06 07:37:28 +01:00
|
|
|
|
Release: 1mamba
|
|
|
|
|
Summary: Nextcloud themed desktop client
|
2024-01-06 07:37:28 +01:00
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
2024-01-06 07:37:28 +01:00
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
|
URL: https://nextcloud.com
|
|
|
|
|
## GITSOURCE https://github.com/nextcloud/client_theming.git v2.3.3
|
2024-01-06 07:37:28 +01:00
|
|
|
|
Source: https://github.com/nextcloud/desktop.git/v%{version}/desktop-%{version}.tar.bz2
|
2024-01-06 07:37:28 +01:00
|
|
|
|
License: GPL
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 07:37:28 +01:00
|
|
|
|
BuildRequires: ldconfig
|
|
|
|
|
BuildRequires: libQt5WebEngine-devel
|
2024-01-06 07:37:28 +01:00
|
|
|
|
BuildRequires: libQt5WebKit-devel
|
2024-01-06 07:37:28 +01:00
|
|
|
|
BuildRequires: libcloudproviders-devel
|
2024-01-06 07:37:28 +01:00
|
|
|
|
BuildRequires: libgcc
|
2024-01-06 07:37:28 +01:00
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 07:37:28 +01:00
|
|
|
|
BuildRequires: libkcompletion-devel
|
|
|
|
|
BuildRequires: libkconfig-devel
|
|
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
|
BuildRequires: libkio-devel
|
|
|
|
|
BuildRequires: libkjobwidgets-devel
|
|
|
|
|
BuildRequires: libkservice-devel
|
|
|
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
|
BuildRequires: libqtkeychain-devel
|
|
|
|
|
BuildRequires: libsqlite-devel
|
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Nextcloud themed desktop client. Nextclod provides a safe home for all your data – community-driven, free & open source.
|
|
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 07:37:28 +01:00
|
|
|
|
%setup -q -n desktop-%{version}
|
2024-01-06 07:37:28 +01:00
|
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:37:28 +01:00
|
|
|
|
%cmake -d build
|
|
|
|
|
|
|
|
|
|
#-DOEM_THEME_DIR=$(realpath ../nextcloudtheme) ../client
|
2024-01-06 07:37:28 +01:00
|
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
|
|
install -d -m0755 %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
|
|
|
|
cat > %{buildroot}%{_sysconfdir}/ld.so.conf.d/nextcloud.conf << _EOF
|
|
|
|
|
%{_libdir}/nextcloud
|
|
|
|
|
_EOF
|
|
|
|
|
|
|
|
|
|
install -d -m0755 %{buildroot}%{_datadir}/pixmaps
|
|
|
|
|
cp %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/Nextcloud.png %{buildroot}%{_datadir}/pixmaps/nextcloud.png
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_sysconfdir}/Nextcloud
|
|
|
|
|
%{_sysconfdir}/Nextcloud/sync-exclude.lst
|
|
|
|
|
%{_sysconfdir}/ld.so.conf.d/nextcloud.conf
|
|
|
|
|
%{_bindir}/nextcloud
|
|
|
|
|
%{_bindir}/nextcloudcmd
|
|
|
|
|
%{_datadir}/applications/nextcloud.desktop
|
2024-01-06 07:37:28 +01:00
|
|
|
|
%{_datadir}/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
|
2024-01-06 07:37:28 +01:00
|
|
|
|
%{_datadir}/pixmaps/nextcloud.png
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/Nextcloud*.png
|
|
|
|
|
%{_datadir}/kservices5/nextclouddolphinactionplugin.desktop
|
|
|
|
|
%{_datadir}/nautilus-python/extensions/syncstate-Nextcloud.py
|
|
|
|
|
%{_datadir}/nemo-python/extensions/syncstate-Nextcloud.py
|
|
|
|
|
%{_datadir}/nextcloud/i18n/client_*.qm
|
|
|
|
|
%{_datadir}/caja-python/extensions/syncstate-Nextcloud.py
|
2024-01-06 07:37:28 +01:00
|
|
|
|
%{_datadir}/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
|
2024-01-06 07:37:28 +01:00
|
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/libnextclouddolphinpluginhelper.so
|
|
|
|
|
%{_libdir}/libnextcloudsync.so.*
|
|
|
|
|
%{_libdir}/nextcloud/libocsync.so.*
|
2024-01-06 07:37:28 +01:00
|
|
|
|
%{_libdir}/qt5/plugins/kf5/overlayicon/nextclouddolphinoverlayplugin.so
|
|
|
|
|
%{_libdir}/qt5/plugins/nextclouddolphinactionplugin.so
|
|
|
|
|
%doc COPYING
|
2024-01-06 07:37:28 +01:00
|
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_includedir}/nextcloudsync
|
|
|
|
|
%dir %{_includedir}/nextcloudsync/creds
|
|
|
|
|
%{_includedir}/nextcloudsync/creds/*.h
|
|
|
|
|
%dir %{_includedir}/nextcloudsync/mirall
|
|
|
|
|
%{_includedir}/nextcloudsync/mirall/*.h
|
|
|
|
|
%{_libdir}/libnextcloudsync.so
|
|
|
|
|
%{_libdir}/nextcloud/libocsync.so
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:37:28 +01:00
|
|
|
|
* Tue Apr 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.4-1mamba
|
|
|
|
|
- update to 2.6.4
|
|
|
|
|
|
2024-01-06 07:37:28 +01:00
|
|
|
|
* Tue Apr 10 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-1mamba
|
|
|
|
|
- package created using the webbuild interface
|