From Fedora Project Wiki
versioned dependencies?
... what about versioned pkgconf devepdencies, where an autoconf clause may have
configure.ac:PKG_CHECK_MODULES([jsonc], [json-c >= 0.12], [have_jsonc=yes], [have_jsonc=no])
How is one to express that >= 0.12 bit in the pkgconfig macro?