1
0

- removing %apache_test_* macros, do not test module just by

loading the module

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_maxminddb?expand=0&rev=6
This commit is contained in:
Petr Gajdos 2020-02-09 20:55:31 +00:00 committed by Git OBS Bridge
parent 74e5713ddf
commit ac92a64009
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 9 20:55:12 UTC 2020 - pgajdos@suse.com
- removing %apache_test_* macros, do not test module just by
loading the module
-------------------------------------------------------------------
Thu Oct 17 13:20:53 UTC 2019 - Richard Brown <rbrown@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package apache2-mod_maxminddb
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -51,11 +51,6 @@ autoreconf
%configure
make %{?_smp_mflags}
%check
set +x
%apache_test_module_load -m maxminddb -i test-enable-module.conf
set -x
%install
mkdir -p %{buildroot}/%{apache_libexecdir}
cp -p src/.libs/%{modname}.so %{buildroot}/%{apache_libexecdir}