SHA256
1
0
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:
Jan Engelhardt 2023-09-23 20:21:21 +00:00 committed by Git OBS Bridge
parent 51cf0d8887
commit cdd77ad4aa

View File

@ -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