big-r81 commented on PR #5862:
URL: https://github.com/apache/couchdb/pull/5862#issuecomment-3796249829

   Mhhh, it fails here:
   
   from 
[Makefile](https://github.com/apache/couchdb-pkg/blob/2afc26986203dd7fc0a73ca5ec5d9464a8d66d3e/Makefile#L302):
   ```
        export HOME=$(HOME) && cd ../rpmbuild && rpmbuild --verbose -bb 
SPECS/couchdb.spec --define '_version $(VERSION)'
   ```
   
   and then in 
[couchdb.spec](https://github.com/apache/couchdb-pkg/blob/2afc26986203dd7fc0a73ca5ec5d9464a8d66d3e/rpm/SPECS/couchdb.spec.in#L20):
   ```
   Version:       %{_version}
   ```
   
   But I don't know why this is related to this commit?
   
   Other question:
   
   ```
   Version:       %{_version}
   Release:       1%{?dist}
   Source:        
https://www.apache.org/dist/couchdb/source/${version}/apache-couchdb-%{version}.tar.gz
   ```
   We have `version` with and without underscore. Is this intentional?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to