Conversation
| %define debug_package %{nil} | ||
|
|
||
| Name: libnats | ||
| Version: 3.1.1 |
There was a problem hiding this comment.
We are currently at version 3.2.0. Also, would be nice if that could be updated when generating version, otherwise it will need to be manually updated before I do a new release..
| %files devel | ||
| %dir %{_includedir}/nats | ||
| %dir %{_includedir}/nats/adapters | ||
| %{_includedir}/nats.h |
There was a problem hiding this comment.
Note that we don't install nats.h in the root of include directory, instead it is installed under nats directory inside the include directory. We used to put it in top-level include directory, but we no longer do.
To be precise, we put under the include directory the file deprnats.h that is renamed nats.h, to indicate that users should use nats/nats.h instead.
So maybe we should not add it here? (unless I completely misunderstand what this is doing).
| %{_prefix}/lib/cmake/cnats/*.cmake | ||
|
|
||
| %changelog | ||
| * Sat Nov 06 2021 Sergey Safarov <s.safarov@gmail.com> 3.1.1 |
There was a problem hiding this comment.
Maybe refresh the date here and change the version?
PR related to #483 discussion