commit d29821043e6ce741b43d3b1c127b4cb2ce693e86
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 23 14:04:38 2020 +0100
Enabled aarch64 and ppc64le architectures.
telegram-desktop.spec | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 0fef120..d472658 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -4,8 +4,12 @@
%bcond_with clang
%bcond_without spellcheck
%bcond_without fonts
-%bcond_without ipo
%bcond_without mindbg
+%ifarch x86_64
+%bcond_without ipo
+%else
+%bcond_with ipo
+%endif
# Telegram Desktop's constants...
%global appname tdesktop
@@ -28,7 +32,7 @@
Name: telegram-desktop
Version: 1.9.21
-Release: 1%{?dist}
+Release: 2%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPLv3+ with OpenSSL exception -- main tarball;
@@ -37,7 +41,7 @@ Release: 1%{?dist}
License: GPLv3+ and LGPLv2+ and LGPLv3
URL:
https://github.com/telegramdesktop/%{appname}
Summary: Telegram Desktop official messaging app
-ExclusiveArch: x86_64
+ExclusiveArch: x86_64 aarch64 ppc64le
# Source files...
Source0: %{url}/releases/download/v%{version}/%{appname}-%{version}%{tarsuffix}.tar.gz
@@ -100,7 +104,6 @@ Requires: gtk3%{?_isa}
%if %{with spellcheck}
BuildRequires: hunspell-devel
BuildRequires: glib2-devel
-Requires: hunspell%{?_isa}
%endif
%if %{with clang}
@@ -206,11 +209,11 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Mon Mar 23 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.21-2
+- Enabled aarch64 and ppc64le architectures.
+
* Tue Mar 17 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.21-1
- Updated to version 1.9.21.
* Tue Feb 18 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.14-1
- Updated to version 1.9.14.
-
-* Thu Feb 13 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.13-1
-- Updated to version 1.9.13.