!3 Update to 804.035

Merge pull request !3 from ultra_planet/master
This commit is contained in:
openeuler-ci-bot 2020-08-17 16:21:50 +08:00 committed by Gitee
commit 36e06b3c4e
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
Tk-804.035.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%define perlver %(eval "`%{__perl} -V:version`"; echo $version)
Name: perl-Tk
Version: 804.034
Release: 5
Version: 804.035
Release: 1
Summary: A graphical user interface toolkit for Perl
License: (GPL+ or Artistic) and SWL
URL: https://metacpan.org/release/Tk
@ -63,7 +63,7 @@ chmod -x pod/Popup.pod Tixish/lib/Tk/balArrow.xbm
%{__perl} -pi -e 's,\@demopath\@,%{_pkgdocdir}/demos,g' demos/widget
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor X11LIB=%{_libdir} XFT=1
%{__perl} Makefile.PL INSTALLDIRS=vendor X11LIB=%{_libdir} XFT=0
find . -name Makefile | xargs %{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/'
%make_build
@ -101,5 +101,8 @@ find __demos/ -type f -exec chmod -x {} \;
%exclude %{_mandir}/man1/widget.1*
%changelog
* Mon Aug 17 2020 lingsheng <lingsheng@huawei.com> - 804.035-1
- Update to 804.035
* Fri Dec 20 2019 shijian <shijian16@huawei.com> - 804.034-5
- Package init