8
0

Accepting request 766532 from devel:languages:perl:autoupdate

- updated to 0.002011
   see /usr/share/doc/packages/perl-Data-Perl/Changes
  0.002011  2020-01-22 13:33:30+00:00 Europe/London
    - pod cleanups
    - update Changes file which was missed out in last release
  
  0.002010  2020-01-22 13:28:03+00:00 Europe/London
    - adds head and tail methods for Array
    - @tobyink is now maintainer

OBS-URL: https://build.opensuse.org/request/show/766532
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Perl?expand=0&rev=3
This commit is contained in:
2020-01-23 13:56:07 +00:00
committed by Git OBS Bridge
parent 44e12a29df
commit d2680298a1
5 changed files with 65 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Perl
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Data-Perl
Version: 0.002009
Version: 0.002011
Release: 0
%define cpan_name Data-Perl
Summary: Base classes wrapping fundamental Perl data types.
License: Artistic-1.0 or GPL-1.0+
Summary: Base classes wrapping fundamental Perl data types
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Perl/
Source: http://www.cpan.org/authors/id/M/MA/MATTP/%{cpan_name}-%{version}.tar.gz
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -55,29 +56,29 @@ input.
Data::Perl is a container class for the following classes:
* * the Data::Perl::Collection::Hash manpage
* * Data::Perl::Collection::Hash
* * the Data::Perl::Collection::Array manpage
* * Data::Perl::Collection::Array
* * the Data::Perl::String manpage
* * Data::Perl::String
* * the Data::Perl::Number manpage
* * Data::Perl::Number
* * the Data::Perl::Counter manpage
* * Data::Perl::Counter
* * the Data::Perl::Bool manpage
* * Data::Perl::Bool
* * the Data::Perl::Code manpage
* * Data::Perl::Code
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@@ -86,6 +87,7 @@ Data::Perl is a container class for the following classes:
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README README.mkdn
%doc Changes README.mkdn
%license LICENSE
%changelog