diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index f201e25..4171f79 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Applying JSON Patches in Python License: BSD @@ -36,11 +36,16 @@ Library to apply JSON Patches according to RFC 6902. %{__python} tests.py %files -%doc README.md COPYING +%doc README.md +%{!?_licensedir:%global license %%doc} +%license COPYING %{python_sitelib}/%{pypi_name}.py* %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu Jul 31 2014 Tom Callaway - 1.2-4 +- fix license handling + * Sat Jun 07 2014 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild