11Vendor: Microsoft Corporation
22Distribution: Azure Linux
33Name: perl-Term-UI
4- Version: 0.46
5- Release: 16 %{?dist }
4+ Version: 0.50
5+ Release: 1 %{?dist }
66Summary: Term::ReadLine user interface made easy
7- License: GPL+ or Artistic
7+ License: GPL-1.0-or-later OR Artistic-1.0 -Perl
88URL: https://metacpan.org/release/Term-UI
9- Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Term-UI-%{version }.tar.gz# /perl-Term-UI-%{version}.tar.gz
9+ Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Term-UI-%{version }.tar.gz
1010BuildArch: noarch
11+ BuildRequires: make
1112BuildRequires: perl-interpreter
1213BuildRequires: perl-generators
1314BuildRequires: perl(ExtUtils::MakeMaker)
1415BuildRequires: perl(strict)
1516# Run-time:
1617BuildRequires: perl(base)
1718BuildRequires: perl(Carp)
18- %if 0%(perl -e 'print $] > 5.017')
1919BuildRequires: perl(deprecate)
20- %endif
2120BuildRequires: perl(Exporter)
2221BuildRequires: perl(if)
2322BuildRequires: perl(Locale::Maketext::Simple)
@@ -30,10 +29,9 @@ BuildRequires: perl(vars)
3029BuildRequires: perl(File::Spec)
3130BuildRequires: perl(lib)
3231BuildRequires: perl(Test::More) >= 0.31
33- Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
34- %if 0%(perl -e 'print $] > 5.017')
3532Requires: perl(deprecate)
36- %endif
33+ Requires: perl(Exporter)
34+ Requires: perl(Log::Message::Simple)
3735
3836%description
3937Term::UI is a transparent way of eliminating the overhead of having to
@@ -44,13 +42,12 @@ answer was not proper and re-issuing the question.
4442%setup -q -n Term-UI-%{version }
4543
4644%build
47- perl Makefile.PL INSTALLDIRS=vendor
45+ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
4846make %{?_smp_mflags }
4947
5048%install
51- make pure_install DESTDIR=$RPM_BUILD_ROOT
52- find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
53- %{_fixperms } $RPM_BUILD_ROOT /*
49+ %{make_install }
50+ %{_fixperms } %{buildroot }/*
5451
5552%check
5653make test
@@ -61,6 +58,10 @@ make test
6158%{_mandir }/man3/*
6259
6360%changelog
61+ * Mon Feb 27 2025 Sumit Jena <v-sumitjena@microsoft.com> - 0.50-1
62+ - Update to version 0.50
63+ - License verified
64+
6465* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.46-16
6566- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6667
0 commit comments