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-Net-SMTP-SSL?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2010-12-03 14:44:44 +00:00 committed by Git OBS Bridge
parent 47517338d3
commit 82711728b0

View File

@ -7,10 +7,11 @@ License: Artistic license
Source: Net-SMTP-SSL-1.01.tar.gz
Group: Development/Libraries/Perl
Summary: ImplemeImplements the same API as Net::SMTP, but uses IO::Socket::SSL
%{perl_requires}
Requires: perl-IO-Socket-SSL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its