Wireshark-dev: [Wireshark-dev] Create tshark rpm

From: Anders Broman <a.broman58@xxxxxxxxx>
Date: Fri, 19 Aug 2022 16:23:07 +0200
Hi,
I'm trying to build a tshark RPM on Centos7 after manually building some required packages
l(ibcryp c-ares) the build works
cmake3 -G "Unix Makefiles" ../source -DBUILD_wireshark=OFF
make (successful)
make rpm-package
make: *** No rule to make target `rpm-package'.  Stop.

Shouldn't it be possible to do a tshark rpm only?
Regards
Anders