- Added missing configuration examples

- Corrected the license to "BSD"
This commit is contained in:
Ingvar Hagelund 2007-12-29 20:30:57 +00:00
parent 1bc317e605
commit 69e784949a

View File

@ -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 @@ Varnish is a high-performance HTTP accelerator
# 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 @@ rm -rf %{buildroot}
%{_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 @@ fi
%postun libs -p /sbin/ldconfig
%changelog
* Sat Dec 29 2007 Ingvar Hagelund <ingvar@linpro.no> - 1.1.2-5
- Added missing configuration examples
- Corrected the license to "BSD"
* Fri Dec 28 2007 Ingvar Hagelund <ingvar@linpro.no> - 1.1.2-4
- Build for fedora update