Fix previous: if COPYING is removed, it should be from the Makefile and rpm

parent 7ad81afa
......@@ -8,9 +8,9 @@ SUBDIRS = src $(MAYBE_BENCH)
DISTCHECK_CONFIGURE_FLAGS = \
VMOD_DIR='$${libdir}/varnish/vmods'
EXTRA_DIST = README.rst LICENSE COPYING CONTRIBUTING.rst INSTALL.rst
EXTRA_DIST = README.rst LICENSE CONTRIBUTING.rst INSTALL.rst
doc_DATA = README.rst LICENSE COPYING CONTRIBUTING.rst INSTALL.rst
doc_DATA = README.rst LICENSE CONTRIBUTING.rst INSTALL.rst
README.rst: src/vmod_selector.vcc
$(MAKE) $(AM_MAKEFLAGS) -C src vmod_selector.man.rst
......
......@@ -67,7 +67,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%{_libdir}/varnish*/vmods/
%{_mandir}/man3/*.3*
%doc README.rst COPYING LICENSE
%doc README.rst LICENSE
%post
/sbin/ldconfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment