lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

bdist_rpm generates a package with the wrong name #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and extract the source .tar.gz
2. Run './setup.py bdist_rpm'

What is the expected output? What do you see instead?
The expected outcome is a package named "couchdb-python-0.8-1.noarch.rpm".

Instead, a package named "CouchDB-0.8-1.noarch.rpm" is built.

What version of the product are you using? On what operating system?
Version 0.8.

Operating system is CentOS 5.6, though this should also be seen on any 
RPM-based Linux distribution.

Original issue reported on code.google.com by imarl...@brightcove.com on 25 Jul 2011 at 4:35

GoogleCodeExporter commented 8 years ago
The package is actually called CouchDB, on PyPI and elsewhere. If you think it 
should be called differently, that's a different issue.

Original comment by djc.ochtman on 21 Sep 2012 at 8:11