Author: glen                         Date: Mon Jul 23 06:58:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- just record existence of mod_bandwidth for now

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

---- Diffs:

================================================================
Index: SPECS/lighttpd-mod_bandwidth.spec
diff -u /dev/null SPECS/lighttpd-mod_bandwidth.spec:1.1
--- /dev/null   Mon Jul 23 08:58:49 2007
+++ SPECS/lighttpd-mod_bandwidth.spec   Mon Jul 23 08:58:44 2007
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:       Bandwidth tracking and limiting plugin for lighttpd
+Name:          lighttpd-mod_bandwidth
+Version:       0.8
+Release:       0.1
+License:       BSD
+Source0:       
http://www.asmallorange.com/downloads/mod_bandwidth-%{version}.tar.gz
+# Source0-md5: 032463ee6d16335d8e969f83a3da059e
+Group:         Networking/Daemons
+URL:           
http://www.asmallorange.com/products/opensource/mod_bandwidth.php
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _libdir         %{_prefix}/%{_lib}/lighttpd
+%define                _sysconfdir     /etc/lighttpd
+
+%description
+mod_bandwidth is a bandwidth tracking and limiting plugin for
+lighttpd. It allows for limiting on a per-context basis and for any
+arbitrary period of time or bandwidth. It is intended to be accurate
+bit-for-bit for any data sent from the server, despite large amounts
+of data being transferred. It also allows for users to track the
+bandwidth used by their sites and get real-time feedback of how close
+they are to their limits.
+
+%prep
+%setup -q -n mod_bandwidth-%{version}
+
+%build
+exit 1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG COPYING INSTALL README TODO
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/07/23 06:58:44  glen
+- just record existence of mod_bandwidth for now
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to