rpms/varnish/EL-5 varnish.spec,1.6,1.7

Ingvar Hagelund ingvar at fedoraproject.org
Fri Feb 13 07:35:21 UTC 2009


Author: ingvar

Update of /cvs/pkgs/rpms/varnish/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24190

Modified Files:
	varnish.spec 
Log Message:
New upstream release


Index: varnish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/EL-5/varnish.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- varnish.spec	12 Dec 2008 10:15:59 -0000	1.6
+++ varnish.spec	13 Feb 2009 07:34:50 -0000	1.7
@@ -1,13 +1,12 @@
-Summary: Varnish is a high-performance HTTP accelerator
+Summary: High-performance HTTP accelerator
 Name: varnish
-Version: 2.0.2
-Release: 2%{?dist}
+Version: 2.0.3
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
 Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
 Patch0: varnish.varnishtest_debugflag.patch
-Patch1: varnish.timeout_backport.patch
 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
@@ -65,8 +64,7 @@
 %setup -q
 #%setup -q -n varnish-cache
 
-%patch0
-%patch1
+%patch0 -p0
 
 # The svn sources needs to generate a suitable configure script
 # Release tarballs would not need this
@@ -137,6 +135,10 @@
 LD_LIBRARY_PATH="lib/libvarnish/.libs:lib/libvarnishcompat/.libs:lib/libvarnishapi/.libs:lib/libvcl/.libs" bin/varnishd/varnishd -b 127.0.0.1:80 -C -n /tmp/foo
 %{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
 
+# Remove uneccessary doc src files
+mkdir doc.src
+mv doc/*.xml doc/*.xsl doc/Makefile* doc.src
+
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
@@ -170,6 +172,7 @@
 %{_mandir}/man7/*.7*
 %doc INSTALL LICENSE README redhat/README.redhat ChangeLog 
 %doc examples
+%doc doc
 %dir %{_sysconfdir}/varnish/
 %config(noreplace) %{_sysconfdir}/varnish/default.vcl
 %config(noreplace) %{_sysconfdir}/sysconfig/varnish
@@ -232,6 +235,9 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Wed Feb 11 2009 Ingvar Hagelund <ingvar at linpro.no> - 2.0.3-1
+  New upstream release 2.0.3. A bugfix and feature enhancement release
+
 * Fri Dec 12 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0.2-2
   Added a fix for a timeout bug, backported from trunk
 




More information about the fedora-extras-commits mailing list