From 2372a71057996bc5271cc951776718eb406e6186 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Thu, 25 Oct 2012 11:13:08 +0200 Subject: Fixed libcollection dependency and header files inclusion Fixes https://bugzilla.redhat.com/show_bug.cgi?id=637955 Also while fixing this, I found that rpmbuild was broken due to missing includes in ini_config-devel spec. --- contrib/ding-libs.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/ding-libs.spec.in b/contrib/ding-libs.spec.in index 728fbfb..85d3663 100644 --- a/contrib/ding-libs.spec.in +++ b/contrib/ding-libs.spec.in @@ -284,6 +284,7 @@ Summary: Development files for libini_config Group: Development/Libraries License: LGPLv3+ Requires: libini_config = %{ini_config_version}-%{release} +Requires: libcollection-devel = %{collection_version}-%{release} Version: %{ini_config_version} %description -n libini_config-devel @@ -303,6 +304,8 @@ structure %files -n libini_config-devel %defattr(-,root,root,-) %{_includedir}/ini_config.h +%{_includedir}/ini_configobj.h +%{_includedir}/ini_valueobj.h %{_libdir}/libini_config.so %{_libdir}/pkgconfig/ini_config.pc %doc ini/doc/html/ -- cgit