From be5c017575172515a34f0e138bd90632395edef3 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sat, 27 Jun 2015 17:38:21 -0600 Subject: set _docdir_fmt (rhbz#1208665) set _docdir_fmt to get the same license and doc directories for python- and python3- subpackages (rhbz#1208665) --- python-tambo.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'python-tambo.spec') 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 - 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 - 0.0.9-1 - Initial package -- cgit