Install docs in correct docdir
This commit is contained in:
parent
7f0918b635
commit
277f8d7330
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: varnish-modules
|
Name: varnish-modules
|
||||||
Version: 0.15.0
|
Version: 0.15.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A collection of modules ("vmods") extending Varnish VCL
|
Summary: A collection of modules ("vmods") extending Varnish VCL
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -49,7 +49,7 @@ tcp, var, xkey
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install docdir=%_pkgdocdir
|
||||||
find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'
|
find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
@ -62,10 +62,11 @@ find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/varnish/vmods/*
|
%{_libdir}/varnish/vmods/*
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
%{_pkgdocdir}
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.15.0-4
|
||||||
|
- Install docs in correct docdir
|
||||||
|
|
||||||
* Fri Feb 15 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.15.0-4
|
* Fri Feb 15 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.15.0-4
|
||||||
- Added a simple patch from upstream, fixing a formatting bug trigged on 32bit
|
- Added a simple patch from upstream, fixing a formatting bug trigged on 32bit
|
||||||
- Removed dependency on docutils. It is not necessary on released tarballs
|
- Removed dependency on docutils. It is not necessary on released tarballs
|
||||||
|
Loading…
Reference in New Issue
Block a user