forked from pool/jbigkit
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:
parent
b3331ca32c
commit
ce10d9b5a8
@ -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
|
Tue Apr 15 01:11:00 UTC 2014 - brian@aljex.com
|
||||||
|
|
||||||
|
15
jbigkit.spec
15
jbigkit.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jbigkit
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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}
|
Version: %{ver_maj}.%{ver_min}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JBIG1 lossless image compression tools
|
Summary: JBIG1 lossless image compression tools
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Graphics/Convertors
|
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
|
Source0: http://www.cl.cam.ac.uk/~mgk25/download/%{name}-%{version}.tar.gz
|
||||||
Source42: baselibs.conf
|
Source42: baselibs.conf
|
||||||
Patch0: %{name}-%{version}-shlib.patch
|
Patch0: %{name}-%{version}-shlib.patch
|
||||||
@ -56,12 +56,12 @@ netpbm).
|
|||||||
JBIG-KIT implements the specification:
|
JBIG-KIT implements the specification:
|
||||||
ISO/IEC 11544:1993 and ITU-T Recommendation T.82(1993):
|
ISO/IEC 11544:1993 and ITU-T Recommendation T.82(1993):
|
||||||
Information technology — Coded representation of picture and audio
|
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”
|
which is commonly referred to as the “JBIG1 standard”
|
||||||
|
|
||||||
%description -n %devpkg
|
%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.
|
the JBIG-KIT image compression library.
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -74,7 +74,8 @@ formats.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%optflags -I../libjbig" CXXFLAGS="%optflags"
|
export CFLAGS="%optflags -I../libjbig" CXXFLAGS="%optflags"
|
||||||
%__make %{?_smp_mflags}
|
# Makefile is not parallel-safe
|
||||||
|
%__make
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make test
|
%__make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user