rpms/varnish/F-7 varnish.spec,1.5,1.6

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


Author: ingvar

Update of /cvs/extras/rpms/varnish/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16965

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/F-7/varnish.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- varnish.spec	28 Dec 2007 22:40:14 -0000	1.5
+++ varnish.spec	29 Dec 2007 20:36:09 -0000	1.6
@@ -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