Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 4754 invoked from network); 1 Mar 2010 20:41:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 20:41:15 -0000 Received: (qmail 30651 invoked by uid 500); 1 Mar 2010 20:41:14 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 30617 invoked by uid 500); 1 Mar 2010 20:41:14 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 30609 invoked by uid 99); 1 Mar 2010 20:41:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 20:41:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 20:41:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 028C423888D2; Mon, 1 Mar 2010 20:40:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r917706 - /apr/apr/branches/1.5.x/README Date: Mon, 01 Mar 2010 20:40:53 -0000 To: commits@apr.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100301204054.028C423888D2@eris.apache.org> Author: minfrin Date: Mon Mar 1 20:40:53 2010 New Revision: 917706 URL: http://svn.apache.org/viewvc?rev=917706&view=rev Log: Add RPM build instructions to apr v1.5. Submitted by Dan Poirier. Modified: apr/apr/branches/1.5.x/README Modified: apr/apr/branches/1.5.x/README URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/README?rev=917706&r1=917705&r2=917706&view=diff ============================================================================== --- apr/apr/branches/1.5.x/README (original) +++ apr/apr/branches/1.5.x/README Mon Mar 1 20:40:53 2010 @@ -103,6 +103,22 @@ ./testall -v +Building APR RPM files on Linux +=============================== + +Run the following to create SRPMs: + +rpmbuild -ts apr-.tar.bz2 +rpmbuild -ts apr-util-.tar.bz2 + +Run the following to create RPMs (or build from the SRPMs): + +rpmbuild -tb apr-.tar.bz2 +rpmbuild -tb apr-util-.tar.bz2 + +Resolve dependencies as appropriate. + + Configuring and Building APR on Windows =======================================