From: ingvar Date: Wed, 15 Oct 2008 15:38:09 +0000 (+0000) Subject: final specfile changes for 2.0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c80e2855623e0dc0db16477dc002c3b2513cdc2;p=varnish final specfile changes for 2.0 git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3302 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/redhat/varnish.spec b/varnish-cache/redhat/varnish.spec index f2bdf77d..32ef1ead 100644 --- a/varnish-cache/redhat/varnish.spec +++ b/varnish-cache/redhat/varnish.spec @@ -1,12 +1,11 @@ Summary: Varnish is a high-performance HTTP accelerator Name: varnish Version: 2.0 -Release: 0.12.20081014svn3295%{?dist} +Release: 1{?dist} License: BSD Group: System Environment/Daemons URL: http://www.varnish-cache.org/ -Source0: http://varnish.projects.linpro.no/static/varnish-cache.tar.gz -#Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz 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 @@ -61,8 +60,8 @@ Varnish is a high-performance HTTP accelerator #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 @@ -221,7 +220,8 @@ fi %postun libs -p /sbin/ldconfig %changelog -* Wed Oct 15 2008 Ingvar Hagelund - 2.0-0.12.20081014svn3295 +* Wed Oct 15 2008 Ingvar Hagelund - 2.0-1 +- 2.0 released. New upstream sources - Disabled jemalloc on ppc and ppc64. Added a note in README.redhat. - Synced to upstream again. No more patches needed.