OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Dec-2007 10:07:03
Branch: HEAD Handle: 2007122209070200
Modified files:
openpkg-src/perl-apache perl-apache.spec
Log:
make package build with mod_perl 2.x, not run-time tested yet
Summary:
Revision Changes Path
1.83 +6 -6 openpkg-src/perl-apache/perl-apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-apache/perl-apache.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 perl-apache.spec
--- openpkg-src/perl-apache/perl-apache.spec 22 Dec 2007 08:59:19 -0000
1.82
+++ openpkg-src/perl-apache/perl-apache.spec 22 Dec 2007 09:07:02 -0000
1.83
@@ -25,7 +25,7 @@
# versions of individual parts
%define V_perl 5.10.0
%define V_apache_authcookie 3.10
-%define V_apache_authcookiedbi 2.1
+%define V_apache_authcookiedbi 2.03
%define V_apache_admin_config 0.94
%define V_apache_dbi 1.06
%define V_apache_filter 1.024
@@ -53,8 +53,8 @@
Release: 20071222
# list of sources
-Source0:
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
-Source1:
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookieDBI-%{V_apache_authcookiedbi}.tar.gz
+Source0:
http://www.cpan.org/modules/by-module/Apache2/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
+Source1:
http://www.cpan.org/modules/by-module/Apache2/Apache2-AuthCookieDBI-%{V_apache_authcookiedbi}.tar.gz
Source2:
http://www.cpan.org/modules/by-module/Apache/Apache-Admin-Config-%{V_apache_admin_config}.tar.gz
Source3:
http://www.cpan.org/modules/by-module/Apache/Apache-DBI-%{V_apache_dbi}.tar.gz
Source4:
http://www.cpan.org/modules/by-module/Apache/Apache-Filter-%{V_apache_filter}.tar.gz
@@ -104,13 +104,13 @@
}
prog perl-apache:Apache-AuthCookie = {
version = %{V_apache_authcookie}
- url = http://www.cpan.org/modules/by-module/Apache/
+ url = http://www.cpan.org/modules/by-module/Apache2/
regex = Apache-AuthCookie-(__VER__)\.tar\.gz
}
prog perl-apache:Apache-AuthCookieDBI = {
version = %{V_apache_authcookiedbi}
- url = http://www.cpan.org/modules/by-module/Apache/
- regex = Apache-AuthCookieDBI-(__VER__)\.tar\.gz
+ url = http://www.cpan.org/modules/by-module/Apache2/
+ regex = Apache2-AuthCookieDBI-(__VER__)\.tar\.gz
}
prog perl-apache:Apache-DB = {
version = %{V_apache_db}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]