Name: perl-Lingua-KO-Hangul-Util Version: 0.27 Release: 1%{?dist} Summary: Utility functions for Hangul in Unicode License: GPL+ or Artistic URL: http://search.cpan.org/dist/Lingua-KO-Hangul-Util/ Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/Lingua-KO-Hangul-Util-%{version}.tar.gz # Build BuildRequires: make BuildRequires: perl BuildRequires: perl(bytes) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(File::Copy) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Runtime BuildRequires: perl(DynaLoader) BuildRequires: perl(Exporter) # Tests only # - Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %description %{summary}. %prep %setup -q -n Lingua-KO-Hangul-Util-%{version} %build perl enableXS perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Lingua %{_mandir}/man3/* %changelog * Thu Jul 23 2015 Petr Ĺ abata 0.27-1 - Initial packaging