]> git.pld-linux.org Git - packages/rt.git/commitdiff
- set --with-apachectl so it won't try to guess
authorsparky <sparky@pld-linux.org>
Thu, 26 Nov 2009 02:10:58 +0000 (02:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: rpm-perlprov

Changed files:
    rt.spec -> 1.80

rt.spec

diff --git a/rt.spec b/rt.spec
index c891583641fdb6826b51975775586b78741816c8..474cfccc1a8937df4be6e4f1656ecac526f3bf27 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -114,6 +114,7 @@ BuildRequires:      perl-WWW-Mechanize
 BuildRequires: perl-XML-RSS >= %{perl_xml_rss_ver}
 BuildRequires: perl-base >= 5.8.0
 BuildRequires: perl-libnet
+BuildRequires: rpm-perlprov
 Requires:      apache-base >= 2.2.0
 Requires:      apache-mod_authz_host >= 2.2.0
 Requires:      apache-mod_perl >= 2.0
@@ -215,6 +216,7 @@ USER=$(id -un) \
        exp_htmldir=%{htmldir} \
        masonstatedir=%{masonstatedir} \
        masonsessiondir=%{masonstatedir} \
+       --with-apachectl=%{_sbindir}/apachectl \
        --with-speedycgi=%{_bindir}/speedycgi \
        --with-my-user-group \
        --with-db-type=mysql
This page took 0.041014 seconds and 4 git commands to generate.