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-HTML-Template?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2010-12-03 14:37:46 +00:00
committed by Git OBS Bridge
parent e8fec64a7d
commit 8eafaab70c

View File

@@ -22,14 +22,15 @@ Name: perl-HTML-Template
Url: http://cpan.org/modules/by-module/HTML/ Url: http://cpan.org/modules/by-module/HTML/
License: GPLv2+ License: GPLv2+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
%{perl_requires}
AutoReqProv: on AutoReqProv: on
Summary: This Module Attempts to make using HTML Templates Simple and Natural Summary: This Module Attempts to make using HTML Templates Simple and Natural
Version: 2.9 Version: 2.9
Release: 112 Release: 112
Source: HTML-Template-%{version}.tar.bz2 Source: HTML-Template-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros
%description %description
This allows you to separate design - the HTML - from the data, which This allows you to separate design - the HTML - from the data, which