r4713 - branches/2.1/varnish-cache/redhat

ingvar at varnish-cache.org ingvar at varnish-cache.org
Wed Apr 21 15:39:39 CEST 2010


Author: ingvar
Date: 2010-04-21 15:39:38 +0200 (Wed, 21 Apr 2010)
New Revision: 4713

Modified:
   branches/2.1/varnish-cache/redhat/varnish.spec
Log:
redhat specfile ready to roll

Modified: branches/2.1/varnish-cache/redhat/varnish.spec
===================================================================
--- branches/2.1/varnish-cache/redhat/varnish.spec	2010-04-21 13:31:03 UTC (rev 4712)
+++ branches/2.1/varnish-cache/redhat/varnish.spec	2010-04-21 13:39:38 UTC (rev 4713)
@@ -1,7 +1,7 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
 Version: 2.1.1
-Release: 0.svn20100415%{?dist}
+Release: 0.svn20100421%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
@@ -9,7 +9,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # The svn sources needs autoconf, automake and libtool to generate a suitable
 # configure script. Release tarballs would not need this
-BuildRequires: automake autoconf libtool
+#BuildRequires: automake autoconf libtool
 BuildRequires: ncurses-devel libxslt groff pcre-devel pkgconfig
 Requires: varnish-libs = %{version}-%{release}
 Requires: logrotate
@@ -61,12 +61,12 @@
 #Varnish is a high-performance HTTP accelerator
 
 %prep
-#%setup -q
-%setup -q -n varnish-cache
+%setup -q
+#%setup -q -n varnish-cache
 
 # The svn sources needs to generate a suitable configure script
 # Release tarballs would not need this
-./autogen.sh
+#./autogen.sh
 
 # Hack to get 32- and 64-bits tests run concurrently on the same build machine
 case `uname -m` in




More information about the varnish-commit mailing list