Accepting request 838261 from devel:languages:perl:autoupdate

- updated to 1.14
   see /usr/share/doc/packages/perl-Unicode-MapUTF8/Changes
  1.14 2020.09.27   Fixing pod breakage in EUC-JP pod
  1.13 2020.09.27   Fixing MANIFEST.SKIP error
  1.12 2020.09.27   Build tool updates. Maintainer updates. POD error fixes.
                    Relicensed under MIT license.

OBS-URL: https://build.opensuse.org/request/show/838261
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-MapUTF8?expand=0&rev=9
This commit is contained in:
2020-09-28 12:43:02 +00:00
committed by Git OBS Bridge
parent 8ddb4f47f7
commit d180a8255d
5 changed files with 72 additions and 37 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db534d74b18b2464743efc6aada51854e0fde88f875d208a154eddb9f2b50e93
size 16402

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85ddb1de88dc96e4f211ca57d9685e41ce4da0764671117dceeb0e05cad8a5b0
size 19646

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Sep 28 03:19:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.14
see /usr/share/doc/packages/perl-Unicode-MapUTF8/Changes
1.14 2020.09.27 Fixing pod breakage in EUC-JP pod
1.13 2020.09.27 Fixing MANIFEST.SKIP error
1.12 2020.09.27 Build tool updates. Maintainer updates. POD error fixes.
Relicensed under MIT license.
-------------------------------------------------------------------
Wed Dec 1 13:35:57 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-MapUTF8
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,33 @@
# 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/
#
# norootforbuild
Name: perl-Unicode-MapUTF8
Version: 1.14
Release: 0
%define cpan_name Unicode-MapUTF8
Summary: Conversions to and from arbitrary character sets and UTF8
Url: http://search.cpan.org/perldoc?Unicode::MapUTF8
License: MIT
Group: Development/Libraries/Perl
License: Artistic License
Version: 1.11
Release: 1
Source: %{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SN/SNOWHARE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Test::Distribution)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Unicode::String)
BuildRequires: perl(Jcode)
BuildRequires: perl(Module::Build) >= 0.420000
BuildRequires: perl(Unicode::Map)
BuildRequires: perl(Unicode::Map8)
BuildRequires: perl(Jcode)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl(Unicode::String)
Requires: perl(Jcode)
Requires: perl(Unicode::Map)
Requires: perl(Unicode::Map8)
Requires: perl(Unicode::String)
%{perl_requires}
%description
@@ -59,35 +62,26 @@ conversion modules that arrive on the scene.
This module is intended to provide good Unicode support to versions of Perl
prior to 5.8. If you are using Perl 5.8.0 or later, you probably want to be
using the Encode module instead. This module does work with Perl 5.8, but
using the Encode module instead. This module *does* work with Perl 5.8, but
Encode is the preferred method in that environment.
Author:
-------
Benjamin Franz <snowhare@nihongo.org>
%prep
%setup -n %{cpan_name}-%{version}
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL
make %{?jobs:-j%jobs}
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
make test
./Build test
%install
%perl_make_install
%perl_process_packlist
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
rm -rf %{buildroot}
%files -f %{name}.files
%defattr(-, root, root)
%doc Changes README MANIFEST
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
%changelog