~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to packages/rpm/redhat-8+/README

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                              RPM GENERATION
 
2
 
 
3
 
 
4
This directory contains the scripts necessary and sufficient
 
5
to build the subversion*.i386.rpm and subversion*.src.rpm files as a
 
6
non-root user in the user's home (rpms) directory.
 
7
 
 
8
This build requires certain other packages to be installed.
 
9
 
 
10
1.  Requirements
 
11
 
 
12
    *** Note: apache now also contains apr and apr-util packages.
 
13
 
 
14
    A. To run:
 
15
 
 
16
       See the "Requires:" lines in the subversion.spec file.
 
17
 
 
18
    B. To compile:
 
19
 
 
20
       See the "PreReq:" lines in the subversion.spec file.
 
21
 
 
22
    The non-standard packages apache, db, and neon, can be found at:
 
23
 
 
24
    http://summersoft.fay.ar.us/pub/subversion/latest
 
25
 
 
26
2.  Building a source and binary RPM
 
27
 
 
28
    To build the latest release directly from the subversion repository:
 
29
 
 
30
    $ cd ../..; svn update; cd packages/rpm/<distribution>; make
 
31
 
 
32
    To make a particular Subversion revision:
 
33
 
 
34
    $ cd ../..; svn update -r <RevisionNumber>
 
35
    $ cd packages/rpm/<distribution>; make
 
36
        or
 
37
    $ cd packages/rpm/<distribution>; make RELEASE=1
 
38
 
 
39
If you have any questions or problems, please direct them to the
 
40
dev@subversion.tigris.org mailing list.  I'm on that list and will help out
 
41
if I can.
 
42
 
 
43
You can find the current required packages in a Subversion source repository
 
44
at the http://summersoft.fay.ar.us/repos URL.
 
45