forked from pool/apache2
Accepting request 855763 from home:adkorte:branches:Apache
- only include BuildRequires: apache2-{prefork,worker,event} used in test target OBS-URL: https://build.opensuse.org/request/show/855763 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=637
This commit is contained in:
10
apache2.spec
10
apache2.spec
@@ -232,12 +232,18 @@ BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: apache-rpm-macros
|
||||
BuildRequires: apache2
|
||||
BuildRequires: apache2-devel
|
||||
BuildRequires: apache2-event
|
||||
BuildRequires: apache2-manual
|
||||
BuildRequires: apache2-prefork
|
||||
BuildRequires: apache2-utils
|
||||
%endif
|
||||
%if "%{flavor}" == "test_prefork"
|
||||
BuildRequires: apache2-prefork
|
||||
%endif
|
||||
%if "%{flavor}" == "test_worker"
|
||||
BuildRequires: apache2-worker
|
||||
%endif
|
||||
%if "%{flavor}" == "test_event"
|
||||
BuildRequires: apache2-event
|
||||
%endif
|
||||
%if %{unittest}
|
||||
BuildRequires: mod_php_any
|
||||
# perl-doc is assumed by t/filter/case.t (/usr/lib/perl5/*/pod/perlsub.pod)
|
||||
|
Reference in New Issue
Block a user