Do not install license file into doc directory

epel9
Guido Aulisi 4 years ago
parent 497a421371
commit f1c70c8c42

@ -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}

Loading…
Cancel
Save