diff --git a/python-twine.changes b/python-twine.changes index 2391679..ce11e2b 100644 --- a/python-twine.changes +++ b/python-twine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 16 09:57:47 UTC 2014 - toddrme2178@gmail.com + +- BuildRequires: python-setuptools +- Add executable + ------------------------------------------------------------------- Tue Feb 4 10:07:31 UTC 2014 - speilicke@suse.com diff --git a/python-twine.spec b/python-twine.spec index 2c80173..77b3dd1 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -25,6 +25,7 @@ Group: Development/Languages/Python Url: https://github.com/dstufft/twine Source: https://pypi.python.org/packages/source/t/twine/twine-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-setuptools Requires: python-pkginfo Requires: python-requests BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -83,6 +84,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS LICENSE README.rst +%{_bindir}/twine %{python_sitelib}/* %changelog