From 4c9a183e2eaf364519ac730c83a7d65da6e8be57 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 24 Nov 2014 12:11:57 -0500 Subject: [PATCH] rpm: .so and .h shouldn't be in package This broke the rpm packaging. Refs #61093 Change-Id: I747c4de2ea0377ac34141fb4cf06d731942a6804 --- tools/build-system/rpm/sflphone.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/build-system/rpm/sflphone.spec b/tools/build-system/rpm/sflphone.spec index edbe061458..3d01c75f16 100644 --- a/tools/build-system/rpm/sflphone.spec +++ b/tools/build-system/rpm/sflphone.spec @@ -252,8 +252,6 @@ fi %defattr(-,root,root,-) %{_bindir}/sflphone %{_bindir}/sflphone-client-gnome -%{_libdir}/libsflphone.so* -%exclude %{_includedir}/sflphone.h %exclude %{_libdir}/libsflphone.a %exclude %{_libdir}/libsflphone.la %{_datadir}/glib-2.0/schemas/org.sflphone.SFLphone.gschema.xml @@ -279,6 +277,9 @@ fi %exclude %{_includedir}/qtsflphone/*.h %changelog +* Mon Nov 24 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.2-5 +- drop .h and .so that are no longer built + * Wed Nov 19 2014 Simon Piette <simon.piette@savoirfairelinux.com> - 1.4.2-4 - add libstrp build require -- GitLab