-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPM packaging via CPack #310
Conversation
Can you upload somewhere the resulting spec file to review / rpm to test? |
BTW to build rpm some extra flag should be passed? |
No, the same |
Here is the generated specs file:
|
Should we add to deps: openssl libicu libtool-ltdl Also spec from Vlad had this (not sure if needed) |
No, because the RPM builder detects such dependencies automatically, and this is very convenient, because we don't want to depend on them if we actually don't link with them dynamically. |
I don't think this is necessary, because ODBC drivers are loaded by ODBC driver manager code usually explicitly by |
+1. Also that correpsonds to best practicies listed in https://docs.fedoraproject.org/en-US/packaging-guidelines/ |
Fix descriptions of the project and for packages Add odbcinst example to README.md Fix warnings in cmake find modules Fix packaging prefix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Tested in docker. Much better and simpler than before! :)
A bit questionable part - paths in /usr/local (best practices for fedore not recommend using that in rpm).
And adding abs. path in sample files. (discussed in chat).
Closes #238