diff options
Diffstat (limited to 'packaging/repa.spec')
-rw-r--r-- | packaging/repa.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packaging/repa.spec b/packaging/repa.spec index 93f30fe..bea2d0a 100644 --- a/packaging/repa.spec +++ b/packaging/repa.spec @@ -14,6 +14,9 @@ Source0: %{name}_%{version}.tar.gz BuildRequires: python-setuptools +Requires: python >= 2.6 +Requires: python-setuptools + %description This tool is to assist release engineers to operate with submissions in easy and flexible manner @@ -33,6 +36,9 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_prefix}/share/doc/packages/%{name} -%{python_sitelib}/%{name}*egg-info +%{python_sitelib}/%{name}-%{version}-*.egg-info +%{python_sitelib}/%{name}-%{version}-*-nspkg.pth +%{python_sitelib}/%{name} +%{_bindir}/%{name} %changelog |