Accepting request 999033 from home:Andreas_Schwab:make

- Makefile is not parallel-safe

OBS-URL: https://build.opensuse.org/request/show/999033
OBS-URL: https://build.opensuse.org/package/show/graphics/jbigkit?expand=0&rev=17
This commit is contained in:
Brian White 2022-08-24 22:47:06 +00:00 committed by Git OBS Bridge
parent b3331ca32c
commit ce10d9b5a8
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 24 10:46:45 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Makefile is not parallel-safe
-------------------------------------------------------------------
Tue Apr 15 01:11:00 UTC 2014 - brian@aljex.com

View File

@ -1,7 +1,7 @@
#
# spec file for package jbigkit
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -22,9 +22,9 @@ Name: jbigkit
Version: %{ver_maj}.%{ver_min}
Release: 0
Summary: JBIG1 lossless image compression tools
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Graphics/Convertors
Url: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
URL: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
Source0: http://www.cl.cam.ac.uk/~mgk25/download/%{name}-%{version}.tar.gz
Source42: baselibs.conf
Patch0: %{name}-%{version}-shlib.patch
@ -56,12 +56,12 @@ netpbm).
JBIG-KIT implements the specification:
ISO/IEC 11544:1993 and ITU-T Recommendation T.82(1993):
Information technology Coded representation of picture and audio
information Progressive bi-level image compression
information Progressive bi-level image compression
which is commonly referred to as the “JBIG1 standard”
%description -n %devpkg
The libjbig-devel package contains files needed for development using
The libjbig-devel package contains files needed for development using
the JBIG-KIT image compression library.
%description
@ -74,7 +74,8 @@ formats.
%build
export CFLAGS="%optflags -I../libjbig" CXXFLAGS="%optflags"
%__make %{?_smp_mflags}
# Makefile is not parallel-safe
%__make
%check
%__make test