auto-import perl-Text-WrapI18N-0.06-2.at on branch devel from
perl-Text-WrapI18N-0.06-2.at.src.rpm
This commit is contained in:
parent
5f1aabe803
commit
1672358712
@ -0,0 +1 @@
|
||||
Text-WrapI18N-0.06.tar.gz
|
||||
59
perl-Text-WrapI18N.spec
Normal file
59
perl-Text-WrapI18N.spec
Normal file
@ -0,0 +1,59 @@
|
||||
Summary: Line wrapping with support for several locale setups
|
||||
Name: perl-Text-WrapI18N
|
||||
Version: 0.06
|
||||
Release: 2%{?dist}
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Text-WrapI18N/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-WrapI18N-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Text::CharWidth) >= 0.02
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
This is a module which intends to substitute Text::Wrap,
|
||||
which supports internationalized texts including:
|
||||
- multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5,
|
||||
- fullwidth characters like east Asian characters which appear in
|
||||
UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on,
|
||||
- combining characters like diacritical marks which appear in UTF-8,
|
||||
ISO-8859-11 (aka TIS-620), and so on, and
|
||||
- languages which don't use whitespaces between words, like Chinese
|
||||
and Japanese.
|
||||
|
||||
%prep
|
||||
%setup -q -n Text-WrapI18N-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f \( -name .packlist -or -name perllocal.pod \
|
||||
-or \( -name '*.bs' -a -empty \) \) -exec rm -f {} \;
|
||||
find %{buildroot} -depth -type d -exec rmdir {} \;
|
||||
chmod -R u+w %{buildroot}
|
||||
|
||||
%check || :
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README Changes
|
||||
%{perl_vendorlib}/Text
|
||||
%{_mandir}/man3/Text::WrapI18N.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 30 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.06-2
|
||||
- Add ownership of some perl folders.
|
||||
|
||||
* Thu Dec 28 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.06-1
|
||||
- Initial build.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user