]> TLD Linux GIT Repositories - packages/rpm.git/blobdiff - rpm-rpmpopt.patch
- modified to support rpm-tld-macros which replaced rpm-build-macros
[packages/rpm.git] / rpm-rpmpopt.patch
index 6c44d0e99b44ac572dcbdac8643ab813c33b5faa..7d73d5df3fb2a7c683ba1b50247151a0629efd2c 100644 (file)
@@ -4,13 +4,13 @@
  rpmb  alias --without         --define "_without_!#:+    --without-!#:+" \
        --POPTdesc=$"disable configure <option> for build" \
        --POPTargs=$"<option>"
-+# (PLD-specific) Make RPM build tree
++# (TLD-specific) Make RPM build tree
 +rpmb  exec --install-build-tree install-build-tree \
 +      --POPTdesc=$"make all needed dirs for building binary rpms"
-+# (PLD-specific) Compiling with debuginfo may be enabled by --debug
++# (TLD-specific) Compiling with debuginfo may be enabled by --debug
 +rpmb  alias --debug --define 'debug 1' \
 +      --POPTdesc=$"build packages with debug information"
-+# (PLD-specific) Conditional building
++# (TLD-specific) Conditional building
 +rpmb  exec  --bcond find-spec-bcond \
 +      --POPTdesc=$"find all --with/--without values"
  #==============================================================================
  rpmbuild alias --buildroot    --define '.buildroot !#:+' \
        --POPTdesc=$"override build root" \
        --POPTargs=$"DIRECTORY"
-+# (PLD-specific) Make RPM build tree
++# (TLD-specific) Make RPM build tree
 +rpmbuild exec --install-build-tree install-build-tree \
 +      --POPTdesc=$"make all needed dirs for building binary rpms"
-+# (PLD-specific) Compiling with debuginfo may be enabled by --debug
++# (TLD-specific) Compiling with debuginfo may be enabled by --debug
 +rpmbuild alias --debug --define 'debug 1' \
 +      --POPTdesc=$"build packages with debug information"
-+# (PLD-specific) Conditional building
++# (TLD-specific) Conditional building
 +rpmbuild exec  --bcond find-spec-bcond \
 +      --POPTdesc=$"find all --with/--without values"