Accepting request 790472 from graphics
- Drop webp support as it would introduce build cycle (forwarded request 790408 from pluskalm) OBS-URL: https://build.opensuse.org/request/show/790472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=79
This commit is contained in:
commit
7341936a9f
10
tiff.changes
10
tiff.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 06:48:35 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Drop webp support as it would introduce build cycle
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 15:25:24 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Enable zstd and webp support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 12:00:35 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tiff
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -37,6 +37,7 @@ BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: lzma-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
@ -79,7 +80,7 @@ CFLAGS="$CFLAGS -O0"
|
||||
%if %{asan_build}
|
||||
find -name Makefile | xargs sed -i 's/\(^CFLAGS.*\)/\1 -fsanitize=address/'
|
||||
%endif
|
||||
make %{?_smp_mflags} LDFLAGS="-pie"
|
||||
%make_build LDFLAGS="-pie"
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}}
|
||||
|
Loading…
Reference in New Issue
Block a user