Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 5830 invoked from network); 1 Mar 2010 20:43:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 20:43:51 -0000 Received: (qmail 33721 invoked by uid 500); 1 Mar 2010 20:43:49 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 33679 invoked by uid 500); 1 Mar 2010 20:43:49 -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 33672 invoked by uid 99); 1 Mar 2010 20:43:49 -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:43:49 +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:43:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 353F823888D2; Mon, 1 Mar 2010 20:43:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r917707 - /apr/apr/branches/1.4.x/README Date: Mon, 01 Mar 2010 20:43:29 -0000 To: commits@apr.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100301204329.353F823888D2@eris.apache.org> Author: minfrin Date: Mon Mar 1 20:43:28 2010 New Revision: 917707 URL: http://svn.apache.org/viewvc?rev=917707&view=rev Log: Add RPM build instructions to apr v1.4. Submitted by Dan Poirier. Modified: apr/apr/branches/1.4.x/README Modified: apr/apr/branches/1.4.x/README URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/README?rev=917707&r1=917706&r2=917707&view=diff ============================================================================== --- apr/apr/branches/1.4.x/README (original) +++ apr/apr/branches/1.4.x/README Mon Mar 1 20:43:28 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 =======================================