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