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
This commit is contained in:
Takashi Iwai 2019-11-29 11:02:49 +00:00 committed by Git OBS Bridge
parent 09fcd7bf36
commit 65e4e46daa
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 29 09:56:25 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use %make_build macros.
-------------------------------------------------------------------
Wed Oct 24 06:01:11 UTC 2018 - sean@suspend.net

View File

@ -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