rpms/perl-Text-WrapI18N/devel perl-Text-WrapI18N.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sun Jan 7 00:19:18 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/perl-Text-WrapI18N/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14719/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-WrapI18N.spec 
Log Message:
auto-import perl-Text-WrapI18N-0.06-2.at on branch devel from perl-Text-WrapI18N-0.06-2.at.src.rpm


--- NEW FILE perl-Text-WrapI18N.spec ---
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 at ATrpms.net> - 0.06-2
- Add ownership of some perl folders.

* Thu Dec 28 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.06-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-WrapI18N/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jan 2007 00:18:02 -0000	1.1
+++ .cvsignore	7 Jan 2007 00:18:48 -0000	1.2
@@ -0,0 +1 @@
+Text-WrapI18N-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-WrapI18N/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jan 2007 00:18:02 -0000	1.1
+++ sources	7 Jan 2007 00:18:48 -0000	1.2
@@ -0,0 +1 @@
+0799c16a00926e6c18d400c2e2861d5f  Text-WrapI18N-0.06.tar.gz




More information about the fedora-extras-commits mailing list