!4 修复找不到config.guess 和config.sub导致%prep阶段报错问题

Merge pull request !4 from 吴磊磊/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-07 04:42:52 +00:00 committed by Gitee
commit a952a65b65
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <wulei80@huawei.com> - 1.2.10-91
- Fix config.guess and config.sub not found
* Mon Dec 02 2019 zhouyihang <zhouyihang1@huawei.com> - 1.2.10-90
- Package init