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

parent 0969beb8
...@@ -5,9 +5,9 @@ SUBDIRS = src ...@@ -5,9 +5,9 @@ SUBDIRS = src
DISTCHECK_CONFIGURE_FLAGS = \ DISTCHECK_CONFIGURE_FLAGS = \
VMOD_DIR='$${libdir}/varnish/vmods' VMOD_DIR='$${libdir}/varnish/vmods'
EXTRA_DIST = README.rst LICENSE COPYING EXTRA_DIST = README.rst LICENSE
doc_DATA = README.rst LICENSE COPYING doc_DATA = README.rst LICENSE
dist_man_MANS = vmod_re.3 dist_man_MANS = vmod_re.3
MAINTAINERCLEANFILES = $(dist_man_MANS) MAINTAINERCLEANFILES = $(dist_man_MANS)
......
...@@ -66,7 +66,7 @@ rm -rf %{buildroot} ...@@ -66,7 +66,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/varnish*/vmods/ %{_libdir}/varnish*/vmods/
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%doc README.rst COPYING LICENSE %doc README.rst LICENSE
%post %post
/sbin/ldconfig /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