diff --git a/python-ipy.spec b/python-ipy.spec index 5d15929..12ee5ad 100644 --- a/python-ipy.spec +++ b/python-ipy.spec @@ -16,6 +16,7 @@ # +%define pkg_version 1.1 Name: python-ipy Version: 1.01 Release: 0 @@ -50,8 +51,10 @@ so funky stuff like a netmask of 0xffffff0f can't be done here. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%{python_sitelib}/ipy -%{python_sitelib}/ipy-%{version}*-info +%{python_sitelib}/IPy.py +%{python_sitelib}/ipy-%{pkg_version}*-info +%pycache_only %{python_sitelib}/__pycache__/IPy* +%doc README.rst %license COPYING %check