forked from pool/apache2-mod_perl
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ea1a8363df | |||
12afe07444 | |||
c9ff1911ca | |||
8f13c3337d |
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 19 16:16:42 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- removed unneeded pcre build dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 13:26:53 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Add /srv/www to filelist [bsc#1231027]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 8 20:36:30 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Mon Jul 8 20:36:30 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache2-mod_perl
|
# spec file for package apache2-mod_perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -36,7 +36,6 @@ BuildRequires: apache2-devel
|
|||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
BuildRequires: pcre-devel
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-BSD-Resource
|
BuildRequires: perl-BSD-Resource
|
||||||
BuildRequires: perl-Tie-IxHash
|
BuildRequires: perl-Tie-IxHash
|
||||||
@@ -196,6 +195,7 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
|
|||||||
%{apache_libexecdir}/mod_perl.so
|
%{apache_libexecdir}/mod_perl.so
|
||||||
%config(noreplace) %{apache_sysconfdir}/mod_perl-startup.pl
|
%config(noreplace) %{apache_sysconfdir}/mod_perl-startup.pl
|
||||||
%config(noreplace) %{apache_sysconfdir}/conf.d/mod_perl.conf
|
%config(noreplace) %{apache_sysconfdir}/conf.d/mod_perl.conf
|
||||||
|
%dir %{apache_serverroot}
|
||||||
%dir %{apache_serverroot}/perl-lib
|
%dir %{apache_serverroot}/perl-lib
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{perl_vendorarch}/Apache
|
%{perl_vendorarch}/Apache
|
||||||
|
Reference in New Issue
Block a user