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:
@@ -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
|
||||
|
Reference in New Issue
Block a user