From 98bd8d4bf9b1567337eb663f8fc6a9540b1cb9b2 Mon Sep 17 00:00:00 2001 From: Carl George Date: Jan 02 2018 16:18:08 +0000 Subject: Properly install LICENSE file --- diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 23bca6b..afc03f4 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -153,7 +153,8 @@ popd %{__python2} setup.py test %files -n python2-websocket-client -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{eggname}*%{version}* %if ! 0%{?with_python3} @@ -162,7 +163,8 @@ popd %if 0%{?with_python3} %files -n python3-websocket-client -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{eggname}*%{version}* %{_bindir}/wsdump @@ -172,6 +174,7 @@ popd * Tue Jan 02 2018 Carl George - 0.46.0-1 - Latest upstream rhbz#1462523 - Only ship one version of wsdump +- Properly install LICENSE file * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.40.0-4 - Python 2 binary package renamed to python2-websocket-client