]> git.pld-linux.org Git - packages/ctcs.git/blob - ctcs.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/ctcs.git] / ctcs.spec
1 Summary:        CTorrent Control Server
2 Summary(pl.UTF-8):      Serwer sterujący dla CTorrenta
3 Name:           ctcs
4 Version:        1.4
5 Release:        1
6 License:        distributable
7 Group:          Applications
8 Source0:        http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}.tar.gz
9 # Source0-md5:  9ada24b81665ed8f18c5d3023298c5a3
10 URL:            http://www.rahul.net/dholmes/ctorrent/ctcs.html
11 BuildRequires:  rpm-perlprov
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 CTorrent Control Server (CTCS) is an interface for monitoring and
17 managing Enhanced CTorrent clients. It can manage allocation of
18 bandwidth, provide status information, and allow changes to the
19 running configuration of each client. Communication with CTorrent is
20 via a TCP connection, and the user interface is a web browser.
21
22 %description -l pl.UTF-8
23 CTorrent Control Server (CTCS) to interfejs do monitorowania i
24 zarządzania klientami rozszerzonego CTorrenta. Może on zarządzać
25 przydzielaniem pasma, udostępniać informacje o stanie i pozwalać na
26 zmiany w aktualnej konfiguracji każdego działającego klienta.
27 Komunikacja z CTorrentem odbywa się przez połączenie TCP, a
28 interfejsem użytkownika jest przeglądarka WWW.
29
30 %prep
31 %setup -q
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install ctcs $RPM_BUILD_ROOT%{_bindir}/ctcs
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc readme.txt
45 %attr(755,root,root) %{_bindir}/ctcs
This page took 0.053907 seconds and 3 git commands to generate.