SPECS: lighttpd-mod_cache.spec (NEW) - new (can't find the source ...

glen glen at pld-linux.org
Wed Oct 25 22:32:41 CEST 2006


Author: glen                         Date: Wed Oct 25 20:32:41 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (can't find the source atm)

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

---- Diffs:

================================================================
Index: SPECS/lighttpd-mod_cache.spec
diff -u /dev/null SPECS/lighttpd-mod_cache.spec:1.1
--- /dev/null	Wed Oct 25 22:32:41 2006
+++ SPECS/lighttpd-mod_cache.spec	Wed Oct 25 22:32:36 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	Cache (reverse-proxy) plugin for lighttpd
+Name:		lighttpd-mod_cache
+Version:	1.0
+Release:	0.1
+License:	BSD
+Group:		Networking/Daemons
+URL:		http://www.linux.com.cn/tag/mod-cache
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_libdir		%{_prefix}/%{_lib}/lighttpd
+%define		_sysconfdir	/etc/lighttpd
+
+%description
+Mod-Cache is a cache(reverse-proxy) plugin for lighttpd, which works
+like Squid with similar configuration. However mod_cache is faster and
+more effective than Squid because it based on powerful Lighttpd.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%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  2006/10/25 20:32:36  glen
+- new (can't find the source atm)
+
================================================================


More information about the pld-cvs-commit mailing list