Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=917329

Yohan Graterol <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Yohan Graterol <[email protected]> ---
Hello Conrad Meyer,

The Source0 is invalid URL, please fix it.

BuildRequires:  python-devel is wrong, is python2-devel or python3-devel.

Please, can you create a repository for store the package and do a setup.py?

cp %{SOURCE0} .
cat >setup.py <<EOS
#!/usr/bin/env python

from distutils.core import setup

setup(name='listquote',
      version='1.4.0',
      description='%{summary}',
      author='Michael Foord',
      author_email='[email protected]',
      url='http://www.voidspace.org.uk/python/listquote.html',
      py_modules=['listquote'],
     )
EOS

%{python_sitelib}/* is wrong too, you must write the name of the package,
example %{python_sitelib}/%{sample}/.

And the documentation? Have not documentation?

Regards!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=fKF4lSTY8q&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to