Accepting request 54669 from devel:languages:perl

Accepted submit request 54669 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CharWidth?expand=0&rev=11
This commit is contained in:
Lars Vogdt 2010-12-05 21:23:05 +00:00 committed by Git OBS Bridge
commit fbb9d4b4b0
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 1 13:35:43 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:31:18 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Tue Oct 19 08:39:09 UTC 2010 - coolo@novell.com

View File

@ -21,7 +21,6 @@
Name: perl-Text-CharWidth
License: Artistic
Group: System/I18n/Japanese
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: Get number of occupied columns of a string on terminal
Version: 0.04
@ -29,7 +28,9 @@ Release: 82
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
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
Get number of occupied columns of a string on terminal
@ -62,6 +63,5 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
%{perl_vendorarch}/auto/Text/CharWidth
%{_mandir}/man?/*
%doc Changes README
/var/adm/perl-modules/perl-Text-CharWidth
%changelog