forked from pool/perl-Text-Table
Accepting request 1011022 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1011022 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Table?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bacf429b18b7c0b22c088219055063e3902749531d488ebd7b17eab7757cd10b
|
|
||||||
size 31029
|
|
||||||
3
Text-Table-1.135.tar.gz
Normal file
3
Text-Table-1.135.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fca3c16e83127f7c44dde3d3f7e3c73ea50d109a1054445de8082fea794ca5d2
|
||||||
|
size 31059
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 13 03:09:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.135
|
||||||
|
see /usr/share/doc/packages/perl-Text-Table/Changes
|
||||||
|
|
||||||
|
1.135 2022-10-12
|
||||||
|
- Added some entries to SEE ALSO
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 16 03:12:46 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Sat May 16 03:12:46 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-Table
|
# spec file for package perl-Text-Table
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,19 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define cpan_name Text-Table
|
||||||
Name: perl-Text-Table
|
Name: perl-Text-Table
|
||||||
Version: 1.134
|
Version: 1.135
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: SUSE-Public-Domain
|
#Upstream: SUSE-Public-Domain
|
||||||
%define cpan_name Text-Table
|
|
||||||
Summary: Organize Data in Tables
|
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Libraries/Perl
|
Summary: Organize Data in Tables
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.280000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
@@ -47,7 +45,7 @@ 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 %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
@@ -61,7 +59,6 @@ perl Build.PL installdirs=vendor
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples README
|
%doc Changes examples README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user