diff --git a/gtk+.spec b/gtk+.spec index 3a3378791b5f7c0391c0fd3d9067c8a0efdd4355..30ee12af80847c7fd9daa2f8d5da1ec0d9117098 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