always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CharWidth?expand=0&rev=9
This commit is contained in:
parent
40dc5613c3
commit
0410b92608
@ -21,7 +21,6 @@
|
||||
Name: perl-Text-CharWidth
|
||||
License: Artistic
|
||||
Group: System/I18n/Japanese
|
||||
%{perl_requires}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user