summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-24 13:00:57 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-24 13:00:57 +0100
commit78647e66c7686c3883ae85b0846d600478674282 (patch)
treed820feed9f0f6389536f934b41a1b54388d28866
parentb1c838f7bac7e58bf0173cdaafb5b9f7707678d1 (diff)
missing header
-rw-r--r--json-c.spec3
1 files changed, 3 insertions, 0 deletions
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}