]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- release 4: added -pm_to_blib.patch and BR: MakeMaker >= 6.22 auto/ac/apache-mod_perl-1_99_17-4
authorradek <radek@pld-linux.org>
Sun, 28 Nov 2004 21:01:21 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl.spec -> 1.79

apache-mod_perl.spec

index 8a71d6ac62bee72ab942d47d428dce81814a9407..4f3d44b447231cddfedb4974141926e5f8a5ecba 100644 (file)
@@ -24,7 +24,7 @@ Summary(uk):  
 Summary(zh_CN):        ÓÃÓÚ Apache web ·þÎñ³ÌÐòµÄ Perl ½âÊͳÌÐò¡£
 Name:          apache-mod_perl
 Version:       1.99_17
-Release:       3
+Release:       4
 Epoch:         1
 License:       Apache
 Group:         Networking/Daemons
@@ -33,12 +33,15 @@ Source0:    http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
 # Source0-md5: ffb9d5c825b93d91e6c3a8885f7d5296
 Source1:       %{name}.conf
 Patch0:                %{name}-Makefile_PL.patch
+Patch1:                %{name}-pm_to_blib.patch
 URL:           http://perl.apache.org/
 BuildRequires: apache-devel >= 2.0.0
 BuildRequires: apr-util-devel >= 1:1.0.0
 BuildRequires: expat-devel
 BuildRequires: gdbm-devel
 BuildRequires: openldap-devel
+# forced by pm_to_blib.patch
+BuildRequires: perl-ExtUtils-MakeMaker >= 6.22
 # These modules aren't needed?
 #BuildRequires:        perl-B-Graph
 #BuildRequires:        perl-BSD-Resource
@@ -200,7 +203,8 @@ Apache web 
 
 %prep
 %setup -q -n mod_perl-%{version}
-%patch0 -b .orig -p1
+%patch0 -p1 -b .orig
+%patch1 -p1 -b .orig
 
 %build
 %{__perl} Makefile.PL \
This page took 0.034368 seconds and 4 git commands to generate.