forked from pool/apache2-mod_perl
Accepting request 104293 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard OBS-URL: https://build.opensuse.org/request/show/104293 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
b47671da0d
commit
671c7ba018
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 10:44:11 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- patch license to follow spdx.org standard
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 17 11:19:09 UTC 2011 - jengelh@medozas.de
|
Sat Sep 17 11:19:09 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
|
# vim: ft=apache
|
||||||
#
|
#
|
||||||
# spec file for package apache2-mod_perl
|
# spec file for package apache2-mod_perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -19,7 +20,16 @@
|
|||||||
Url: http://perl.apache.org/
|
Url: http://perl.apache.org/
|
||||||
|
|
||||||
Name: apache2-mod_perl
|
Name: apache2-mod_perl
|
||||||
BuildRequires: apache2-devel db-devel ed pcre-devel perl perl-BSD-Resource perl-Compress-Zlib perl-Tie-IxHash perl-libwww-perl sudo
|
BuildRequires: apache2-devel
|
||||||
|
BuildRequires: db-devel
|
||||||
|
BuildRequires: ed
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-BSD-Resource
|
||||||
|
BuildRequires: perl-Compress-Zlib
|
||||||
|
BuildRequires: perl-Tie-IxHash
|
||||||
|
BuildRequires: perl-libwww-perl
|
||||||
|
BuildRequires: sudo
|
||||||
%if 0%{sles_version} == 9
|
%if 0%{sles_version} == 9
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
%endif
|
%endif
|
||||||
@@ -31,8 +41,8 @@ BuildRequires: openldap2-devel
|
|||||||
%define apache_serverroot %(%{apxs} -q PREFIX)
|
%define apache_serverroot %(%{apxs} -q PREFIX)
|
||||||
%define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN)
|
%define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN)
|
||||||
Summary: Embedded Perl for Apache
|
Summary: Embedded Perl for Apache
|
||||||
|
License: Apache-2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
License: ASLv..
|
|
||||||
Requires: apache2 %{apache_mmn}
|
Requires: apache2 %{apache_mmn}
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl-HTML-Parser perl-Tie-IxHash
|
Requires: perl-HTML-Parser perl-Tie-IxHash
|
||||||
@@ -40,7 +50,7 @@ Requires: perl-URI perl-libwww-perl
|
|||||||
Obsoletes: mod_perl_2
|
Obsoletes: mod_perl_2
|
||||||
Conflicts: mod_perl
|
Conflicts: mod_perl
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 3
|
Release: 0
|
||||||
Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
|
Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
|
||||||
Patch: %{name}-2.0.4-tests.diff
|
Patch: %{name}-2.0.4-tests.diff
|
||||||
Patch1: nolfs.patch
|
Patch1: nolfs.patch
|
||||||
@@ -86,7 +96,6 @@ be placed inside the /srv/www/cgi-bin/ directory. Refer to
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: ASLv..
|
|
||||||
Summary: Embedded Perl for Apache - Development package
|
Summary: Embedded Perl for Apache - Development package
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@@ -244,7 +253,6 @@ cat > $RPM_BUILD_ROOT/%{apache_sysconfdir}/conf.d/mod_perl.conf <<EOF
|
|||||||
</Location>
|
</Location>
|
||||||
# The /cgi-bin/ ScriptAlias is already set up in httpd.conf
|
# The /cgi-bin/ ScriptAlias is already set up in httpd.conf
|
||||||
</IfModule>
|
</IfModule>
|
||||||
# vim: ft=apache
|
|
||||||
EOF
|
EOF
|
||||||
# install documentation files alongside perl modules, where applicable
|
# install documentation files alongside perl modules, where applicable
|
||||||
%{__cp} -av docs/api/*.pod $RPM_BUILD_ROOT/%{perl_vendorarch}/
|
%{__cp} -av docs/api/*.pod $RPM_BUILD_ROOT/%{perl_vendorarch}/
|
||||||
|
Reference in New Issue
Block a user