Accepting request 999128 from graphics
OBS-URL: https://build.opensuse.org/request/show/999128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jbigkit?expand=0&rev=11
This commit is contained in:
commit
33cfe12db0
@ -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
|
||||
|
||||
|
11
jbigkit.spec
11
jbigkit.spec
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user