r2320 - trunk/varnish-cache/redhat
ssm at projects.linpro.no
ssm at projects.linpro.no
Thu Dec 20 12:18:21 CET 2007
Author: ssm
Date: 2007-12-20 12:18:21 +0100 (Thu, 20 Dec 2007)
New Revision: 2320
Modified:
trunk/varnish-cache/redhat/varnish.spec
Log:
Change spec file to work with fedora as well.
Modified: trunk/varnish-cache/redhat/varnish.spec
===================================================================
--- trunk/varnish-cache/redhat/varnish.spec 2007-12-20 11:04:47 UTC (rev 2319)
+++ trunk/varnish-cache/redhat/varnish.spec 2007-12-20 11:18:21 UTC (rev 2320)
@@ -1,13 +1,16 @@
Summary: Varnish is a high-performance HTTP accelerator
Name: varnish
Version: 1.1.2
-Release: 1
+Release: 1%{?dist}
License: BSD-like
Group: System Environment/Daemons
URL: http://www.varnish-cache.org/
Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: ncurses-devel automake autoconf libtool libxslt
+# The svn sources needs autoconf, automake and libtoolto generate a suitable
+# configure script. Release tarballs would not need this
+# BuildRequires: ncurses-devel automake autoconf libtool libxslt
+BuildRequires: ncurses-devel libxslt
Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release}
Requires: logrotate
Requires(pre): shadow-utils
@@ -121,6 +124,7 @@
%defattr(-,root,root,-)
%{_libdir}/libvarnish.so
%{_libdir}/libvarnishapi.so
+%{_libdir}/libvarnishcompat.so
%{_libdir}/libvcl.so
%{_includedir}/varnish/shmlog.h
%{_includedir}/varnish/shmlog_tags.h
More information about the varnish-commit
mailing list