-
Notifications
You must be signed in to change notification settings - Fork 0
/
viber.spec
59 lines (47 loc) · 1.77 KB
/
viber.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Name: viber
Summary: Viber Messenger
Version: 3.1.2.3
Release: 0%{dist}
Group: Applications/Internet
License: Proprietary
URL: https://github.com/Emdek/otter
Source0: %{name}.deb
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Packager: George Machitidze <[email protected]>
BuildRequires: binutils tar
ExclusiveArch: x86_64
AutoReqProv: no
%description
Free Text & Calls.
More than 200 million Viber users text, call, and send photo and video messages worldwide - for free.
Your phone number is your ID. Viber syncs with your mobile contact list, automatically detecting which of your contacts have Viber.
Viber Desktop and the latest versions of the Viber mobile app were designed for individuals using Viber on multiple devices,
so you can always use the app that's right for you, whether at home, in school, at the office, or on the go.
Viber is completely free with no advertising. We value your privacy.
Follow us for updates and news:
Facebook - http://facebook.com/viber.
Twitter - http://twitter.com/viber.
Main features:
- Text with your friends, privately or in groups
- Make free calls with HD sound quality
- Seamlessly transfer calls between Viber Desktop and the Viber app with one click or tap
- Send stickers and emoticons
- Messages are shown on all devices
%prep
%setup -cT
cp %{SOURCE0} .
ar x %{name}.deb
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
tar -xvvf data.tar.gz -C $RPM_BUILD_ROOT
chmod a+s $RPM_BUILD_ROOT/usr/share/viber/Viber
chmod a+s $RPM_BUILD_ROOT/usr/share/viber/Viber.sh
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_datadir}/*
%changelog
* Wed May 28 2014 George Machitidze <[email protected]> - 3.1.2.3
- Initial RPM build