From 78647e66c7686c3883ae85b0846d600478674282 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Nov 2012 13:00:57 +0100 Subject: missing header --- json-c.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/json-c.spec b/json-c.spec index 9429d8d..3ae20f5 100644 --- a/json-c.spec +++ b/json-c.spec @@ -50,6 +50,9 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Get rid of la files rm -rf %{buildroot}%{_libdir}/*.la +# Missing header +install -p -m644 json_object_iterator.h \ + %{buildroot}%{_includedir}/json/ %clean rm -rf %{buildroot} -- cgit