forked from pool/apache2-mod_maxminddb
Accepting request 774744 from Apache:Modules
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/774744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_maxminddb?expand=0&rev=3
This commit is contained in:
commit
7575eb79a5
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Remove obsolete Groups tag (fate#326485)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 7 09:44:02 UTC 2019 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
Mon Oct 7 09:44:02 UTC 2019 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache2-mod_maxminddb
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,6 @@ Version: 1.1.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: MaxMind DB Apache Module
|
Summary: MaxMind DB Apache Module
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
|
||||||
URL: https://maxmind.github.io/mod_maxminddb/
|
URL: https://maxmind.github.io/mod_maxminddb/
|
||||||
Source: https://github.com/maxmind/mod_maxminddb/releases/download/%{version}/mod_maxminddb-%{version}.tar.gz
|
Source: https://github.com/maxmind/mod_maxminddb/releases/download/%{version}/mod_maxminddb-%{version}.tar.gz
|
||||||
Source2: %{modname}.conf
|
Source2: %{modname}.conf
|
||||||
@ -52,11 +51,6 @@ autoreconf
|
|||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
|
||||||
set +x
|
|
||||||
%apache_test_module_load -m maxminddb -i test-enable-module.conf
|
|
||||||
set -x
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{apache_libexecdir}
|
mkdir -p %{buildroot}/%{apache_libexecdir}
|
||||||
cp -p src/.libs/%{modname}.so %{buildroot}/%{apache_libexecdir}
|
cp -p src/.libs/%{modname}.so %{buildroot}/%{apache_libexecdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user