From 0d0e1b28293c77aaf092e16d9b0773b1652bfb8a Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer <maxim.cournoyer@gmail.com> Date: Thu, 16 Sep 2021 13:29:31 -0400 Subject: [PATCH] build: rpm: Do not control jami_contact.h header file installation. * packaging/rules/rpm/jami-daemon.spec (%files): Remove jami_contact.h header. Change-Id: If13ca9d29a4bd65066857a9bce7e3b44379515cb --- packaging/rules/rpm/jami-daemon.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/rules/rpm/jami-daemon.spec b/packaging/rules/rpm/jami-daemon.spec index c7a6a1d5..82be069c 100644 --- a/packaging/rules/rpm/jami-daemon.spec +++ b/packaging/rules/rpm/jami-daemon.spec @@ -118,7 +118,6 @@ This package contains the header files for using the Jami daemon as a library. %files devel %{_includedir}/jami -%{_includedir}/jami_contact.h %post /sbin/ldconfig -- GitLab