Author: glen Date: Sun Sep 21 11:27:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new or something
---- Files affected: SPECS: litespeed.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/litespeed.spec diff -u /dev/null SPECS/litespeed.spec:1.1 --- /dev/null Sun Sep 21 13:27:49 2008 +++ SPECS/litespeed.spec Sun Sep 21 13:27:43 2008 @@ -0,0 +1,45 @@ +# $Revision$, $Date$ +Summary: LiteSpeed Web Server Standard Edition +Name: litespeed +Version: 3.3.18 +Release: 0.1 +License: "Free" +Group: Networking/Daemons +Source0: http://www.litespeedtech.com/packages/3.0/lsws-%{version}-std-i386-linux.tar.gz +# Source0-md5: 0da9eff04fda6486e493f3d454ef498d +URL: http://www.litespeedtech.com/ +ExclusiveArch: %{ix86} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LiteSpeed Web Server is the leading high-performance, high-scalability +web server. It is completely Apache interchangeable so LiteSpeed Web +Server can quickly replace a major bottleneck in your existing web +delivery platform. With its comprehensive range of features and +easy-to-use web administration console, LiteSpeed Web Server can help +you conquer the challenges of deploying an effective web serving +architecture. + +%prep +%setup -q -n lsws-%{version} + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc LICENSE + +%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 2008/09/21 11:27:43 glen +- new or something ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
