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