SPECS: varnish.spec - complete descriptions - ncurses build fix
glen
glen at pld-linux.org
Mon Nov 27 00:36:04 CET 2006
Author: glen Date: Sun Nov 26 23:36:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- complete descriptions
- ncurses build fix
---- Files affected:
SPECS:
varnish.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/varnish.spec
diff -u SPECS/varnish.spec:1.1 SPECS/varnish.spec:1.2
--- SPECS/varnish.spec:1.1 Mon Nov 27 00:33:20 2006
+++ SPECS/varnish.spec Mon Nov 27 00:35:59 2006
@@ -18,47 +18,34 @@
%define _sysconfdir /etc/%{name}
%description
-This is the Varnish high-performance HTTP accelerator. Documentation
-and additional information about Varnish is available on the following
-web sites: http://www.varnish-cache.org/ Official web site
-http://varnish.projects.linpro.no/ Developer site and wiki
+The goal of the Varnish project is to develop a state-of-the-art,
+high-performance HTTP accelerator.
-Technical questions about Varnish and this release should be addressed
-to <varnish-dev at projects.linpro.no>.
-
-Questions about commercial support and services related to Varnish
-should be addressed to <varnish at linpro.no>.
-
-Copyright (c) 2006 Verdens Gang AS Copyright (c) 2006 Linpro AS All
-rights reserved. Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+Varnish is targeted primarily at the FreeBSD 6 and Linux 2.6
+platforms, and will take full advantage of the advanced I/O features
+offered by these operating systems.
%package devel
-Summary: Header files for ... library
+Summary: Header files for varnish library
Group: Development/Libraries
-# if base package contains shared library for which these headers are
-#Requires: %{name} = %{version}-%{release}
-# if -libs package contains shared library for which these headers are
-#Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
%description devel
-Header files for ... library.
+Header files for varnish library.
%package static
-Summary: Static ... library
-Summary(pl): Statyczna biblioteka ...
+Summary: Static varnish library
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
%description static
-Static ... library.
-
-%description static -l pl
-Statyczna biblioteka ....
+Static varnish library.
%prep
%setup -q
%build
+export CPPFLAGS="-I/usr/include/ncurses"
./autogen.sh
%configure
%{__make}
@@ -148,6 +135,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/11/26 23:35:59 glen
+- complete descriptions
+- ncurses build fix
+
Revision 1.1 2006/11/26 23:33:20 glen
- new, based on bundled spec
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/varnish.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list