forked from pool/perl-Text-Table
- updated to 1.130
- Minimum perl version in 'requires' this time in META.yml (CPANTS). - Change the META.yml license indicator to 'mit' - it is the ISC license, which is MIT in effect. (CPANTS). OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Table?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
8dfdb96552
commit
d0d34788d8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecf8ac40ae73bf7fe66f0779d9ad718e1e186c498017c241b7cceabdbd4114ad
|
|
||||||
size 27911
|
|
3
Text-Table-1.130.tar.gz
Normal file
3
Text-Table-1.130.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2dc3e962ae247ed5cbc130db1dadb5f4a5f89d7fbf1feda10390d33d1d88809
|
||||||
|
size 28019
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 9 06:13:02 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.130
|
||||||
|
- Minimum perl version in 'requires' this time in META.yml (CPANTS).
|
||||||
|
- Change the META.yml license indicator to 'mit' - it is the ISC
|
||||||
|
license, which is MIT in effect. (CPANTS).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 4 15:32:53 UTC 2014 - tchvatal@suse.com
|
Tue Mar 4 15:32:53 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-Table
|
# spec file for package perl-Text-Table
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,24 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Text-Table
|
Name: perl-Text-Table
|
||||||
Version: 1.129
|
Version: 1.130
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_name Text-Table
|
||||||
Summary: Organize Data in Tables
|
Summary: Organize Data in Tables
|
||||||
License: BSD-3-Clause
|
License: MIT
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Text-Table
|
Url: http://search.cpan.org/dist/Text-Table/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Text-Table-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.36
|
BuildRequires: perl(Module::Build) >= 0.36
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
BuildRequires: perl(Text::Aligner) >= 0.05
|
BuildRequires: perl(Text::Aligner) >= 0.05
|
||||||
BuildRequires: perl(strict)
|
|
||||||
BuildRequires: perl(warnings)
|
|
||||||
Requires: perl(Text::Aligner) >= 0.05
|
Requires: perl(Text::Aligner) >= 0.05
|
||||||
Requires: perl(strict)
|
|
||||||
Requires: perl(warnings)
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -47,24 +44,21 @@ allows you to create and maintain tables that adapt to alignment
|
|||||||
requirements as you use them.
|
requirements as you use them.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n "Text-Table-%{version}"
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl ./Build.PL
|
%{__perl} Build.PL installdirs=vendor
|
||||||
./Build
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
|
||||||
./Build pure_install --destdir %{buildroot} --installdirs vendor
|
|
||||||
%perl_process_packlist
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%files
|
%install
|
||||||
%defattr(-,root,root)
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%doc Changes README LICENSE
|
%perl_gen_filelist
|
||||||
%dir %{perl_vendorlib}/Text
|
|
||||||
%{perl_vendorlib}/Text/Table.pm
|
%files -f %{name}.files
|
||||||
%doc %{perl_man3dir}/Text::Table.%{perl_man3ext}%{ext_man}
|
%defattr(-,root,root,755)
|
||||||
|
%doc Changes examples LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user