|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: nextcloud-client
|
|
|
|
Name: nextcloud-client
|
|
|
|
Version: 2.2.4
|
|
|
|
Version: 2.2.4
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: The Nextcloud Client
|
|
|
|
Summary: The Nextcloud Client
|
|
|
|
|
|
|
|
|
|
|
|
# -libs are LGPLv2+, rest GPLv2
|
|
|
|
# -libs are LGPLv2+, rest GPLv2
|
|
|
@ -22,7 +22,6 @@ Patch0: %{name}-%{version}-syslibs.patch
|
|
|
|
Patch1: %{name}-%{version}-appshortname.patch
|
|
|
|
Patch1: %{name}-%{version}-appshortname.patch
|
|
|
|
Patch2: openssl.patch
|
|
|
|
Patch2: openssl.patch
|
|
|
|
Patch3: %{name}-icon.patch
|
|
|
|
Patch3: %{name}-icon.patch
|
|
|
|
Patch4: %{name}-icon2.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: check
|
|
|
|
BuildRequires: check
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
@ -126,9 +125,8 @@ cd -
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
cd client
|
|
|
|
cd client
|
|
|
|
%patch2 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
|
|
|
|
cd -
|
|
|
|
cd -
|
|
|
|
%patch4 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
rm -rf src/3rdparty/qtlockedfile src/3rdparty/qtsingleapplication
|
|
|
|
rm -rf src/3rdparty/qtlockedfile src/3rdparty/qtsingleapplication
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -148,6 +146,12 @@ popd
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/appdata/
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/appdata/
|
|
|
|
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
|
|
|
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
|
|
@ -209,8 +213,10 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 02 2017 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 2.2.4-5
|
|
|
|
* Mon Jan 02 2017 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 2.2.4-6
|
|
|
|
- Fix the desktop icon (#1409252)
|
|
|
|
- Fix the desktop icon (#1409252)
|
|
|
|
|
|
|
|
* Thu Dec 08 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 2.2.4-5
|
|
|
|
|
|
|
|
- Epel7: drop dolphin files since they are not included in build for Epel7
|
|
|
|
* Wed Nov 23 2016 Nick Bebout <nb@fedoraproject.org> - 2.2.4-4
|
|
|
|
* Wed Nov 23 2016 Nick Bebout <nb@fedoraproject.org> - 2.2.4-4
|
|
|
|
- Update for review
|
|
|
|
- Update for review
|
|
|
|
* Wed Nov 02 2016 Germano Massullo <germano.massullo@gmail.com> 2.2.4-3
|
|
|
|
* Wed Nov 02 2016 Germano Massullo <germano.massullo@gmail.com> 2.2.4-3
|
|
|
|