From 0e7371862e305ec414e828b949704126619a0688 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Aug 2015 10:30:54 -0400 Subject: [PATCH] Define license macro for el6. --- python-munch.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-munch.spec b/python-munch.spec index 3b264f3..2abc0ec 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -14,7 +14,7 @@ Name: python-munch Version: 2.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A dot-accessible dictionary (a la JavaScript objects) Group: Development/Libraries @@ -87,6 +87,7 @@ popd %files %doc README.md +%{!?_licensedir:%global license %doc} %license LICENSE.txt %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{modname}-%{version}* @@ -94,12 +95,16 @@ popd %if 0%{?with_python3} %files -n python3-munch %doc README.md +%{!?_licensedir:%global license %doc} %license LICENSE.txt %{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}-%{version}* %endif %changelog +* Mon Aug 17 2015 Ralph Bean - 2.0.2-4 +- Define license macro for el6. + * Thu Jun 18 2015 Fedora Release Engineering - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild