Name: perl-String-Multibyte
Summary: Manipulation of multibyte character strings
Version: 1.12
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/String-Multibyte/
Description: This module provides some functions which emulate the corresponding
CORE:: functions to manipulate multiple-byte character strings.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: SADAHIRO Tomoyuki <SADAHIRO$cpan,org> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name String-Multibyte Summary: Manipulation of multibyte character strings Name: perl-String-Multibyte Version: 1.12 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/String-Multibyte/ Source: http://www.cpan.org/modules/by-module/String/String-Multibyte-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description This module provides some functions which emulate the corresponding CORE:: functions to manipulate multiple-byte character strings. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes README %doc %{_mandir}/man3/* %{perl_vendorlib}/String/Multibyte.pm %{perl_vendorlib}/String/Multibyte %changelog * Sat Jan 16 2016 Dries Verachtert <dries.verachtert@dries.eu> - 1.12-1 - Updated to release 1.12. * Sat Apr 2 2005 Dries Verachtert <dries@ulyssis.org> - 1.05-1 - Initial package.