!4 修复找不到config.guess 和config.sub导致%prep阶段报错问题
Merge pull request !4 from 吴磊磊/openEuler-22.03-LTS-Next
This commit is contained in:
commit
a952a65b65
@ -3,7 +3,7 @@
|
|||||||
Name: gtk+
|
Name: gtk+
|
||||||
Version: 1.2.10
|
Version: 1.2.10
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 90
|
Release: 91
|
||||||
Summary: A toolkit for creating graphical user interfaces
|
Summary: A toolkit for creating graphical user interfaces
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gtk.org/
|
URL: http://www.gtk.org/
|
||||||
@ -75,7 +75,7 @@ Man pages and other related documents.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -a 2
|
%autosetup -p1 -a 2
|
||||||
|
|
||||||
cp -p /usr/lib/rpm/config.{guess,sub} .
|
cp -p /usr/lib/rpm/openEuler/config.{guess,sub} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-xinput=xfree --with-native-locale LIBTOOL=/usr/bin/libtool
|
%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*
|
%{_mandir}/man1/gtk-config.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 02 2019 zhouyihang <zhouyihang1@huawei.com> - 1.2.10-90
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user