rpms/varnish/devel varnish.spec,1.7,1.8

Ingvar Hagelund (ingvar) fedora-extras-commits at redhat.com
Sat Dec 29 20:31:31 UTC 2007


Author: ingvar

Update of /cvs/extras/rpms/varnish/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16802

Modified Files:
	varnish.spec 
Log Message:
* Sat Dec 29 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-5
- Added missing configuration examples
- Corrected the license to "BSD"




Index: varnish.spec
===================================================================
RCS file: /cvs/extras/rpms/varnish/devel/varnish.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- varnish.spec	28 Dec 2007 21:07:24 -0000	1.7
+++ varnish.spec	29 Dec 2007 20:30:57 -0000	1.8
@@ -1,8 +1,8 @@
 Summary: Varnish is a high-performance HTTP accelerator
 Name: varnish
 Version: 1.1.2
-Release: 4%{?dist}
-License: BSD-like
+Release: 5%{?dist}
+License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
 Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
@@ -55,6 +55,9 @@
 # Release tarballs would not need this
 # ./autogen.sh
 
+mkdir examples
+cp etc/default.vcl etc/zope-plone.vcl examples
+
 %build
 
 # Remove "--disable static" if you want to build static libraries 
@@ -107,7 +110,8 @@
 %{_var}/log/varnish
 %{_mandir}/man1/*.1*
 %{_mandir}/man7/*.7*
-%doc INSTALL LICENSE README redhat/README.redhat redhat/default.vcl ChangeLog 
+%doc INSTALL LICENSE README redhat/README.redhat ChangeLog 
+%doc examples
 %dir %{_sysconfdir}/varnish/
 %config(noreplace) %{_sysconfdir}/varnish/default.vcl
 %config(noreplace) %{_sysconfdir}/sysconfig/varnish
@@ -168,6 +172,10 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Sat Dec 29 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-5
+- Added missing configuration examples
+- Corrected the license to "BSD"
+
 * Fri Dec 28 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-4
 - Build for fedora update
 




More information about the fedora-extras-commits mailing list