From 3181e0631c4905a8b59af55f37316ade2f090e1a Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Fri, 7 Jan 2022 09:44:30 +0800 Subject: [PATCH] Fix config.guess and config.sub not found --- gtk+.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk+.spec b/gtk+.spec index 3a33787..30ee12a 100644 --- a/gtk+.spec +++ b/gtk+.spec @@ -3,7 +3,7 @@ Name: gtk+ Version: 1.2.10 Epoch: 1 -Release: 90 +Release: 91 Summary: A toolkit for creating graphical user interfaces License: LGPLv2+ URL: http://www.gtk.org/ @@ -75,7 +75,7 @@ Man pages and other related documents. %prep %autosetup -p1 -a 2 -cp -p /usr/lib/rpm/config.{guess,sub} . +cp -p /usr/lib/rpm/openEuler/config.{guess,sub} . %build %configure --disable-static --with-xinput=xfree --with-native-locale LIBTOOL=/usr/bin/libtool @@ -136,5 +136,8 @@ make check LIBTOOL=/usr/bin/libtool %{_mandir}/man1/gtk-config.1* %changelog +* Fri Jan 07 2022 wulei - 1.2.10-91 +- Fix config.guess and config.sub not found + * Mon Dec 02 2019 zhouyihang - 1.2.10-90 - Package init -- Gitee