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-Filesys-Notify-Simple?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2010-12-03 14:05:28 +00:00
committed by Git OBS Bridge
parent fe563148a5
commit 3d1b5d39a6

View File

@@ -29,13 +29,11 @@ Url: http://search.cpan.org/dist/Filesys-Notify-Simple/
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl >= 5.8.1
BuildRequires: perl(Test::SharedFork)
%{perl_requires}
Requires: perl >= 5.8.1
%description