8
0

Accepting request 448261 from home:AndreasStieger:branches:Apache:Modules

update to 2.0.10

OBS-URL: https://build.opensuse.org/request/show/448261
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=66
This commit is contained in:
2017-01-02 09:18:29 +00:00
committed by Git OBS Bridge
parent 7604b2741a
commit 3c1fb6a579
5 changed files with 14 additions and 269 deletions

View File

@@ -18,7 +18,7 @@
%define srcname mod_perl
Name: apache2-mod_perl
Version: 2.0.9
Version: 2.0.10
Release: 0
Summary: Embedded Perl for Apache
License: Apache-2.0
@@ -26,8 +26,6 @@ Group: Productivity/Networking/Web/Servers
Url: http://perl.apache.org/
Source0: http://apache.miloslavbrada.cz/perl/%{srcname}-%{version}.tar.gz
Patch1: avoid-broken-provides.diff
# PATCH-FIX-UPSTREAM http://svn.apache.org/viewvc?view=revision&revision=1717474
Patch2: mod_perl-add_support_for_perl_5.22.patch
BuildRequires: apache-rpm-macros
BuildRequires: apache2-devel
BuildRequires: db-devel
@@ -82,7 +80,6 @@ software depending on apache2-mod_perl.
%prep
%setup -q -n %{srcname}-%{version}
%patch1 -p1
%patch2
%build
perl Makefile.PL INSTALLDIRS=vendor MP_APXS=%{apache_apxs} MP_APR_CONFIG=%{_bindir}/apr-1-config MP_CCOPTS="%{apache_cflags} -fgnu89-inline"