Rename spec and add server key
This commit is contained in:
parent
dd5a3dfead
commit
eabb9ba769
@ -1,20 +1,21 @@
|
|||||||
Name: Telegram
|
Name: telegram-cli
|
||||||
Version: Beta
|
Version: Beta
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Private fast and open platform for instant messaging
|
Summary: Private fast and open platform for instant messaging
|
||||||
|
|
||||||
|
Packager: Pablo Iranzo Gómez (Pablo.Iranzo@gmail.com)
|
||||||
Group: Internet/Messaging
|
Group: Internet/Messaging
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: https://github.com/vysheng/tg
|
URL: https://github.com/vysheng/tg
|
||||||
Source: master.zip
|
Source: master.zip
|
||||||
|
|
||||||
BuildRequires: lua-devel, openssl-devel, libconfig-devel, readline-devel
|
BuildRequires: lua-devel, openssl-devel, libconfig-devel, readline-devel, wget
|
||||||
Requires: wget
|
#Requires: wget
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Telegram is an Open Source messaging platform for mobile, desktop focused on privacy.
|
Telegram is an Open Source messaging platform for mobile, desktop focused on privacy.
|
||||||
|
|
||||||
Packager: Pablo Iranzo Gómez (Pablo.Iranzo@gmail.com)
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -32,12 +33,14 @@ make %{?_smp_mflags}
|
|||||||
cd %{name}
|
cd %{name}
|
||||||
cd tg-master
|
cd tg-master
|
||||||
%{__install} -D -m0755 telegram %{buildroot}/usr/bin/telegram
|
%{__install} -D -m0755 telegram %{buildroot}/usr/bin/telegram
|
||||||
|
%{__install} -D -m0644 tg.pub %{buildroot}/etc/telegram/server.pub
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/bin/telegram
|
/usr/bin/telegram
|
||||||
|
/etc/telegram/server.pub
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 4 2014 Pablo Iranzo Gómez (Pablo.Iranzo@gmail.com)
|
||||||
|
- Add server key to /etc/telegram/
|
||||||
* Sat Feb 1 2014 Pablo Iranzo Gómez (Pablo.Iranzo@gmail.com)
|
* Sat Feb 1 2014 Pablo Iranzo Gómez (Pablo.Iranzo@gmail.com)
|
||||||
- Initial SPEC file
|
- Initial SPEC file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user