Ignore:
Timestamp:
May 7, 2010, 1:48:18 AM (14 years ago)
Author:
adehnert
Message:
Clarify/expand the package build instructions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/package-build-howto

    r1353 r1558  
    7373  * To make changes to the upstream packages that we "scriptsify":
    7474
     75    * If we haven't previously scriptsified this package, you'll need
     76      to add it to the upstream_yum line in SVN/server/fedora/Makefile,
     77      and remove the download_stamp file so that it gets fetched next
     78      time you run 'make [PACKAGE]'.
     79
    7580    * The authoritative upstream source comes from the SRPM in the upstream
    7681      yum repo, or in odd cases like openafs, from some other URL.  When
     
    137142      and add it to the SVN repo as
    138143        SVN/server/fedora/specs/[PACKAGE].spec.patch
     144      Make sure to copy it there before you try to build the package,
     145      since if you don't mock will use the original specfile (and
     146      overwrite any changes you made in place).
    139147
    140     * If we haven't previously scriptsified this package, you'll need
    141       to add it to the upstream_yum line in SVN/server/fedora/Makefile,
    142       and remove the download_stamp file so that it gets fetched next
    143       time you run 'make [PACKAGE]'.
    144 
Note: See TracChangeset for help on using the changeset viewer.