perl-Text-CharWidth/perl-Text-CharWidth.spec

61 lines
1.5 KiB
RPMSpec

#
# spec file for package perl-Text-CharWidth (Version 0.04)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Text-CharWidth
License: Artistic License
Group: System/I18n/Japanese
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: Get number of occupied columns of a string on terminal
Version: 0.04
Release: 1
URL: http://search.cpan.org/~kubota/Text-CharWidth-0.04/CharWidth.pm
Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-0.04.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Get number of occupied columns of a string on terminal
Authors:
--------
&#20037;&#20445;&#30000; &#26234;&#24195; (Tomohiro KUBOTA) <kubota@debian.org>
%prep
%setup -n Text-CharWidth-%{version}
%build
perl Makefile.PL
make
%check
make test
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%files
%defattr(-,root,root)
%{perl_vendorlib}/*/Text/
%dir %{perl_vendorarch}/auto/Text/
%{perl_vendorarch}/auto/Text/CharWidth
%{_mandir}/man?/*
%doc Changes README
/var/adm/perl-modules/perl-Text-CharWidth
%changelog
* Thu Aug 09 2007 - mfabian@suse.de
- new package: perl-Text-CharWidth version 0.04.