add missing buildrequires
This commit is contained in:
parent
47d4c11705
commit
440731c08b
@ -1,22 +1,23 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-Unicode-Map
|
Name: perl-Unicode-Map
|
||||||
Version: 0.112
|
Version: 0.112
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: V0.112 - maps charsets from and to utf16 unicode
|
Summary: Maps charsets from and to utf16 unicode
|
||||||
License: Distributable, see COPYING
|
License: GPL-1.0-or-later or Artistic-1.0
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Unicode-Map/
|
URL: http://search.cpan.org/dist/Unicode-Map/
|
||||||
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl-devel
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
%description
|
%description
|
||||||
This module converts strings from and to 2-byte Unicode UCS2 format. All
|
This module converts strings from and to 2-byte Unicode UCS2 format. All
|
||||||
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
|
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
|
||||||
To transform these use Unicode::String.
|
To transform these use Unicode::String.
|
||||||
%package help
|
%package help
|
||||||
Summary : V0.112 - maps charsets from and to utf16 unicode
|
Summary : Maps charsets from and to utf16 unicode
|
||||||
Provides: perl-Unicode-Map-doc
|
Provides: perl-Unicode-Map-doc
|
||||||
%description help
|
%description help
|
||||||
This module converts strings from and to 2-byte Unicode UCS2 format. All
|
This module converts strings from and to 2-byte Unicode UCS2 format. All
|
||||||
@ -72,5 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 12 2022 Shinwell_Hu <micromotive@qq.com> - 0.112-2
|
||||||
|
- Add BuildRequires of perl-devel to fix build failure.
|
||||||
|
- License comliance rectificaton
|
||||||
|
|
||||||
* Wed Jun 17 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.112-1
|
* Wed Jun 17 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.112-1
|
||||||
- Specfile autogenerated by Perl_Bot
|
- Specfile autogenerated by Perl_Bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user