From 282f835b692deb6814430ff2e83579dfbc1f88a0 Mon Sep 17 00:00:00 2001 From: Carl George Date: Thu, 5 Apr 2018 00:08:02 -0500 Subject: [PATCH] Share doc and license dir between subpackages --- python-jwt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-jwt.spec b/python-jwt.spec index 059b3ad..221eefc 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -2,6 +2,7 @@ %global with_python3 1 %endif +%global _docdir_fmt %{name} %global srcname jwt %global sum JSON Web Token implementation in Python @@ -101,6 +102,7 @@ py.test-%{python3_version} --verbose * Thu Apr 05 2018 Carl George - 1.6.1-1 - Latest upstream - Add patch0 to remove pytest-{cov,runner} deps +- Share doc and license dir between subpackages * Mon Feb 12 2018 Iryna Shcherbina - 1.5.3-3 - Update Python 2 dependency declarations to new packaging standards