|
|
@ -4,13 +4,14 @@
|
|
|
|
%global use_x11_tests 1
|
|
|
|
%global use_x11_tests 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Tk
|
|
|
|
Name: perl-Tk
|
|
|
|
Version: 804.035
|
|
|
|
Version: 804.034
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Perl Graphical User Interface ToolKit
|
|
|
|
Summary: Perl Graphical User Interface ToolKit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: (GPL+ or Artistic) and SWL
|
|
|
|
License: (GPL+ or Artistic) and SWL
|
|
|
|
URL: https://metacpan.org/release/Tk
|
|
|
|
URL: http://search.cpan.org/dist/Tk/
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/S/SR/SREZIC/Tk-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-%{version}.tar.gz
|
|
|
|
Patch0: perl-Tk-widget.patch
|
|
|
|
Patch0: perl-Tk-widget.patch
|
|
|
|
# modified version of http://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.027-8.diff.gz
|
|
|
|
# modified version of http://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.027-8.diff.gz
|
|
|
|
Patch1: perl-Tk-debian.patch.gz
|
|
|
|
Patch1: perl-Tk-debian.patch.gz
|
|
|
@ -19,8 +20,6 @@ Patch2: perl-Tk-seg.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Versions before this have Unicode issues
|
|
|
|
# Versions before this have Unicode issues
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
BuildRequires: perl-devel >= 3:5.8.3
|
|
|
|
BuildRequires: perl-devel >= 3:5.8.3
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: freetype-devel
|
|
|
|
BuildRequires: freetype-devel
|
|
|
@ -67,7 +66,6 @@ BuildRequires: xorg-x11-xinit
|
|
|
|
BuildRequires: font(:lang=en)
|
|
|
|
BuildRequires: font(:lang=en)
|
|
|
|
# Specific font is needed for tests, bug #1141117, CPAN RT#98831
|
|
|
|
# Specific font is needed for tests, bug #1141117, CPAN RT#98831
|
|
|
|
BuildRequires: liberation-sans-fonts
|
|
|
|
BuildRequires: liberation-sans-fonts
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Devel::Peek)
|
|
|
|
BuildRequires: perl(Devel::Peek)
|
|
|
@ -85,7 +83,6 @@ BuildRequires: perl(MIME::Base64)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%{perlver})
|
|
|
|
Requires: perl(:MODULE_COMPAT_%{perlver})
|
|
|
|
Requires: perl(locale)
|
|
|
|
|
|
|
|
Provides: perl(Tk::LabRadio) = 4.004
|
|
|
|
Provides: perl(Tk::LabRadio) = 4.004
|
|
|
|
Provides: perl(Tk) = %{version}
|
|
|
|
Provides: perl(Tk) = %{version}
|
|
|
|
|
|
|
|
|
|
|
@ -135,7 +132,7 @@ chmod -x pod/Popup.pod Tixish/lib/Tk/balArrow.xbm
|
|
|
|
%patch2 -p1 -b .seg
|
|
|
|
%patch2 -p1 -b .seg
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor X11LIB=%{_libdir} XFT=0
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor X11LIB=%{_libdir} XFT=1
|
|
|
|
find . -name Makefile | xargs %{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/'
|
|
|
|
find . -name Makefile | xargs %{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/'
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -180,49 +177,6 @@ find __demos/ -type f -exec chmod -x {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 804.035-7
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 804.035-6
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 804.035-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 804.035-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Petr Pisar <ppisar@redhat.com> - 804.035-3
|
|
|
|
|
|
|
|
- Run-require locale module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 804.035-2
|
|
|
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2020 Jitka Plesnikova <jplesnik@redhat.com> - 804.035-1
|
|
|
|
|
|
|
|
- 804.035 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 17 2020 Petr Pisar <ppisar@redhat.com> - 804.034-9
|
|
|
|
|
|
|
|
- Build-require blib module for tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 804.034-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 804.034-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 804.034-6
|
|
|
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 804.034-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 804.034-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 804.034-3
|
|
|
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 804.034-2
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 804.034-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|