~ubuntu-branches/ubuntu/trusty/subversion/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft
  • Date: 2012-06-21 15:36:36 UTC
  • mfrom: (0.4.13 sid)
  • Revision ID: package-import@ubuntu.com-20120621153636-amqqmuidgwgxz1ly
Tags: 1.7.5-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - Build-depend on python-dbg.
  - Build-depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.

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