- Added missing configuration examples
- Corrected the license to "BSD"
This commit is contained in:
parent
1bc317e605
commit
69e784949a
14
varnish.spec
14
varnish.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: Varnish is a high-performance HTTP accelerator
|
Summary: Varnish is a high-performance HTTP accelerator
|
||||||
Name: varnish
|
Name: varnish
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: BSD-like
|
License: BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.varnish-cache.org/
|
URL: http://www.varnish-cache.org/
|
||||||
Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
|
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
|
# Release tarballs would not need this
|
||||||
# ./autogen.sh
|
# ./autogen.sh
|
||||||
|
|
||||||
|
mkdir examples
|
||||||
|
cp etc/default.vcl etc/zope-plone.vcl examples
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
# Remove "--disable static" if you want to build static libraries
|
# Remove "--disable static" if you want to build static libraries
|
||||||
@ -107,7 +110,8 @@ rm -rf %{buildroot}
|
|||||||
%{_var}/log/varnish
|
%{_var}/log/varnish
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
%{_mandir}/man7/*.7*
|
%{_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/
|
%dir %{_sysconfdir}/varnish/
|
||||||
%config(noreplace) %{_sysconfdir}/varnish/default.vcl
|
%config(noreplace) %{_sysconfdir}/varnish/default.vcl
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/varnish
|
%config(noreplace) %{_sysconfdir}/sysconfig/varnish
|
||||||
@ -168,6 +172,10 @@ fi
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 28 2007 Ingvar Hagelund <ingvar@linpro.no> - 1.1.2-4
|
||||||
- Build for fedora update
|
- Build for fedora update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user