8
0

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-PerlIO-gzip?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2010-12-03 14:46:48 +00:00
committed by Git OBS Bridge
parent d562c9e937
commit 453e2704c4

View File

@@ -3,12 +3,13 @@ Name: perl-%{modname}
Version: 0.17
Release: 4
Summary: Perl extension to provide a PerlIO layer to gzip/gunzip
%{perl_requires}
BuildRequires: perl zlib-devel
BuildRequires: perl-macros
License: GPL/Artistic
Group: Development/Libraries/Perl
Source: %{modname}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
%{perl_requires}
%description
PerlIO::gzip provides a PerlIO layer that manipulates files in the format used