Quoting "Philip M. Gollucci" <[EMAIL PROTECTED]>:

Please download, test, and report back on the following
candidate tarball:

Builds as RPM on Fedora Core 5 on my x86_64 box. I'll try the same in Fedora Extras development tree as well. The spec file required some changes in order to build. I'm hoping Perl folks using Rawhide will be able to verify if all is still cool, once the package becomes available.

Patch for spec file is attached for your reference.

--
Bojan
--- libapreq2.spec.orig	2006-05-19 15:29:17.000000000 +1000
+++ libapreq2.spec	2006-05-19 15:37:15.000000000 +1000
@@ -1,15 +1,15 @@
 %{!?apxs: %{expand:%%define apxs %{_sbindir}/apxs}}
 
 Name:           libapreq2
-Version:        2.07
-Release:        1.1%{?dist}
+Version:        2.08
+Release:        0.rc1.1%{?dist}
 Summary:        Apache HTTP request library
 
 Group:          System Environment/Libraries
 License:        Apache Software License
 URL:            http://httpd.apache.org/apreq/
 #Source0:        http://www.cpan.org/authors/id/J/JO/JOESUF/%{name}-%{version}.tar.gz
-Source0:        http://people.apache.org/~joes/libapreq2-2.07.tar.gz
+Source0:        http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC1.tar.gz
 Source1:        %{name}-httpd.conf
 Patch0:         %{name}-build.patch
 Patch1:         %{name}-2.07-rc3-ldflags.patch
@@ -62,7 +62,6 @@
 #!/bin/sh
 %{__perl_provides} $* \
 | grep -v 'perl(APR::\(Request\(::\(Apache2\|CGI\|Error\)\)\?\))$' \
-| grep -v 'perl(Apache2::\(Cookie\|Request\|Upload\))$'
 EOF
 %define __perl_provides %{_builddir}/%{name}-%{version}/%{name}-perl-prov
 chmod +x %{__perl_provides}
@@ -147,7 +146,6 @@
 %defattr(-,root,root,-)
 %doc glue/perl/README
 %{perl_vendorarch}/auto/APR/
-%{perl_vendorarch}/Apache2/
 %{perl_vendorarch}/APR/
 %{_mandir}/man3/A*::*.3*
 

Reply via email to