]> git.pld-linux.org Git - packages/BitTorrent.git/blob - BitTorrent.spec
- updated to 3.4
[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.4
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}.zip
11 # Source0-md5:  e09c7655132522d5dec6e5685d572ed1
12 URL:            http://bitconjurer.org/BitTorrent/
13 BuildRequires:  python-devel
14 BuildRequires:  rpm-pythonprov 
15 BuildRequires:  perl-base
16 BuildRequires:  unzip
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 BitTorrent is a tool for distributing files. It's extremely easy to
22 use - downloads are started by clicking on hyperlinks. Whenever more
23 than one person is downloading at once they send pieces of the file(s)
24 to each other, thus relieving the central server's bandwidth burden.
25 Even with many simultaneous downloads, the upload burden on the
26 central server remains quite small, since each new downloader
27 introduces new upload capacity.
28
29 %description -l pl
30 BitTorrent to narzêdzie do rozpowszechniania plików. Jest bardzo ³atwe
31 w u¿yciu - ¶ci±ganie rozpoczyna siê przez klikanie na hiper³±cza.
32 Je¶li wiêcej ni¿ jedna osoba ¶ci±ga dany plik, wysy³aj± czê¶ci pliku
33 miêdzy sob±, ³agodz±c obci±¿enie ³±cza centralnego serwera. Nawet przy
34 wielu jednoczesnych po³±czeniach wykorzystanie ³±cza g³ównego serwera
35 pozostaje do¶æ ma³e, poniewa¿ ka¿dy nowy ¶ci±gaj±cy daje nowe
36 mo¿liwo¶ci ¶ci±gania.
37
38 %package gui
39 Summary:        GUI for BitTorrent
40 Summary:        Graficzny interfejs u¿ytkownika dla BitTorrenta
41 Group:          X11/Applications
42 Requires:       %{name} = %{version}-%{release}
43 Requires:       python-wxPython
44
45 %description gui
46 wxWindows based GUI for BitTorrent.
47
48 %description gui -l pl
49 Bazuj±cy na wxWindows graficzny interfejs u¿ytkownika dla BitTorrenta.
50
51 %prep
52 %setup -q
53
54 %build
55 find -type f | xargs %{__perl} -pi -e 's/python2/python/g'
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT
60
61 python ./setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc INSTALL.unix.txt LICENSE.txt README.txt credits.txt 
69 %attr(755,root,root) %{_bindir}/btcompletedir.py
70 %attr(755,root,root) %{_bindir}/btdownloadcurses.py
71 %attr(755,root,root) %{_bindir}/btdownloadheadless.py
72 %attr(644,root,root) %{_bindir}/btdownloadlibrary.py
73 %attr(755,root,root) %{_bindir}/btlaunchmany*.py
74 %attr(755,root,root) %{_bindir}/btmakemetafile.py
75 %attr(755,root,root) %{_bindir}/btr*.py
76 %attr(755,root,root) %{_bindir}/btt*.py
77 %attr(755,root,root) %{_bindir}/btshowmetainfo.py
78 %{py_sitescriptdir}/BitTorrent
79
80 %files gui
81 %defattr(644,root,root,755)
82 %attr(755,root,root) %{_bindir}/btdownloadgui.py
83 %attr(755,root,root) %{_bindir}/btcompletedirgui.py
This page took 0.077217 seconds and 4 git commands to generate.