update to 2.5.7 [release 2.5.7-1mamba;Thu Jan 28 2021]
This commit is contained in:
parent
946254747f
commit
941aef9d40
@ -3,7 +3,7 @@
|
|||||||
%define qt_majver %(echo %qt_ver | cut -d. -f1-2)
|
%define qt_majver %(echo %qt_ver | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: telegram
|
Name: telegram
|
||||||
Version: 2.5.1
|
Version: 2.5.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The official desktop client for the Telegram messenger
|
Summary: The official desktop client for the Telegram messenger
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -64,7 +64,7 @@ BuildRequires: libz-devel
|
|||||||
#BuildRequires: libbreakpad-devel
|
#BuildRequires: libbreakpad-devel
|
||||||
#BuildRequires: libunity-devel
|
#BuildRequires: libunity-devel
|
||||||
BuildRequires: range-v3-devel >= 0.11.0
|
BuildRequires: range-v3-devel >= 0.11.0
|
||||||
BuildRequires: libtg_owt-devel
|
BuildRequires: libtg_owt-devel >= 0.0.20210128
|
||||||
BuildRequires: libmicrosoft-gsl-devel
|
BuildRequires: libmicrosoft-gsl-devel
|
||||||
BuildRequires: tl-expected-devel
|
BuildRequires: tl-expected-devel
|
||||||
Requires: kconfig
|
Requires: kconfig
|
||||||
@ -77,10 +77,8 @@ The official desktop client for the Telegram messenger.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n tdesktop-%{version}-full
|
%setup -q -n tdesktop-%{version}-full
|
||||||
#-D -T
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-G Ninja \
|
-G Ninja \
|
||||||
-DTDESKTOP_API_ID=17349 \
|
-DTDESKTOP_API_ID=17349 \
|
||||||
@ -88,7 +86,7 @@ The official desktop client for the Telegram messenger.
|
|||||||
-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
|
-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
|
||||||
-DDESKTOP_APP_SPECIAL_TARGET=""
|
-DDESKTOP_APP_SPECIAL_TARGET=""
|
||||||
|
|
||||||
ninja
|
ninja %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -124,6 +122,9 @@ fi
|
|||||||
%doc LICENSE LEGAL
|
%doc LICENSE LEGAL
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.7-1mamba
|
||||||
|
- update to 2.5.7
|
||||||
|
|
||||||
* Wed Dec 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
|
* Wed Dec 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
|
||||||
- update to 2.5.1
|
- update to 2.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user