]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- add -np / --nopatch
authoraredridel <aredridel@pld-linux.org>
Tue, 25 Oct 2005 23:52:43 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.342

builder.sh

index bb1d6ede7807e0b34ba9b1be0884a8059ba8dc4b..931918b8f67e97a95bd52f9bb747ee7d5c831baf 100644 (file)
@@ -270,6 +270,8 @@ Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
 -U, --update        - refetch sources, don't use distfiles, and update md5 comments
 -Upi, --update-poldek-indexes
                     - refresh or make poldek package index files.
+-np, --nopatch <patchnumber> 
+                    - don't apply patches  
 --with/--without <feature>
                     - conditional build package depending on %_with_<feature>/
                       %_without_<feature> macro switch.  You may now use
@@ -1536,6 +1538,8 @@ do
                        shift;;
                --opts )
                        shift; RPMOPTS="$RPM_OPTS ${1}"; shift ;;
+               --nopatch | -np )
+                       shift; RPMOPTS="${RPMOPTS} --define \"patch${1} echo ignoring patch${1} \""; shift ;;
                --with | --without )
                        case $GROUP_BCONDS in
                                "yes")
This page took 0.118246 seconds and 4 git commands to generate.