fix license handling
This commit is contained in:
parent
dff4c84b9a
commit
e306d066aa
@ -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 <spot@fedoraproject.org> - 1.2-4
|
||||
- fix license handling
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user