Commit 0ad2f226 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Install vsctool.py in the devel package

parent 8be1464b
usr/include/varnish usr/include/varnish
usr/share/aclocal usr/share/aclocal
usr/share/varnish/vmodtool.py usr/share/varnish/vmodtool.py
# may cause issues with VC4.x packages! XXX
usr/share/varnish/vsctool.py usr/share/varnish/vsctool.py
usr/lib/pkgconfig/*.pc usr/lib/pkgconfig/*.pc
...@@ -126,6 +126,7 @@ rm -rf %{buildroot} ...@@ -126,6 +126,7 @@ rm -rf %{buildroot}
%{_datadir}/%{name} %{_datadir}/%{name}
%{_unitdir}/* %{_unitdir}/*
%exclude %{_datadir}/%{name}/vmodtool* %exclude %{_datadir}/%{name}/vmodtool*
%exclude %{_datadir}/%{name}/vsctool*
%doc LICENSE %doc LICENSE
%doc doc/html %doc doc/html
%doc doc/changes*.html %doc doc/changes*.html
...@@ -140,6 +141,7 @@ rm -rf %{buildroot} ...@@ -140,6 +141,7 @@ rm -rf %{buildroot}
%{_includedir}/%{name} %{_includedir}/%{name}
%{_libdir}/pkgconfig/varnishapi.pc %{_libdir}/pkgconfig/varnishapi.pc
%{_datadir}/%{name}/vmodtool* %{_datadir}/%{name}/vmodtool*
%{_datadir}/%{name}/vsctool*
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
......
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