diff --git a/Unicode-Map-0.112.tar.gz b/Unicode-Map-0.112.tar.gz new file mode 100644 index 0000000..29fe972 Binary files /dev/null and b/Unicode-Map-0.112.tar.gz differ diff --git a/perl-Unicode-Map.spec b/perl-Unicode-Map.spec new file mode 100644 index 0000000..8c2bdc5 --- /dev/null +++ b/perl-Unicode-Map.spec @@ -0,0 +1,76 @@ +%global _empty_manifest_terminate_build 0 +Name: perl-Unicode-Map +Version: 0.112 +Release: 1 +Summary: V0.112 - maps charsets from and to utf16 unicode +License: Distributable, see COPYING +Group: Development/Libraries +URL: http://search.cpan.org/dist/Unicode-Map/ +Source0: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%description +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. +To transform these use Unicode::String. +%package help +Summary : V0.112 - maps charsets from and to utf16 unicode +Provides: perl-Unicode-Map-doc +%description help +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. +To transform these use Unicode::String. +%prep +%setup -q -n Unicode-Map-%{version} +%build +export PERL_MM_OPT="" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} + +%install +export PERL_MM_OPT="" +rm -rf $RPM_BUILD_ROOT + +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +pushd %{buildroot} +touch filelist.lst +if [ -d usr/bin ];then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ];then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ];then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib ];then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +popd +mv %{buildroot}/filelist.lst . +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f filelist.lst +%defattr(-,root,root,-) +%doc Changes COPYING README +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Unicode* +%files help +%{_mandir}/* + +%changelog +* Wed Jun 17 2020 Perl_Bot 0.112-1 +- Specfile autogenerated by Perl_Bot diff --git a/perl-Unicode-Map.yaml b/perl-Unicode-Map.yaml new file mode 100644 index 0000000..f28c66a --- /dev/null +++ b/perl-Unicode-Map.yaml @@ -0,0 +1,4 @@ +version-ctrl: metacpan +src_repo: Unicode-Map +mag_prefix: "^" +seperator: "."