From 65e4e46daa312c2bfe23fe9555f21cf2edd366fa5f9df820553aa33c0a37db75 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 29 Nov 2019 11:02:49 +0000 Subject: [PATCH] Accepting request 751849 from home:marxin:branches:M17N - Use %make_build macros. OBS-URL: https://build.opensuse.org/request/show/751849 OBS-URL: https://build.opensuse.org/package/show/M17N/fribidi?expand=0&rev=22 --- fribidi.changes | 5 +++++ fribidi.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/fribidi.changes b/fribidi.changes index b1c71ff..7d343cb 100644 --- a/fribidi.changes +++ b/fribidi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 29 09:56:25 UTC 2019 - Martin Liška + +- Use %make_build macros. + ------------------------------------------------------------------- Wed Oct 24 06:01:11 UTC 2018 - sean@suspend.net diff --git a/fribidi.spec b/fribidi.spec index 1ce16ab..934a81b 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -1,7 +1,7 @@ # # spec file for package fribidi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: An implementation of the Unicode BiDi algorithm License: LGPL-2.1-only Group: Development/Libraries/C and C++ -Url: https://github.com/fribidi/fribidi +URL: https://github.com/fribidi/fribidi Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Source2: baselibs.conf BuildRequires: pkg-config @@ -67,10 +67,10 @@ This package provides headers and manual files for FriBiDi. %build %configure --disable-static -make %{?_smp_mflags} +%make_build %check -make %{?_smp_mflags} check +%make_build check %install %make_install