5 Star 0 Fork 2

src-openEuler/perl-Text-Table

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
perl-Text-Table.spec 2.15 KB
Copy Edit Raw Blame History
woody2918 authored 2024-02-02 10:40 . update version to 1.135
#from https://fedoraproject.org to https://openeuler.org/
Name: perl-Text-Table
Version: 1.135
Release: 1
Summary: Organize Data in Tables
License: ISC
URL: https://metacpan.org/release/Text-Table
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Text-Table-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(lib)
BuildRequires: perl(Module::Build)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(List::Util)
BuildRequires: perl(overload)
BuildRequires: perl(Text::Aligner) >= 0.05
# Tests:
BuildRequires: perl(blib)
BuildRequires: perl(constant)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More)
# Optional tests are skipped
Requires: perl(:MODULE_COMPAT_%(eval "$(/usr/bin/perl -V:version)"; echo $version))
Requires: perl(Text::Aligner) >= 0.05
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Text::Aligner\\)$
%description
Organization of data in table form is a time-honored and useful method of
data representation. While columns of data are trivially generated by
computer through formatted output, even simple tasks like keeping titles
aligned with the data columns are not trivial, and the one-shot solutions
one comes up with tend to be particularly hard to maintain. Text::Table
allows you to create and maintain tables that adapt to alignment
requirements as you use them.
%prep
%setup -q -n Text-Table-%{version}
%build
/usr/bin/perl Build.PL installdirs=vendor
./Build
%install
./Build install destdir=%{buildroot} create_packlist=0
%{_fixperms} %{buildroot}/*
%check
./Build test
%files
%license LICENSE
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri Feb 02 2024 woody2918 <wudi1@uniontech.com> - 1.135-1
- update version to 1.135
- Added some entries to SEE ALSO
* Mon Mar 29 2021 wangyueliang <wangyueliang@kylinos.cn> - 1.134-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-Text-Table.git
git@gitee.com:src-openeuler/perl-Text-Table.git
src-openeuler
perl-Text-Table
perl-Text-Table
master

Search