diff --git a/varnish-modules.spec b/varnish-modules.spec index dd635c0..8b985e5 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -3,7 +3,7 @@ Name: varnish-modules Version: 0.15.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD @@ -49,7 +49,7 @@ tcp, var, xkey %install -%make_install +%make_install docdir=%_pkgdocdir find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';' @@ -62,10 +62,11 @@ find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';' %license LICENSE %{_libdir}/varnish/vmods/* %{_mandir}/man3/*.3* -%{_pkgdocdir} - %changelog +* Fri Feb 15 2019 Ingvar Hagelund - 0.15.0-4 +- Install docs in correct docdir + * Fri Feb 15 2019 Ingvar Hagelund - 0.15.0-4 - Added a simple patch from upstream, fixing a formatting bug trigged on 32bit - Removed dependency on docutils. It is not necessary on released tarballs