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 \