2025-01-27 21:41:45 -05:00
|
|
|
%define module Term::Table
|
2025-01-28 03:36:13 +01:00
|
|
|
|
2025-01-27 21:41:45 -05:00
|
|
|
Name: perl-Term-Table
|
|
|
|
Version: 0.016
|
2025-01-27 21:42:36 -05:00
|
|
|
Release: 2%{?org_tag}%{?dist}
|
2025-01-27 21:41:45 -05:00
|
|
|
Summary: Format a header and rows into a table
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Term-Table/
|
|
|
|
Source0: http://localhost/cpan/authors/id/E/EX/EXODIST/Term-Table-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl >= 0:5.008001
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(Importer) >= 0.024
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Term::Size::Any) >= 0.002
|
|
|
|
BuildRequires: perl(Test2::Tools::Tiny) >= 1.302072
|
|
|
|
BuildRequires: perl(Unicode::LineBreak) >= 2015.06
|
|
|
|
Requires: perl(Carp)
|
|
|
|
Requires: perl(Importer) >= 0.024
|
|
|
|
Requires: perl(List::Util)
|
|
|
|
Requires: perl(Scalar::Util)
|
|
|
|
Requires: perl(Term::Size::Any) >= 0.002
|
|
|
|
Requires: perl(Unicode::LineBreak) >= 2015.06
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Autoreq: no
|
|
|
|
%if %{rhel} >= 8
|
|
|
|
Provides: perl(%{module}) = %{version}
|
|
|
|
%endif
|
2025-01-28 03:36:13 +01:00
|
|
|
|
2025-01-27 21:41:45 -05:00
|
|
|
%description
|
|
|
|
This is used by some failing tests to provide diagnostics about what has
|
|
|
|
gone wrong. This module is able to generic format rows of data into tables.
|
2025-01-28 03:36:13 +01:00
|
|
|
|
|
|
|
%prep
|
2025-01-27 21:41:45 -05:00
|
|
|
%setup -q -n Term-Table-%{version}
|
2025-01-28 03:36:13 +01:00
|
|
|
|
|
|
|
%build
|
2025-01-27 21:41:45 -05:00
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
2025-01-28 03:36:13 +01:00
|
|
|
|
|
|
|
%install
|
2025-01-27 21:41:45 -05:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
# FIXME: this test isn't working inside mock
|
|
|
|
rm -f t/honor_env_in_non_tty.t
|
|
|
|
make test
|
2025-01-28 03:36:13 +01:00
|
|
|
|
|
|
|
%clean
|
2025-01-27 21:41:45 -05:00
|
|
|
rm -rf %{buildroot}
|
2025-01-28 03:36:13 +01:00
|
|
|
|
2025-01-27 21:41:45 -05:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc appveyor.yml Changes cpanfile LICENSE META.json README README.md
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
2025-01-28 03:36:13 +01:00
|
|
|
|
2025-01-27 21:41:45 -05:00
|
|
|
%changelog
|
2025-01-27 21:42:36 -05:00
|
|
|
* Mon Jan 27 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.016-2.sme
|
|
|
|
- import to SME11
|
|
|
|
|
2025-01-27 21:41:45 -05:00
|
|
|
* Mon Feb 14 2022 Gavin Carr <gavin@openfusion.net> 0.016-1
|
|
|
|
- Update to version 0.016.
|
2025-01-28 03:36:13 +01:00
|
|
|
|
2025-01-27 21:41:45 -05:00
|
|
|
* Wed Aug 04 2021 Gavin Carr <gavin@openfusion.com.au> 0.015-1
|
|
|
|
- Update to version 0.015.
|
2025-01-28 03:36:13 +01:00
|
|
|
|
2025-01-27 21:41:45 -05:00
|
|
|
* Wed May 31 2017 Gavin Carr <gavin@openfusion.com.au> 0.008-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.79.
|