From f1c70c8c422dade7c95be2d1ab82b97ef9f15f3e Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Sun, 17 Jan 2021 10:48:39 +0100 Subject: [PATCH] Do not install license file into doc directory --- sord.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sord.spec b/sord.spec index 71ca24e..d95b94f 100644 --- a/sord.spec +++ b/sord.spec @@ -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}