|
|
|
@ -1,10 +1,11 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
%undefine _cmake_skip_rpath
|
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
Name: nextcloud-client
|
|
|
|
|
Version: 3.0.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: The Nextcloud Client
|
|
|
|
|
|
|
|
|
|
# -libs are LGPLv2+, rest GPLv2
|
|
|
|
@ -230,6 +231,9 @@ test "$(chrpath --list %{buildroot}%{_bindir}/nextcloud)" = "%{buildroot}%{_bind
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 10 2020 Nick Bebout <nb@fedoraproject.org> - 3.0.1-2
|
|
|
|
|
- Disable LTO
|
|
|
|
|
|
|
|
|
|
* Sat Sep 05 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.0.1-1
|
|
|
|
|
- Update to 3.0.1
|
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|