From 878c12d84ab599595a2107261266ce18816877da Mon Sep 17 00:00:00 2001 From: chen-jan Date: Sat, 15 Jan 2022 16:49:28 +0800 Subject: [PATCH] remove autoreconf for fix build error (cherry picked from commit 80a74918063af555b9bb1e4bda468356ab5f7011) --- zbar.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zbar.spec b/zbar.spec index f628b05..39cad3e 100644 --- a/zbar.spec +++ b/zbar.spec @@ -1,6 +1,6 @@ Name: zbar Version: 0.22 -Release: 1 +Release: 2 Summary: Bar code reader License: LGPLv2+ URL: http://zbar.sourceforge.net/ @@ -62,7 +62,6 @@ scanning widget. %setup -q %build -autoreconf -vfi %configure --without-java --with-graphicsmagick --without-python2 --docdir=%{_docdir}/zbar-%{version} sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -122,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/zbar-%{version}/ %{_includedir}/zbar/QZBar*.h %changelog +* Sat Jan 15 2022 Chen Chen - 0.22-2 +- remove autoreconf for fix build error + * Thu Oct 22 2020 caodongxia - 0.22-1 - update package from 0.20.1 to 0.22