Wireshark-dev: Re: [Wireshark-dev] RPM generation
From: Dario Lombardo <dario.lombardo.ml@xxxxxxxxx>
Date: Mon, 16 Apr 2018 09:02:18 +0200


On Mon, Apr 16, 2018 at 5:32 AM, Anders Broman <a.broman58@xxxxxxxxx> wrote:

I followed the way I do it on Windows, which I think is the recommended way there :-)


The cmake instructions I found always suggest to have the build dir under the source. For instance the openSUSE %cmake macro is an alias for "cmake .. (plus options)"
But your method is perfectly fine, and that's the reason why I tried to fix the rpm generation this way.