forked from pool/perl-String-CRC32
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-String-CRC32?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
4e504da6e5
commit
def3b34899
@@ -3,12 +3,13 @@ Name: perl-%{modname}
|
|||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Perl interface for cyclic redundency check generation
|
Summary: Perl interface for cyclic redundency check generation
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: %{modname}-%{version}.tar.bz2
|
Source: %{modname}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The CRC32 module calculates CRC sums of 32 bit lengths. It generates the same
|
The CRC32 module calculates CRC sums of 32 bit lengths. It generates the same
|
||||||
|
|||||||
Reference in New Issue
Block a user