Do not install license file into doc directory

This commit is contained in:
Guido Aulisi 2021-01-17 10:48:39 +01:00
parent 497a421371
commit f1c70c8c42

View File

@ -64,7 +64,7 @@ export LINKFLAGS="%{__global_ldflags}"
%install
DESTDIR=%{buildroot} %{python3} waf install
chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.*
install -pm 644 AUTHORS NEWS README.md COPYING %{buildroot}%{_pkgdocdir}
install -pm 644 AUTHORS NEWS README.md %{buildroot}%{_pkgdocdir}
%files
%{_pkgdocdir}