forked from pool/perl-Unicode-String
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-Unicode-String?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
499e1441de
commit
7eb12e3eed
@@ -21,7 +21,6 @@
|
|||||||
Name: perl-Unicode-String
|
Name: perl-Unicode-String
|
||||||
Version: 2.09
|
Version: 2.09
|
||||||
Release: 142
|
Release: 142
|
||||||
%{perl_requires}
|
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic
|
License: Artistic
|
||||||
@@ -29,7 +28,9 @@ Url: http://cpan.org/modules/by-module/Unicode/
|
|||||||
Summary: String of Unicode characters (UCS2/UTF16)
|
Summary: String of Unicode characters (UCS2/UTF16)
|
||||||
Source: Unicode-String-%{version}.tar.bz2
|
Source: Unicode-String-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Unicode::String object represents a sequence of Unicode characters.
|
A Unicode::String object represents a sequence of Unicode characters.
|
||||||
|
Reference in New Issue
Block a user