Vojtěch Polášek wrote: > I have some basics of RPM packaging, but I have not created a package > from scratch yet. I would like to package one Python package called > Tesserwrap. I used the pyp2rpm program to create a spec file. The file > is here: > > https://fedorapeople.org/~vpolasek/tesserwrap.spec The name of the specfile is incorrect. The file should be named python-tesserwrap.spec, because the main Name: tag is python-tesserwrap, not just tesserwrap. Also please remove the stray "Docs: IRC: tesserwrap on Freenode" from the %description sections. Especially the empty "Docs:" immediately (i.e., without any whitespace) following the '.' is garbage. (Please note that this is NOT a complete formal review, I am just pointing out the obvious issues that I notice immediately at first glance.) Tools such as pyp2rpm are very helpful, but some amount of manual editing is typically required on the output. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx