diff --git a/ansible-inventory-grapher.spec b/ansible-inventory-grapher.spec index 624385f..d0d3404 100644 --- a/ansible-inventory-grapher.spec +++ b/ansible-inventory-grapher.spec @@ -3,12 +3,12 @@ Name: %{archive_name} Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Creates graphs representing ansible inventory License: GPLv3+ URL: http://github.com/willthames/ansible-inventory-grapher -Source0: https://pypi.python.org/packages/source/a/%{archive_name}/%{archive_name}-%{version}.tar.gz +Source0: https://github.com/willthames/ansible-inventory-grapher/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -37,12 +37,16 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{__python2} setup.py test %files -%doc PKG-INFO +%doc README.md +%license LICENSE.txt %{_bindir}/%{name} %{python2_sitelib}/%{lib_name} %{python2_sitelib}/ansible_inventory_grapher-%{version}-py2.*.egg-info %changelog +* Tue May 10 2016 Parag Nemade - 2.1.0-2 +- Use github source that provided license and test files + * Mon May 09 2016 Parag Nemade - 2.1.0-1 - Update to 2.1.0