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-HTTP-Server-Simple?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2010-12-03 14:38:09 +00:00
committed by Git OBS Bridge
parent 94fb0db912
commit 811d56dd5c

View File

@@ -17,8 +17,8 @@ Source: %{real_name}-%{version}.tar.bz2
BuildRequires: perl-macros
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
%{perl_requires}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
This is a simple standalone HTTP server. By default, it doesn't thread or fork.