]> git.pld-linux.org Git - packages/BitTorrent.git/blob - BitTorrent.spec
- updated to 3.3
[packages/BitTorrent.git] / BitTorrent.spec
1 %include        /usr/lib/rpm/macros.python
2 Summary:        BitTorrent - a tool for distributing files
3 Summary(pl):    BitTorrent - narzêdzie do rozpowszechniania plików
4 Name:           BitTorrent
5 Version:        3.3
6 Release:        1
7 License:        MIT
8 Group:          Applications/Communications
9 #Source0Download:       http://bitconjurer.org/BitTorrent/download.html
10 Source0:        http://bitconjurer.org/BitTorrent/%{name}-%{version}.tar.gz
11 # Source0-md5:  1ecf1fc40b4972470313f9ae728206e8
12 URL:            http://bitconjurer.org/BitTorrent/
13 Requires:       python-wxPython
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BitTorrent is a tool for distributing files. It's extremely easy to
18 use - downloads are started by clicking on hyperlinks. Whenever more
19 than one person is downloading at once they send pieces of the file(s)
20 to each other, thus relieving the central server's bandwidth burden.
21 Even with many simultaneous downloads, the upload burden on the
22 central server remains quite small, since each new downloader
23 introduces new upload capacity.
24
25 %description -l pl
26 BitTorrent to narzêdzie do rozpowszechniania plików. Jest bardzo ³atwe
27 w u¿yciu - ¶ci±ganie rozpoczyna siê przez klikanie na hiper³±cza.
28 Je¶li wiêcej ni¿ jedna osoba ¶ci±ga dany plik, wysy³aj± czê¶ci pliku
29 miêdzy sob±, ³agodz±c obci±¿enie ³±cza centralnego serwera. Nawet przy
30 wielu jednoczesnych po³±czeniach wykorzystanie ³±cza g³ównego serwera
31 pozostaje do¶æ ma³e, poniewa¿ ka¿dy nowy ¶ci±gaj±cy daje nowe
32 mo¿liwo¶ci ¶ci±gania.
33
34 %prep
35 %setup -q
36
37 %build
38 find -type f | xargs perl -pi -e 's/python2/python/g'
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT
43
44 ./setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
45 chmod a-x $RPM_BUILD_ROOT%{_bindir}/btdownloadlibrary.py
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc INSTALL.unix.txt LICENSE.txt README.txt credits.txt 
53 %attr(755,root,root) %{_bindir}/*
54 %{py_sitedir}/BitTorrent
This page took 0.094111 seconds and 3 git commands to generate.