]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- few cleanups and describe "--with/--without <feacture>" in ussage message.
authorkloczek <kloczek@pld-linux.org>
Sat, 10 Aug 2002 09:46:41 +0000 (09:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.112

builder.sh

index 09f853b91b0cc48bf05546daafda51163bae3875..34f9dc0fdbdfbfa94cce36ad0170467ee9c303f0 100644 (file)
@@ -74,13 +74,15 @@ usage()
     if [ -n "$DEBUG" ]; then set -xv; fi
     echo "\
 Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
-       [-bb|--build-binary] [-bs|--build-source] [-u|--try-upgrade] 
-       [{-B|--branch} <branch>] [{-d|--cvsroot} <cvsroot>] [-g|--get] 
-       [-h|--help] [{-l,--logtofile} <logfile>] [-m|--mr-proper] [-q|--quiet]
-       [-r <cvstag>] [{-T--tag <cvstag>] [-Tvs|--tag-version-stable]
-       [-Tvd|--tag-version-devel] [-Ts|--tag-stable] [-Td|--tag-devel]
-       [-Tv|--tag-version] [-nu|--no-urls] [-v|--verbose] [--opts <rpm opts>] 
-       [--with/--without pkg] [--define <macro> <value>] <package>.spec
+
+       [-bb|--build-binary] [-bs|--build-source] [-u|--try-upgrade]
+       [{-B|--branch} <branch>] [{-d|--cvsroot} <cvsroot>] [-g|--get]
+       [-h|--help] [{-l,--logtofile} <logfile>] [-m|--mr-proper]
+       [-q|--quiet] [-r <cvstag>] [{-T--tag <cvstag>]
+       [-Tvs|--tag-version-stable] [-Tvd|--tag-version-devel]
+       [-Ts|--tag-stable] [-Td|--tag-devel] [-Tv|--tag-version]
+       [-nu|--no-urls] [-v|--verbose] [--opts <rpm opts>]
+       [--with/--without <feacture>] [--define <macro> <value>] <package>.spec
 
        -D, --debug     - enable script debugging mode,
        -V, --version   - output builder version
@@ -99,6 +101,8 @@ Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
                          SOURCES, SPECS and \$RPM_BUILD_ROOT),
        -d <cvsroot>, --cvsroot <cvsroot>
                        - setup \$CVSROOT,
+       --define <macro> <value>]
+                       - define a macro <macro> with value <value>,
        -g, --get       - get <package>.spec and all related files from
                          CVS repo or HTTP/FTP,
        -h, --help      - this message,
@@ -131,9 +135,12 @@ Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
        -Tv, --tag-version
                        - add cvs tag NAME-VERSION-RELESE for files,
        -v, --verbose   - be verbose,
-       -u, --try-upgrade - check version, and try to upgrade package
-       --define        - define a macro
-
+       -u, --try-upgrade
+                       - check version, and try to upgrade package
+       --with/--without <feacture>
+                       - conditional build package depending on
+                         %_with_<feacture>/%_without_<feacture> macro
+                         switch
 "
 }
 
This page took 0.058174 seconds and 4 git commands to generate.