]> git.pld-linux.org Git - packages/ctcs.git/commitdiff
- new spec
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 22 Feb 2007 08:43:30 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctcs.spec -> 1.1

ctcs.spec [new file with mode: 0644]

diff --git a/ctcs.spec b/ctcs.spec
new file mode 100644 (file)
index 0000000..5a2cc50
--- /dev/null
+++ b/ctcs.spec
@@ -0,0 +1,40 @@
+#
+%include       /usr/lib/rpm/macros.perl
+#
+Summary:       CTorrent Control Server
+Summary(pl.UTF-8):     Serwer sterujÄ…cy dla CTorrent
+Name:          ctcs
+Version:       1.2
+Release:       1
+License:       distributable
+Group:         Applications
+Source0:       http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}.tar.gz
+# Source0-md5: cd8f9b28a846f89b1d35827d28489abc
+URL:           http://www.rahul.net/dholmes/ctorrent/ctcs.html
+BuildRequires: rpm-perlprov
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CTorrent Control Server (CTCS) is an interface for monitoring and managing
+Enhanced CTorrent clients. It can manage allocation of bandwidth, provide
+status information, and allow changes to the running configuration of each
+client. Communication with CTorrent is via a TCP connection, and the user
+interface is a web browser.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install ctcs.new $RPM_BUILD_ROOT%{_bindir}/ctcs
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_bindir}/ctcs
This page took 0.473185 seconds and 4 git commands to generate.