summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python-tambo.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/python-tambo.spec b/python-tambo.spec
index 395c34e..6af6c55 100644
--- a/python-tambo.spec
+++ b/python-tambo.spec
@@ -1,5 +1,6 @@
%if 0%{?fedora}
%global with_python3 1
+%global _docdir_fmt %{name}
%endif
%if 0%{?rhel} && 0%{?rhel} <= 6
@@ -11,7 +12,7 @@
Name: python-%{pkgname}
Version: 0.0.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A command line object dispatcher
Group: Development/Languages
@@ -99,5 +100,9 @@ popd
%changelog
+* Sat Jun 27 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.0.9-2
+- set _docdir_fmt to get the same license and doc directories for python- and
+ python3- subpackages (rhbz#1208665)
+
* Thu Apr 02 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.0.9-1
- Initial package