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-Tree?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2010-12-03 14:37:55 +00:00 committed by Git OBS Bridge
parent bf3207547b
commit 203b75f13d

View File

@ -20,9 +20,9 @@
Name: perl-HTML-Tree
BuildRequires: perl-HTML-Parser
BuildRequires: perl-macros
License: Artistic ; GPLv2+ ; Other uncritical OpenSource License
Group: Development/Libraries/Perl
%{perl_requires}
Requires: perl-HTML-Parser perl-HTML-Tagset
AutoReqProv: on
Summary: Modules for representing, creating, and extracting information from HTML syntax trees
@ -31,6 +31,7 @@ Release: 1
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.bz2
Url: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
This distribution contains a suite of modules for representing,