]> git.pld-linux.org Git - packages/btsync.git/blob - btsync.spec
new, version 1.3.67
[packages/btsync.git] / btsync.spec
1 Summary:        BitTorrent Sync
2 Name:           btsync
3 Version:        1.3.67
4 Release:        0.2
5 # TODO: figure out what's the licensing and redistribution
6 License:        ?
7 Group:          Applications
8 Source0:        http://download-lb.utorrent.com/endpoint/btsync/os/linux-i386/track/stable/%{name}_i386-%{version}.tar.gz
9 # NoSource0-md5:        b18f350098b74b3d98c3eca9f0afd80b
10 NoSource:       0
11 Source1:        http://download-lb.utorrent.com/endpoint/btsync/os/linux-x64/track/stable/%{name}_x64-%{version}.tar.gz
12 # NoSource1-md5:        88cfb037c0189c895c8df3b524e32dd9
13 NoSource:       1
14 URL:            http://www.bittorrent.com/sync/
15 ExclusiveArch:  %{ix86} %{x8664}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 # Filter GLIBC_PRIVATE Requires
19 %define         _noautoreq      (GLIBC_PRIVATE)
20
21 %description
22 Secure, unlimited file-syncing. No cloud required.
23
24 - Sync never stores your files on servers, so they stay safe from data
25   breaches and prying eyes.
26 - Create a Sync folder for your stuff. Open it on any computer, phone,
27   or tablet. Access docs, share photos, and start working from anywhere.
28 - BitTorrent Sync skips the cloud to deliver your files at lightning
29   speed. No matter where you are.
30 - Sync, send and share as much as you want. There are no file size
31   limits, or caps on creativity. It’s as simple as that.
32
33 %prep
34 %ifarch %{ix86}
35 %setup -qcT -b 0
36 %endif
37 %ifarch %{x8664}
38 %setup -qcT -b 1
39 %endif
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_bindir}
44 install -p btsync $RPM_BUILD_ROOT%{_bindir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc LICENSE.TXT
52 %attr(755,root,root) %{_bindir}/btsync
This page took 0.122004 seconds and 3 git commands to generate.