SPECS: ctcs.spec (NEW) - new spec

jajcus jajcus at pld-linux.org
Thu Feb 22 09:43:36 CET 2007


Author: jajcus                       Date: Thu Feb 22 08:43:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

---- Files affected:
SPECS:
   ctcs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ctcs.spec
diff -u /dev/null SPECS/ctcs.spec:1.1
--- /dev/null	Thu Feb 22 09:43:36 2007
+++ SPECS/ctcs.spec	Thu Feb 22 09:43:30 2007
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+#
+%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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/22 08:43:30  jajcus
+- new spec
+
================================================================


More information about the pld-cvs-commit mailing list