Blame SPECS/mod_perl.spec

973ec2
%{?scl:%scl_package mod_perl}
973ec2
973ec2
# Unbundle Apache-Reload
973ec2
%{bcond_with mod_perl_enables_bundled_Apache_Reload}
973ec2
# Run optional test
973ec2
%if ! 0%{?scl:1}
973ec2
%{bcond_without mod_perl_enables_optional_test}
973ec2
%else
973ec2
%{bcond_with mod_perl_enables_optional_test}
973ec2
%endif
973ec2
973ec2
%if 0%{?scl:1}
973ec2
%{!?_httpd24_apxs:       %{expand: %%global _httpd24_apxs       %%{_sbindir}/apxs}}
973ec2
%{!?_httpd24_mmn:        %{expand: %%global _httpd24_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
973ec2
%{!?_httpd24_confdir:    %{expand: %%global _httpd24_confdir    %%{_sysconfdir}/httpd/conf.d}}
973ec2
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
973ec2
%{!?_httpd24_modconfdir: %{expand: %%global _httpd24_modconfdir %%{_sysconfdir}/httpd/conf.d}}
973ec2
%{!?_httpd24_moddir:    %{expand: %%global _httpd24_moddir    %%{_libdir}/httpd/modules}}
973ec2
%else
973ec2
%{!?_httpd_apxs:       %{expand: %%global _httpd_apxs       %%{_sbindir}/apxs}}
973ec2
%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
973ec2
%{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
973ec2
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
973ec2
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
973ec2
%{!?_httpd_moddir:    %{expand: %%global _httpd_moddir    %%{_libdir}/httpd/modules}}
973ec2
%endif
973ec2
973ec2
%global regenerate_xs 0
973ec2
973ec2
Name:           %{?scl:%scl_prefix}mod_perl
973ec2
Version:        2.0.11
973ec2
Release:        3%{?dist}
973ec2
Summary:        An embedded Perl interpreter for the Apache HTTP Server
973ec2
# other files:                  ASL 2.0
973ec2
## Not in binary packages
973ec2
# docs/os/win32/distinstall:    GPL+ or Artistic
973ec2
# docs/os/win32/mpinstall:      GPL+ or Artistic
973ec2
License:        ASL 2.0
973ec2
URL:            http://perl.apache.org/
973ec2
Source0:        http://www.apache.org/dist/perl/mod_perl-%{version}.tar.gz
973ec2
Source1:        perl.conf
973ec2
Source2:        perl.module.conf
973ec2
# Normalize documentation encoding
973ec2
Patch0:         mod_perl-2.0.10-Convert-documentation-to-UTF-8.patch
973ec2
Patch1:         mod_perl-2.0.4-inline.patch
973ec2
# Use short_name as argv[0] (bug #1809483)
973ec2
Patch2:         mod_perl-short-name.patch
973ec2
BuildRequires:  apr-devel >= 1.2.0
973ec2
BuildRequires:  apr-util-devel
973ec2
BuildRequires:  coreutils
973ec2
BuildRequires:  findutils
973ec2
BuildRequires:  gcc
973ec2
BuildRequires:  gdbm-devel
973ec2
BuildRequires:  %{?scl:httpd24-}httpd
973ec2
BuildRequires:  %{?scl:httpd24-}httpd-devel >= 2.4.0
973ec2
BuildRequires:  make
973ec2
BuildRequires:  %{?scl_prefix}perl-interpreter
973ec2
BuildRequires:  %{?scl_prefix}perl-devel
973ec2
BuildRequires:  %{?scl_prefix}perl-generators
973ec2
BuildRequires:  %{?scl_prefix}perl(AutoLoader)
973ec2
BuildRequires:  %{?scl_prefix}perl(Carp)
973ec2
BuildRequires:  %{?scl_prefix}perl(Config)
973ec2
BuildRequires:  %{?scl_prefix}perl(constant)
973ec2
BuildRequires:  %{?scl_prefix}perl(Cwd)
973ec2
BuildRequires:  %{?scl_prefix}perl(Data::Dumper)
973ec2
BuildRequires:  %{?scl_prefix}perl(DirHandle)
973ec2
BuildRequires:  %{?scl_prefix}perl(DynaLoader)
973ec2
BuildRequires:  %{?scl_prefix}perl(Exporter)
973ec2
BuildRequires:  %{?scl_prefix}perl(ExtUtils::Embed)
973ec2
BuildRequires:  %{?scl_prefix}perl(ExtUtils::Install)
973ec2
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker)
973ec2
BuildRequires:  %{?scl_prefix}perl(File::Basename)
973ec2
BuildRequires:  %{?scl_prefix}perl(File::Copy)
973ec2
BuildRequires:  %{?scl_prefix}perl(File::Find)
973ec2
BuildRequires:  %{?scl_prefix}perl(File::Path)
973ec2
BuildRequires:  %{?scl_prefix}perl(File::Spec)
973ec2
BuildRequires:  %{?scl_prefix}perl(File::Spec::Functions)
973ec2
BuildRequires:  %{?scl_prefix}perl(FindBin)
973ec2
BuildRequires:  %{?scl_prefix}perl(lib)
973ec2
# Module::CoreList not helpful
973ec2
BuildRequires:  %{?scl_prefix}perl(strict)
973ec2
BuildRequires:  %{?scl_prefix}perl(Symbol)
973ec2
BuildRequires:  %{?scl_prefix}perl(Test)
973ec2
BuildRequires:  %{?scl_prefix}perl(vars)
973ec2
BuildRequires:  %{?scl_prefix}perl(warnings)
973ec2
# Win32 not used
973ec2
BuildRequires:  sed
973ec2
%if %{regenerate_xs}0
973ec2
BuildRequires:  %{?scl_prefix}perl(Data::Flow) >= 0.05
973ec2
BuildRequires:  %{?scl_prefix}perl(Tie::IxHash)
973ec2
%endif
973ec2
# Run-time:
973ec2
BuildRequires:  %{?scl_prefix}perl(:VERSION) >= 5.6.1
973ec2
BuildRequires:  %{?scl_prefix}perl(base)
973ec2
BuildRequires:  %{?scl_prefix}perl(BSD::Resource)
973ec2
BuildRequires:  %{?scl_prefix}perl(Carp::Heavy)
973ec2
BuildRequires:  %{?scl_prefix}perl(Fcntl)
973ec2
BuildRequires:  %{?scl_prefix}perl(Getopt::Long)
973ec2
# IO::Dir not used at tests
973ec2
BuildRequires:  %{?scl_prefix}perl(Linux::Pid)
973ec2
BuildRequires:  %{?scl_prefix}perl(overload)
973ec2
BuildRequires:  %{?scl_prefix}perl(POSIX)
973ec2
BuildRequires:  %{?scl_prefix}perl(Socket)
973ec2
BuildRequires:  %{?scl_prefix}perl(subs)
973ec2
# TAP::Formatter::Console not use at tests
973ec2
# TAP::Harness not used at tests
973ec2
BuildRequires:  %{?scl_prefix}perl(Test)
973ec2
BuildRequires:  %{?scl_prefix}perl(Test::Harness)
973ec2
# Tests:
973ec2
BuildRequires:  %{?scl_prefix}perl(Compress::Zlib)
973ec2
BuildRequires:  %{?scl_prefix}perl(Encode)
973ec2
BuildRequires:  %{?scl_prefix}perl(ExtUtils::testlib)
973ec2
BuildRequires:  %{?scl_prefix}perl(IO::Select)
973ec2
BuildRequires:  %{?scl_prefix}perl(locale)
973ec2
BuildRequires:  %{?scl_prefix}perl(Math::BigInt)
973ec2
BuildRequires:  %{?scl_prefix}perl(threads)
973ec2
BuildRequires:  %{?scl_prefix}perl(Test::More)
973ec2
%if %{with mod_perl_enables_optional_test}
973ec2
# Optional tests:
973ec2
BuildRequires:  %{?scl_prefix}perl(CGI) >= 2.93
973ec2
BuildRequires:  %{?scl_prefix}perl(HTTP::Request::Common)
973ec2
BuildRequires:  %{?scl_prefix}perl(LWP::UserAgent)
973ec2
%endif
973ec2
%if 0%{?scl:1}
973ec2
Requires:       %{?scl:httpd24-}httpd-mmn = %{_httpd24_mmn}
973ec2
%else
973ec2
Requires:       %{?scl:httpd24-}httpd-mmn = %{_httpd_mmn}
973ec2
%endif
973ec2
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
973ec2
# For Apache::SizeLimit::Core
973ec2
Requires:       %{?scl_prefix}perl(Linux::Pid)
973ec2
%if 0%{?scl:1}
973ec2
Requires(post):     grep
973ec2
Requires(preun):    grep
973ec2
Requires(preun):    sed
973ec2
%endif
973ec2
973ec2
Conflicts:      perl516-mod_perl
973ec2
Conflicts:      rh-perl520-mod_perl
973ec2
Conflicts:      rh-perl524-mod_perl
973ec2
Conflicts:      rh-perl526-mod_perl
973ec2
973ec2
973ec2
%{?perl_default_filter}
973ec2
973ec2
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(Apache2::Connection\\)$
973ec2
%global __provides_exclude %__provides_exclude|perl\\(Apache2::RequestRec\\)$
973ec2
%global __provides_exclude %__provides_exclude|perl\\(warnings\\)$
973ec2
%global __provides_exclude %__provides_exclude|perl\\(HTTP::Request::Common\\)$
973ec2
%global __provides_exclude %__provides_exclude|mod_perl\\.so\\(.*$
973ec2
%global __provides_exclude %__provides_exclude|mod_perl\\.so$
973ec2
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Apache::Test.*\\)
973ec2
%global __requires_exclude %__requires_exclude|perl\\(Data::Flow\\)
973ec2
%global __requires_exclude %__requires_exclude|perl\\(Apache2::FunctionTable\\)
973ec2
%global __requires_exclude %__requires_exclude|perl\\(Apache2::StructureTable\\)
973ec2
973ec2
# Hide dependencies on broken provides
973ec2
%global __requires_exclude %__requires_exclude|^%{?scl_prefix}perl\\(Apache2::MPM\\)
973ec2
973ec2
%description
973ec2
Mod_perl incorporates a Perl interpreter into the Apache web server,
973ec2
so that the Apache web server can directly execute Perl code.
973ec2
Mod_perl links the Perl run-time library into the Apache web server and
973ec2
provides an object-oriented Perl interface for Apache's C language
973ec2
API.  The end result is a quicker CGI script turnaround process, since
973ec2
no external Perl interpreter has to be started.
973ec2
973ec2
Install mod_perl if you're installing the Apache web server and you'd
973ec2
like for it to directly incorporate a Perl interpreter.
973ec2
973ec2
973ec2
%package devel
973ec2
Summary:        Files needed for building XS modules that use mod_perl
973ec2
Requires:       %{name}%{?_isa} = %{version}-%{release}
973ec2
Requires:       %{?scl:httpd24-}httpd-devel%{?_isa}
973ec2
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
973ec2
Requires:       %{?scl_prefix}perl(IO::Dir)
973ec2
973ec2
%description devel 
973ec2
The mod_perl-devel package contains the files needed for building XS
973ec2
modules that use mod_perl.
973ec2
973ec2
973ec2
%if %{with mod_perl_enables_bundled_Apache_Reload}
973ec2
%package -n %{?scl_prefix}perl-Apache-Reload
973ec2
Version:        0.13
973ec2
Summary:        Reload changed Perl modules
973ec2
License:        ASL 2.0
973ec2
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
973ec2
# The mod_perl2 1.99022 is not used, pick for example ModPerl::Util to
973ec2
# constrain the version.
973ec2
Requires:       %{?scl_prefix}perl(ModPerl::Util) >= 1.99022
973ec2
Conflicts:      %{?scl_prefix}mod_perl < 2.0.10-4
973ec2
Provides:       bundled(Apache-Reload) = %{version}
973ec2
973ec2
# Fiter-underspecified dependencies
973ec2
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^%{?scl_prefix}perl\\(ModPerl::Util\\)$
973ec2
973ec2
%description -n %{?scl_prefix}perl-Apache-Reload
973ec2
This mod_perl extension allows to reload Perl modules that changed on the disk.
973ec2
%endif
973ec2
973ec2
973ec2
%prep
973ec2
%setup -q -n mod_perl-%{version}
973ec2
%patch0 -p1
973ec2
%patch1 -p1
973ec2
%patch2 -p1
973ec2
%{?scl:sed -i 's|@scl@|%{_scl_root}|' %{SOURCE1}}
973ec2
%{!?scl:sed -i 's|@scl@||' %{SOURCE1}}
973ec2
# Remove docs/os. It's only win32 info with non-ASL-2.0 license. Bug #1199044.
973ec2
rm -rf docs/os
973ec2
# Remove bundled Apache-Reload
973ec2
%if %{without mod_perl_enables_bundled_Apache_Reload}
973ec2
rm -rf Apache-Reload
973ec2
sed -i -e '/Apache-Reload/d' Makefile.PL MANIFEST
973ec2
%endif
973ec2
# Remove a failing test that's not a regression, CPAN RT#118919
973ec2
for F in t/filter/in_bbs_inject_header.t \
973ec2
        t/filter/TestFilter/in_bbs_inject_header.pm; do
973ec2
    rm "$F"
973ec2
    sed -i -e '\,^'"$F"',d' MANIFEST
973ec2
done
973ec2
973ec2
%build
973ec2
%if 0%{?scl:1}
973ec2
. /opt/rh/httpd24/enable
973ec2
. /opt/rh/%scl/enable
973ec2
CFLAGS="$RPM_OPT_FLAGS -fpic" perl Makefile.PL 
973ec2
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
973ec2
         INSTALLDIRS=vendor \
973ec2
         MP_APXS=%{_httpd24_apxs} \
973ec2
         MP_APR_CONFIG=%{_bindir}/apr-1-config
973ec2
%else
973ec2
CFLAGS="$RPM_OPT_FLAGS -fpic" perl Makefile.PL 
973ec2
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
973ec2
         INSTALLDIRS=vendor \
973ec2
         MP_APXS=%{_httpd_apxs} \
973ec2
         MP_APR_CONFIG=%{_bindir}/apr-1-config
973ec2
%endif
973ec2
973ec2
# This is not needed now when we are using httpd24 branch, but I will keep
973ec2
# it here in case someone will have to regenerate *.xs files again.
973ec2
%if %{regenerate_xs}0
973ec2
make source_scan
973ec2
make xs_generate
973ec2
CFLAGS="$RPM_OPT_FLAGS -fpic" perl Makefile.PL 
973ec2
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
973ec2
         INSTALLDIRS=vendor \
973ec2
         MP_APXS=%{_httpd_apxs} \
973ec2
         MP_APR_CONFIG=%{_bindir}/apr-1-config
973ec2
%endif
973ec2
973ec2
make -C src/modules/perl %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS -fpic"
973ec2
make %{?_smp_mflags}
973ec2
973ec2
%install
973ec2
%if 0%{?scl:1}
973ec2
. /opt/rh/httpd24/enable
973ec2
. /opt/rh/%scl/enable
973ec2
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_moddir}
973ec2
make install \
973ec2
    MODPERL_AP_LIBEXECDIR=$RPM_BUILD_ROOT%{_httpd24_moddir} \
973ec2
    MODPERL_AP_INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/httpd
973ec2
%else
973ec2
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_moddir}
973ec2
make install \
973ec2
    MODPERL_AP_LIBEXECDIR=$RPM_BUILD_ROOT%{_httpd_moddir} \
973ec2
    MODPERL_AP_INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/httpd
973ec2
%endif
973ec2
973ec2
# Remove files not suitable for distribution.
973ec2
find $RPM_BUILD_ROOT -type f -name .packlist -delete
973ec2
find $RPM_BUILD_ROOT -type f -name perllocal.pod -delete
973ec2
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -delete
973ec2
# Remove empty vendor_perl/auto/mod_perl2 directory.
973ec2
find $RPM_BUILD_ROOT -depth -type d -empty -delete
973ec2
973ec2
# Fix permissions to avoid strip failures on non-root builds.
973ec2
%{_fixperms} $RPM_BUILD_ROOT/*
973ec2
973ec2
%if 0%{?scl:1}
973ec2
# Install the config file
973ec2
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_confdir}
973ec2
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_modconfdir}
973ec2
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd24_confdir}
973ec2
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_httpd24_modconfdir}/02-perl.conf
973ec2
%else
973ec2
# Install the config file
973ec2
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_confdir}
973ec2
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_modconfdir}
973ec2
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_confdir}
973ec2
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_httpd_modconfdir}/02-perl.conf
973ec2
%endif
973ec2
973ec2
# Move set of modules to -devel
973ec2
devmods="ModPerl::Code ModPerl::BuildMM ModPerl::CScan \
973ec2
          ModPerl::TestRun ModPerl::Config ModPerl::WrapXS \
973ec2
          ModPerl::BuildOptions ModPerl::Manifest \
973ec2
          ModPerl::MapUtil ModPerl::StructureMap \
973ec2
          ModPerl::TypeMap ModPerl::FunctionMap \
973ec2
          ModPerl::ParseSource ModPerl::MM \
973ec2
          Apache2::Build Apache2::ParseSource Apache2::BuildConfig \
973ec2
          Bundle::ApacheTest"
973ec2
for m in $devmods; do
973ec2
   test -f $RPM_BUILD_ROOT%{_mandir}/man3/${m}.3pm &&
973ec2
     echo "%{_mandir}/man3/${m}.3pm*"
973ec2
   fn=${m//::/\/}
973ec2
   test -f $RPM_BUILD_ROOT%{perl_vendorarch}/${fn}.pm &&
973ec2
        echo %{perl_vendorarch}/${fn}.pm
973ec2
   test -d $RPM_BUILD_ROOT%{perl_vendorarch}/${fn} && 
973ec2
        echo %{perl_vendorarch}/${fn}
973ec2
   test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && 
973ec2
        echo %{perl_vendorarch}/auto/${fn}
973ec2
done | tee devel.files | sed 's/^/%%exclude /' > exclude.files
973ec2
echo "%%exclude %{_mandir}/man3/Apache::Test*.3pm*" >> exclude.files
973ec2
973ec2
# perl build script generates *.orig files, they get installed and later they
973ec2
# break provides so mod_perl requires mod_perl-devel. We remove them here.
973ec2
find "$RPM_BUILD_ROOT" -type f -name *.orig -delete
973ec2
973ec2
%if 0%{?scl:1}
973ec2
%post
973ec2
# Register a collection in the httpd environment
973ec2
FILE=/opt/rh/httpd24/service-environment
973ec2
if ! grep -q -e ' %{scl}"' "$FILE"; then
973ec2
printf 'HTTPD24_HTTPD_SCLS_ENABLED="${HTTPD24_HTTPD_SCLS_ENABLED} %{scl}"\n' \
973ec2
        >> "$FILE"
973ec2
fi
973ec2
exit 0
973ec2
973ec2
%preun
973ec2
# Unregister a collection from the httpd environment
973ec2
if [ $1 -eq 0 ]; then
973ec2
    FILE=/opt/rh/httpd24/service-environment
973ec2
    if grep -q -e ' %{scl}"' "$FILE"; then
973ec2
        sed -i -e \
973ec2
    '/^HTTPD24_HTTPD_SCLS_ENABLED="${HTTPD24_HTTPD_SCLS_ENABLED} %{scl}"$/d' \
973ec2
            "$FILE"
973ec2
    fi
973ec2
fi
973ec2
exit 0
973ec2
%endif
973ec2
973ec2
%check
973ec2
#%if 0%{?scl:1}
973ec2
#. /opt/rh/httpd24/enable
973ec2
#. /opt/rh/%scl/enable
973ec2
#%endif
973ec2
#make test TEST_VERBOSE=1 && RETVAL=$?
973ec2
#if test "$RETVAL" != 0; then
973ec2
#    cat t/logs/error_log
973ec2
#    exit 1
973ec2
#fi
973ec2
973ec2
%files -f exclude.files
973ec2
%doc LICENSE
973ec2
%doc Changes NOTICE README* STATUS SVN-MOVE docs/
973ec2
%if 0%{?scl:1}
973ec2
%config(noreplace) %{_httpd24_confdir}/perl.conf
973ec2
%config(noreplace) %{_httpd24_modconfdir}/02-perl.conf
973ec2
%else
973ec2
%config(noreplace) %{_httpd_confdir}/perl.conf
973ec2
%config(noreplace) %{_httpd_modconfdir}/02-perl.conf
973ec2
%endif
973ec2
%{_bindir}/*
973ec2
%if 0%{?scl:1}
973ec2
%{_httpd24_moddir}/mod_perl.so
973ec2
%else
973ec2
%{_httpd_moddir}/mod_perl.so
973ec2
%endif
973ec2
%{perl_vendorarch}/auto/*
973ec2
%dir %{perl_vendorarch}/Apache/
973ec2
%{perl_vendorarch}/Apache/SizeLimit*
973ec2
%{perl_vendorarch}/Apache2/
973ec2
%exclude %{perl_vendorarch}/Apache2/Reload.pm
973ec2
%{perl_vendorarch}/Bundle/
973ec2
%{perl_vendorarch}/APR/
973ec2
%{perl_vendorarch}/ModPerl/
973ec2
%{perl_vendorarch}/*.pm
973ec2
%{_mandir}/man3/*.3*
973ec2
%exclude %{_mandir}/man3/Apache::Reload.3pm*
973ec2
%exclude %{_mandir}/man3/Apache2::Reload.3pm*
973ec2
973ec2
%files devel -f devel.files
973ec2
%if 0%{?scl:1}
973ec2
%dir %{_includedir}/httpd/
973ec2
%endif
973ec2
%{_includedir}/httpd/*
973ec2
%{perl_vendorarch}/Apache/Test*.pm
973ec2
%{_mandir}/man3/Apache::Test*.3pm*
973ec2
973ec2
%if %{with mod_perl_enables_bundled_Apache_Reload}
973ec2
%files -n perl-Apache-Reload
973ec2
%dir %{perl_vendorarch}/Apache/
973ec2
%{perl_vendorarch}/Apache/Reload.pm
973ec2
%dir %{perl_vendorarch}/Apache2/
973ec2
%{perl_vendorarch}/Apache2/Reload.pm
973ec2
%{_mandir}/man3/Apache::Reload.3pm*
973ec2
%{_mandir}/man3/Apache2::Reload.3pm*
973ec2
%endif
973ec2
973ec2
973ec2
%changelog
973ec2
* Tue Mar 03 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.11-3
973ec2
- Use short_name as argv[0] (#1809483)
973ec2
973ec2
* Fri Jan 03 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.11-2
973ec2
- SCL
973ec2
973ec2
* Mon Oct 07 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.11-1
973ec2
- 2.0.11 bump
973ec2
973ec2
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-17
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
973ec2
973ec2
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.10-16
973ec2
- Perl 5.30 rebuild
973ec2
973ec2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-15
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
973ec2
973ec2
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 2.0.10-14
973ec2
- Rebuilt for libcrypt.so.2 (#1666033)
973ec2
973ec2
* Wed Aug 29 2018 Petr Pisar <ppisar@redhat.com> - 2.0.10-13
973ec2
- Fix CVE-2011-2767 (arbitrary Perl code execution in the context of the user
973ec2
  account via a user-owned .htaccess) (bug #1623267)
973ec2
973ec2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-12
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
973ec2
973ec2
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.10-11
973ec2
- Perl 5.28 rebuild
973ec2
973ec2
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-10
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
973ec2
973ec2
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.0.10-9
973ec2
- Rebuilt for switch to libxcrypt
973ec2
973ec2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-8
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
973ec2
973ec2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-7
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
973ec2
973ec2
* Thu Jun 15 2017 Petr Pisar <ppisar@redhat.com> - 2.0.10-6
973ec2
- Remove bundled Apache-Reload (bug #1225037)
973ec2
973ec2
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.10-5
973ec2
- Perl 5.26 rebuild
973ec2
973ec2
* Fri Mar 24 2017 Petr Pisar <ppisar@redhat.com> - 2.0.10-4
973ec2
- Sub-package Apache::Reload and Apache2::Reload into perl-Apache-Reload
973ec2
  (bug #1225037)
973ec2
973ec2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-3
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
973ec2
973ec2
* Wed Jan 04 2017 Petr Pisar <ppisar@redhat.com> - 2.0.10-2
973ec2
- Adapt tests to httpd-2.4.25 (bug #1409610)
973ec2
973ec2
* Tue Nov 22 2016 Petr Pisar <ppisar@redhat.com> - 2.0.10-1
973ec2
- 2.0.10 bump
973ec2
973ec2
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.9-4
973ec2
- Perl 5.24 rebuild
973ec2
973ec2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-3
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
973ec2
973ec2
* Mon Oct 19 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.9-2
973ec2
- fix #1272901 - add perl(Test) to BuildRequires
973ec2
973ec2
* Fri Jun 19 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.9-1
973ec2
- update to 2.0.9
973ec2
973ec2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-14.20150311svn1665777
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
973ec2
973ec2
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.8-13.20150311svn1665777
973ec2
- Perl 5.22 rebuild
973ec2
973ec2
* Wed Mar 11 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-12.20150311svn1665777
973ec2
- update to latest revision from trunk to backport latest upstream fixes
973ec2
973ec2
* Fri Mar 06 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-11.20140624svn1602105
973ec2
- remove docs/os from documentation because of its license (#1199044)
973ec2
973ec2
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.8-10.20140624svn1602105
973ec2
- Perl 5.20 rebuild
973ec2
973ec2
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-9.20140624svn1602105
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
973ec2
973ec2
* Tue Jun 24 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-8.20140624svn1602105
973ec2
- update to latest revision from trunk to backport latest upstream fixes
973ec2
973ec2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-7.20140430svn1590627
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
973ec2
973ec2
* Wed Apr 30 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-6.20140430svn1590627
973ec2
- update to latest revision of httpd24threading branch to backport latest upstream fixes
973ec2
973ec2
* Thu Jan 23 2014 Joe Orton <jorton@redhat.com> - 2.0.8-5.20131031svn1537408
973ec2
- fix _httpd_mmn expansion in absence of httpd-devel
973ec2
973ec2
* Mon Oct 21 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-3.20131031svn1537408
973ec2
- update to latest revision of httpd24 branch to backport new upstream fixes
973ec2
973ec2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-3.20130709svn1498417
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
973ec2
973ec2
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 2.0.8-2.20130709svn1498417
973ec2
- Perl 5.18 rebuild
973ec2
973ec2
* Tue Jul 09 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-1.20130709svn1498417
973ec2
- update to latest revision of httpd24 branch to backport important fixes
973ec2
  in httpd-2.4 compatibility
973ec2
973ec2
* Thu Feb 21 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-12.20130221svn1448242
973ec2
- update to httpd24 svn branch which provides much more better compatibility
973ec2
  with httpd-2.4
973ec2
973ec2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-11
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
973ec2
973ec2
* Tue Nov 20 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-10
973ec2
- do not install .orig file generated by make xs_generate
973ec2
- filter unversioned mod_perl.so from provides
973ec2
973ec2
* Mon Nov 19 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-9
973ec2
- clean up spec file
973ec2
- do not require -devel when installing main package
973ec2
973ec2
* Mon Nov 19 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-8
973ec2
- add wrappers for new fields added in httpd-2.4 structures
973ec2
973ec2
* Wed Jul 25 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-7
973ec2
- updated httpd-2.4 patch
973ec2
973ec2
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-6
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
973ec2
973ec2
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-5
973ec2
- Hide dependencies on broken provides
973ec2
973ec2
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-4
973ec2
- Perl 5.16 rebuild
973ec2
973ec2
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-3
973ec2
- Rebuild to fix Apache2::MPM dependency on i686
973ec2
973ec2
* Fri Jun 29 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-2
973ec2
- Perl 5.16 rebuild
973ec2
973ec2
* Fri Jun 29 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-1
973ec2
- update to 2.0.7 (#830501)
973ec2
973ec2
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.5-11
973ec2
- Perl 5.16 rebuild
973ec2
973ec2
* Thu Apr 19 2012 Petr Pisar <ppisar@redhat.com> - 2.0.5-10
973ec2
- Fix dependency declaration on Data::Dumper
973ec2
973ec2
* Wed Apr 18 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.5-9
973ec2
- fix compilation with httpd-2.4 (#809142)
973ec2
973ec2
* Tue Mar 06 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.5-8
973ec2
- filter perl(HTTP::Request::Common) Provide from -devel (#247250)
973ec2
- use short_name as argv[0] (#782369)
973ec2
973ec2
* Thu Jan  5 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.0.5-7
973ec2
- Ship Apache::Reload and Apache::SizeLimit in main package (#748362).
973ec2
- Require Linux::Pid for Apache::SizeLimit (#766568).
973ec2
- Move Apache::Test* man pages to -devel.
973ec2
- Don't filter Module::Build dependency.
973ec2
973ec2
* Wed Nov  9 2011 Joe Orton <jorton@redhat.com> - 2.0.5-6
973ec2
- fudge the LFS test (#730832)
973ec2
973ec2
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 2.0.5-5
973ec2
- RPM 4.9 dependency filtering added
973ec2
973ec2
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.5-4
973ec2
- Perl mass rebuild
973ec2
973ec2
* Mon Apr 11 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.5-3
973ec2
- filter warnings from provides
973ec2
973ec2
* Sat Mar 26 2011 Joe Orton <jorton@redhat.com> - 2.0.5-2
973ec2
- ship NOTICE file
973ec2
973ec2
* Sat Mar 26 2011 Joe Orton <jorton@redhat.com> - 2.0.5-1
973ec2
- update to 2.0.5
973ec2
973ec2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-14
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
973ec2
973ec2
* Thu Nov 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.4-13
973ec2
- fix missing requirements, add filter_setup macro, remove double provides
973ec2
973ec2
* Thu Nov 04 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 2.0.4-12
973ec2
- Spec cleanup for the merge review
973ec2
973ec2
* Fri May 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.0.4-11
973ec2
- Mass rebuild with perl-5.12.0
973ec2
973ec2
* Tue Dec  8 2009 Joe Orton <jorton@redhat.com> - 2.0.4-10
973ec2
- add security fix for CVE-2009-0796 (#544455)
973ec2
973ec2
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-9
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
973ec2
973ec2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-8
973ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
973ec2
973ec2
* Fri Oct 17 2008 Joe Orton <jorton@redhat.com> 2.0.4-7
973ec2
- fix inline abuse (#459351)
973ec2
973ec2
* Wed Aug  6 2008 Joe Orton <jorton@redhat.com> 2.0.4-5
973ec2
- rebuild to fix patch fuzz (#427758)
973ec2
973ec2
* Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 2.0.4-4
973ec2
- rebuild for new BDB
973ec2
973ec2
* Tue May 13 2008 Joe Orton <jorton@redhat.com> 2.0.4-3
973ec2
- trim changelog; rebuild
973ec2
973ec2
* Fri Apr 18 2008 Joe Orton <jorton@redhat.com> 2.0.4-2
973ec2
- update to 2.0.4
973ec2
973ec2
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-21
973ec2
- Rebuild for perl 5.10 (again)
973ec2
973ec2
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.3-20
973ec2
- Autorebuild for GCC 4.3
973ec2
973ec2
* Wed Jan 30 2008 Joe Orton <jorton@redhat.com> 2.0.3-19
973ec2
- further fixes for perl 5.10 (upstream r480903, r615751)
973ec2
973ec2
* Wed Jan 30 2008 Joe Orton <jorton@redhat.com> 2.0.3-18
973ec2
- fix build with perl 5.10 (upstream r480890)
973ec2
973ec2
* Tue Jan 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.3-17
973ec2
- fix perl BR
973ec2
973ec2
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.3-16
973ec2
- rebuild for new perl
973ec2
973ec2
* Thu Dec  6 2007 Joe Orton <jorton@redhat.com> 2.0.3-15
973ec2
- rebuild for new OpenLDAP
973ec2
973ec2
* Wed Sep  5 2007 Joe Orton <jorton@redhat.com> 2.0.3-14
973ec2
- filter perl(HTTP::Request::Common) Provide from -devel (#247250)
973ec2
973ec2
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 2.0.3-13
973ec2
- rebuild for fixed 32-bit APR
973ec2
973ec2
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 2.0.3-12
973ec2
- rebuild for expat soname bump
973ec2
973ec2
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 2.0.3-11
973ec2
- rebuild for libdb soname bump
973ec2
973ec2
* Mon Aug 20 2007 Joe Orton <jorton@redhat.com> 2.0.3-10
973ec2
- fix License
973ec2
973ec2
* Fri Apr 20 2007 Joe Orton <jorton@redhat.com> 2.0.3-8
973ec2
- filter provide of perl(warnings) (#228429)
973ec2
973ec2
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 2.0.3-7
973ec2
- also restore Apache::Test to devel
973ec2
- add BR for perl-devel
973ec2
973ec2
* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 2.0.3-6
973ec2
- filter more Apache::Test requirements
973ec2
973ec2
* Mon Feb 26 2007 Joe Orton <jorton@redhat.com> 2.0.3-5
973ec2
- repackage set of trimmed modules, but only in -devel
973ec2
973ec2
* Wed Jan 31 2007 Joe Orton <jorton@redhat.com> 2.0.3-4
973ec2
- restore ModPerl::MM
973ec2
973ec2
* Tue Dec  5 2006 Joe Orton <jorton@redhat.com> 2.0.3-3
973ec2
- trim modules even more aggressively (#197841)
973ec2
973ec2
* Mon Dec  4 2006 Joe Orton <jorton@redhat.com> 2.0.3-2
973ec2
- update to 2.0.3
973ec2
- remove droplet in buildroot from multilib patch
973ec2
- drop build-related ModPerl:: modules and Apache::Test (#197841)
973ec2
- spec file cleanups
973ec2
973ec2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
973ec2
- rebuild
973ec2
973ec2
* Thu Jun 15 2006 Joe Orton <jorton@redhat.com> 2.0.2-6
973ec2
- fix multilib conflicts in -devel (#192733)
973ec2
973ec2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-5.1
973ec2
- bump again for double-long bug on ppc(64)
973ec2
973ec2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-3.2
973ec2
- rebuilt for new gcc4.1 snapshot and glibc changes
973ec2
973ec2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
973ec2
- rebuilt
973ec2
973ec2
* Fri Dec  2 2005 Joe Orton <jorton@redhat.com> 2.0.2-3
973ec2
- rebuild for httpd 2.2
973ec2
973ec2
* Wed Oct 26 2005 Joe Orton <jorton@redhat.com> 2.0.2-2
973ec2
- update to 2.0.2
973ec2
973ec2
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 2.0.1-2
973ec2
- rebuild
973ec2
973ec2
* Fri Jun 17 2005 Warren Togami <wtogami@redhat.com> 2.0.1-1
973ec2
- 2.0.1
973ec2
973ec2
* Fri May 20 2005 Warren Togami <wtogami@redhat.com> 2.0.0-3
973ec2
- dep changes (#114651 jpo and ville)
973ec2
973ec2
* Fri May 20 2005 Joe Orton <jorton@redhat.com> 2.0.0-1
973ec2
- update to 2.0.0 final
973ec2
973ec2
* Mon Apr 18 2005 Ville Skyttä <ville.skytta@iki.fi> - 2.0.0-0.rc5.3
973ec2
- Fix sample configuration.
973ec2
- Explicitly disable the test suite. (#112563)
973ec2
973ec2
* Mon Apr 18 2005 Joe Orton <jorton@redhat.com> 2.0.0-0.rc5.2
973ec2
- fix filter-requires for new Apache2:: modules
973ec2
973ec2
* Sat Apr 16 2005 Warren Togami <wtogami@redhat.com> - 2.0.0-0.rc5.1
973ec2
- 2.0.0-RC5
973ec2
973ec2
* Sun Apr 03 2005 Jose Pedro Oliveira <jpo@di.uminho.pt> - 2.0.0-0.rc4.1
973ec2
- Update to 2.0.0-RC4.
973ec2
- Specfile cleanup. (#153236)