]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- _noautoreqdep
authorankry <ankry@pld-linux.org>
Tue, 4 May 2004 21:40:19 +0000 (21:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl.spec -> 1.52

apache-mod_perl.spec

index f36b57c977054a8b0a562971a657499113b50d50..da4da3bd4ed2eddba89c9eb6b480170b9aa507e8 100644 (file)
@@ -61,6 +61,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     mod_perl
 Obsoletes:     mod_perl-common
 
+%define                _noautoreqdep   'perl(Apache.*)'
+
 %description
 Mod_perl incorporates a Perl interpreter into the Apache web server,
 so that the Apache web server can directly execute Perl code. Mod_perl
@@ -212,7 +214,7 @@ install -d $RPM_BUILD_ROOT/etc/httpd/httpd.conf/
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-
+find $RPM_BUILD_ROOT -name \*.orig -exec rm -f '{}' \;
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/httpd/httpd.conf/75_mod_perl.conf
 
 %clean
This page took 0.042053 seconds and 4 git commands to generate.