OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Oct-2007 12:31:42
Branch: HEAD Handle: 2007100211314002
Modified files:
openpkg-src/perl-apache perl-apache.patch perl-apache.spec
Log:
remove obsolete libapreq 1.x now that we have apache-apreq containing
libapreq 2.x
Summary:
Revision Changes Path
1.3 +0 -16 openpkg-src/perl-apache/perl-apache.patch
1.79 +1 -11 openpkg-src/perl-apache/perl-apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-apache/perl-apache.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 perl-apache.patch
--- openpkg-src/perl-apache/perl-apache.patch 7 Mar 2007 14:59:34 -0000
1.2
+++ openpkg-src/perl-apache/perl-apache.patch 2 Oct 2007 10:31:40 -0000
1.3
@@ -7,19 +7,3 @@
-);
\ No newline at end of file
+);
---- libapreq-1.1/Makefile.PL.orig 2007-03-07 14:19:02.000000000 +0100
-+++ libapreq-1.1/Makefile.PL 2007-03-07 15:22:56.000000000 +0100
-@@ -98,6 +98,13 @@
- }
- }
-
-+sub MY::subdirs {
-+ my $self = shift;
-+ my $string = $self->MM::subdirs;
-+ $string =~ s/(cd c\s.*all\s+)(.*)/$1 $2 LINKTYPE="static"/;
-+ return $string;
-+}
-+
- sub MY::pasthru {
- my $self = shift;
- chomp(my $str = $self->MM::pasthru);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-apache/perl-apache.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 perl-apache.spec
--- openpkg-src/perl-apache/perl-apache.spec 22 Jun 2007 11:01:40 -0000
1.78
+++ openpkg-src/perl-apache/perl-apache.spec 2 Oct 2007 10:31:42 -0000
1.79
@@ -38,7 +38,6 @@
%define V_apache_session_sharedmem 0.6
%define V_apache_tempfile 0.05
%define V_apache_db 0.13
-%define V_apache_libapreq 1.1
# package information
Name: perl-apache
@@ -51,7 +50,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070622
+Release: 20071002
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
@@ -68,7 +67,6 @@
Source11:
http://www.cpan.org/modules/by-module/Apache/Apache-Session-SharedMem-%{V_apache_session_sharedmem}.tar.gz
Source12:
http://www.cpan.org/modules/by-module/Apache/Apache-TempFile-%{V_apache_tempfile}.tar.gz
Source13:
http://www.cpan.org/modules/by-module/Apache/Apache-DB-%{V_apache_db}.tar.gz
-Source14:
http://www.cpan.org/modules/by-authors/id/J/JI/JIMW/libapreq-%{V_apache_libapreq}.tar.gz
Patch0: perl-apache.patch
# build information
@@ -97,7 +95,6 @@
- Apache::Session::SharedMem (%{V_apache_session_sharedmem})
- Apache::TempFile (%{V_apache_tempfile})
- Apache::DB (%{V_apache_db})
- - libapreq (%{V_apache_libapreq})
%track
prog perl-apache:Apache-Admin-Config = {
@@ -170,11 +167,6 @@
url = http://www.cpan.org/modules/by-module/Apache/
regex = Apache-TempFile-(__VER__)\.tar\.gz
}
- prog perl-apache:libapreq = {
- version = %{V_apache_libapreq}
- url = http://www.cpan.org/modules/by-authors/id/J/JI/JIMW/
- regex = libapreq-(__VER__)\.tar\.gz
- }
%prep
%setup -q -c
@@ -191,7 +183,6 @@
%setup -q -T -D -a 11
%setup -q -T -D -a 12
%setup -q -T -D -a 13
- %setup -q -T -D -a 14
%patch -p0
%build
@@ -213,7 +204,6 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
- %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]