forked from pool/telegram-desktop
Accepting request 940101 from home:tux93:branches:server:messaging
- Add tg_owt-packager.py as Source to satisfy factory-auto OBS-URL: https://build.opensuse.org/request/show/940101 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=207
This commit is contained in:
parent
3608a34634
commit
e54bb3e5b6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 12 16:42:17 UTC 2021 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- Add tg_owt-packager.py as Source to satisfy factory-auto
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 11 04:01:59 UTC 2021 - Xu Zhao <i@xuzhao.net>
|
Sat Dec 11 04:01:59 UTC 2021 - Xu Zhao <i@xuzhao.net>
|
||||||
|
|
||||||
|
@ -41,9 +41,10 @@ License: GPL-3.0-only
|
|||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
URL: https://github.com/telegramdesktop/tdesktop
|
URL: https://github.com/telegramdesktop/tdesktop
|
||||||
Source0: https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tdesktop-%{version}-full.tar.gz
|
Source0: https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tdesktop-%{version}-full.tar.gz
|
||||||
# Use tg_owt-package.py to prepare tg_owt-master.zip
|
# Use tg_owt-packager.py to prepare tg_owt-master.zip
|
||||||
# Usage: python tg_owt-package.py --repo-dir $PWD/tg_owt-master
|
# Usage: python tg_owt-packager.py --repo-dir $PWD/tg_owt-master
|
||||||
Source1: tg_owt-master.zip
|
Source1: tg_owt-packager.py
|
||||||
|
Source2: tg_owt-master.zip
|
||||||
# PATCH-FIX-OPENSUSE
|
# PATCH-FIX-OPENSUSE
|
||||||
Patch1: 0001-use-bundled-ranged-exptected-gsl.patch
|
Patch1: 0001-use-bundled-ranged-exptected-gsl.patch
|
||||||
# PATCH-FIX-OPENSUSE
|
# PATCH-FIX-OPENSUSE
|
||||||
@ -172,7 +173,7 @@ The service also provides APIs to independent developers.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
cd ../
|
cd ../
|
||||||
unzip -q %{S:1}
|
unzip -q %{S:2}
|
||||||
mkdir Libraries
|
mkdir Libraries
|
||||||
mv tg_owt-master Libraries/tg_owt
|
mv tg_owt-master Libraries/tg_owt
|
||||||
%patch2 -p2 -d Libraries/tg_owt
|
%patch2 -p2 -d Libraries/tg_owt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user