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/
License: GPLv2+
Group: Development/Libraries/Perl
%{perl_requires}
AutoReqProv: on
Summary: This Module Attempts to make using HTML Templates Simple and Natural
Version: 2.9
Release: 112
Source: HTML-Template-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
This allows you to separate design - the HTML - from the data, which