update to 1.3.1.20220726git.7f8f739 [release 1.3.1.20220726git.7f8f739-1mamba;Thu Sep 14 2023]
This commit is contained in:
parent
57f8cd8c5e
commit
9f2aa80074
@ -1,14 +1,15 @@
|
|||||||
|
%define gittag %(echo %version | cut -d. -f3)
|
||||||
Name: telegram-cli
|
Name: telegram-cli
|
||||||
Version: 1.3.1.20171031git
|
Version: 1.3.1.20220726git.7f8f739
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Telegram messenger CLI
|
Summary: Telegram messenger CLI
|
||||||
Group: Applications/Communications
|
Group: Applications/Communication
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/vysheng/tg
|
URL: https://github.com/vysheng/tg
|
||||||
## GITSOURCE https://github.com/vysheng/tg.git master
|
Source: https://github.com/kenorb-contrib/tg.git/master@%{gittag}/tg-%{version}.tar.bz2
|
||||||
Source: https://github.com/vysheng/tg.git/master/tg-%{version}.tar.bz2
|
#Source: https://github.com/vysheng/tg.git/master/tg-%{version}.tar.bz2
|
||||||
Patch0: telegram-cli-1.3.1.20171031git-fixes.patch
|
Patch0: telegram-cli-1.3.1.20171031git-fixes.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -22,7 +23,6 @@ BuildRequires: libreadline-devel
|
|||||||
BuildRequires: libtermcap-devel
|
BuildRequires: libtermcap-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Telegram messenger CLI.
|
Telegram messenger CLI.
|
||||||
@ -31,7 +31,7 @@ Telegram messenger CLI.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n tg-%{version}
|
%setup -q -n tg-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -55,5 +55,8 @@ install -D -m0755 bin/telegram-cli %{buildroot}%{_bindir}/telegram-cli
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 14 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1.20220726git.7f8f739-1mamba
|
||||||
|
- update to 1.3.1.20220726git.7f8f739
|
||||||
|
|
||||||
* Tue Oct 31 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1.20171031git-1mamba
|
* Tue Oct 31 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1.20171031git-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user