forked from pool/libjxl
Separate %name per @FLAVOR@
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=31
This commit is contained in:
parent
51cf0d8887
commit
cdd77ad4aa
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libjxl
|
||||
# spec file for package libjxl-gtk
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
@ -16,11 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
Name: libjxl
|
||||
%define lname libjxl0_8
|
||||
%if "@BUILD_FLAVOR@" == "gtk"
|
||||
Name: libjxl-gtk
|
||||
%bcond_without gtk
|
||||
%else
|
||||
Name: libjxl
|
||||
%bcond_with gtk
|
||||
%endif
|
||||
Version: 0.8.2
|
||||
@ -106,7 +107,7 @@ This package provides a thumbnailer to render for JPEG XL file thumbnails,
|
||||
for example, on file-browsers.
|
||||
|
||||
%prep
|
||||
%setup -a2
|
||||
%setup -n libjxl-%version -a2
|
||||
mv skcms third_party/
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user