Remove dependency on pkg-config from devel Requires

provide .pc file does not mean that package requires pkg-config

Initial version from: Tomasz Kłoczko <kloczek@fedoraproject.org>
This commit is contained in:
Lukas Slebodnik 2019-01-18 15:04:44 +01:00
parent 9239356957
commit 1b0c8591cb

View File

@ -46,7 +46,6 @@ A library that implements a trivial database.
%package devel %package devel
Summary: Header files need to link the Tdb library Summary: Header files need to link the Tdb library
Requires: libtdb = %{version}-%{release} Requires: libtdb = %{version}-%{release}
Requires: pkgconfig
%description devel %description devel
Header files needed to develop programs that link against the Tdb library. Header files needed to develop programs that link against the Tdb library.