Spec URL: http://psss.fedorapeople.org/python-nitrate/python-nitrate.spec SRPM URL: http://psss.fedorapeople.org/python-nitrate/python-nitrate-0.7-1.el6.src.rpm Description: python-nitrate is a Python interface to the Nitrate test case management system. The package consists of a high-level Python module (provides natural object interface), a low-level driver (allows to directly access Nitrate's XMLRPC API) and a command line interpreter (useful for fast debugging and experimenting). Links: Git: http://fedorapeople.org/gitweb?p=psss/public_git/python-nitrate Doc: http://psss.fedorapeople.org/python-nitrate/python-nitrate.html Note: This is my first package so I will need a sponsor. Thanks.
- URL should probably point to [1], which contains some information about the project, not the directory with source files/tars/etc... - You should use "install -p" to preserve timestamps, see [2]. - You cannot own %{python_sitelib} - that would imply that you own the whole directory with any files _even from other packages_ (and after uninstallation of your package, it would remove this directory with everything inside it). Rather than that, use %{python_sitelib}/*, which will cause your package to own all the files that are under %{buildroot}%{python_sitelib}. - Otherwise the package looks good and works, so when you fix these problems, it can be approved. [1] http://psss.fedorapeople.org/python-nitrate/python-nitrate.html [2] https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
(In reply to comment #2) > - URL should probably point to [1], which contains some information about the > project, not the directory with source files/tars/etc... Agree, I've updated the link. > - You should use "install -p" to preserve timestamps, see [2]. Fixed. > - You cannot own %{python_sitelib} - that would imply that you own the whole > directory with any files _even from other packages_ (and after uninstallation > of your package, it would remove this directory with everything inside it). > Rather than that, use %{python_sitelib}/*, which will cause your package to own > all the files that are under %{buildroot}%{python_sitelib}. Oh, I had that before but then "simplified" it in the wrong direction. This is now fixed as well. > - Otherwise the package looks good and works, so when you fix these problems, > it can be approved. Thanks for the review! New spec file and source rpm are ready: http://psss.fedorapeople.org/python-nitrate/python-nitrate.spec http://psss.fedorapeople.org/python-nitrate/python-nitrate-0.7-2.el6.src.rpm
Everything is ok now, package is APPROVED.
New Package SCM Request ======================= Package Name: python-nitrate Short Description: Python API for the Nitrate test case management system Owners: psss Branches: f16 f17 el6 InitialCC:
Git done (by process-git-requests).
python-nitrate-0.7-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-nitrate-0.7-2.el6
python-nitrate-0.7-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/python-nitrate-0.7-2.fc16
python-nitrate-0.7-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-nitrate-0.7-2.fc17
python-nitrate-0.7-2.fc17 has been pushed to the Fedora 17 testing repository.
python-nitrate-0.7-2.fc17 has been pushed to the Fedora 17 stable repository.
python-nitrate-0.8-0.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-nitrate-0.8-0.el6
python-nitrate-0.8-0.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/python-nitrate-0.8-0.fc16
python-nitrate-0.8-0.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.
python-nitrate-0.8-0.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.
Package Change Request ====================== Package Name: python-nitrate New Branches: epel7 Owners: psss