summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2015-06-27 17:38:21 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2015-06-27 17:38:21 -0600
commitbe5c017575172515a34f0e138bd90632395edef3 (patch)
tree1a1df7da2ee9da1aa3ae9ce36794b59a26ace0e7
parent04d0cdb760b6929e15988f4ba05e8ac298a60af9 (diff)
downloadpython-tambo-master.tar.gz
python-tambo-master.tar.xz
python-tambo-master.zip
set _docdir_fmt (rhbz#1208665)HEADmaster
set _docdir_fmt to get the same license and doc directories for python- and python3- subpackages (rhbz#1208665)
-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