From a291ea4a3f00d2cce537a56fac5678b2ea557ab9 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 5 Mar 2018 10:46:25 +0100 Subject: [PATCH] Build with system libunistring The meson build system doesn't support building against the bundled copy and we seem to have a new enough system version in F28. --- gnome-characters.spec | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gnome-characters.spec b/gnome-characters.spec index b04f2d1..584aa18 100644 --- a/gnome-characters.spec +++ b/gnome-characters.spec @@ -17,17 +17,10 @@ BuildRequires: gjs-devel >= 1.43.3 BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel BuildRequires: libappstream-glib +BuildRequires: libunistring-devel BuildRequires: meson Requires: gjs >= 1.43.3 -# This package contains libunistring modules from Gnulib. If a recent -# enough version of libunistring is installed on the system, it will -# be used instead. However, as of today, the libunistring package in -# F22 is older and we try to avoid unnecessary dependency. - -# BuildRequires: libunistring-devel -Provides: bundled(gnulib) - %description Characters is a simple utility application to find and insert unusual characters. @@ -71,6 +64,7 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto * Mon Mar 05 2018 Kalev Lember - 3.27.92-1 - Update to 3.27.92 - Switch to the meson build system +- Build with system libunistring * Wed Feb 07 2018 Fedora Release Engineering - 3.26.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild