Dominique Leuenberger 2019-12-07 14:19:36 +00:00 committed by Git OBS Bridge
commit 38a5a5a745
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