From 43ef90454f8fd77be2b6a2fcefca0b171a8c00ea7b66178130a70a4f140f7bb6 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 25 Jan 2024 16:53:00 +0000 Subject: [PATCH] - Fix building for Leap OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=61 --- zbar.changes | 5 +++++ zbar.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/zbar.changes b/zbar.changes index e436980..6e67266 100644 --- a/zbar.changes +++ b/zbar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 25 16:52:45 UTC 2024 - Martin Pluskal + +- Fix building for Leap + ------------------------------------------------------------------- Mon Jan 22 08:32:55 UTC 2024 - Michael Vetter diff --git a/zbar.spec b/zbar.spec index 98d6607..0fa8dab 100644 --- a/zbar.spec +++ b/zbar.spec @@ -33,6 +33,7 @@ Patch0: https://github.com/mchehab/zbar/commit/368571ffa1a0f6cc41f708dd0 Patch1: https://github.com/mchehab/zbar/commit/a549566ea11eb03622bd4458a1728ffe3f589163.patch#/zbar-configure.patch BuildRequires: automake BuildRequires: libjpeg-devel +BuildRequires: libtool BuildRequires: pkgconfig >= 0.9.0 BuildRequires: xmlto BuildRequires: pkgconfig(ImageMagick) @@ -105,6 +106,7 @@ This package contains the module to use ZBar from python3. %autosetup -p1 %build +autoreconf -fiv %configure \ --docdir=%{_docdir}/%{name} \ --disable-static \