]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-rpmpopt.patch
- release 1.7 (debuginfo fixes).
[packages/rpm.git] / rpm-rpmpopt.patch
index 40911e4d6232fd29a0cda933943222abe9f0f582..bf8d6afd2b4de4510dfffabcc51fecebc0d25002 100644 (file)
@@ -1,8 +1,55 @@
-diff -ru rpm-3.0.2.old/rpmpopt rpm-3.0.2/rpmpopt
---- rpm-3.0.2.old/rpmpopt      Fri Jun 18 16:32:25 1999
-+++ rpm-3.0.2/rpmpopt  Tue Jul 20 13:09:55 1999
-@@ -66,3 +66,4 @@
- rpm alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
- rpm exec --freshen freshen.sh
- rpm alias -F --freshen
-+rpm exec --install-build-tree install-build-tree
+--- rpm-4.4.4/rpmpopt.in.orig  2005-10-30 02:15:44.000000000 +0200
++++ rpm-4.4.4/rpmpopt.in       2005-11-18 22:43:57.809703712 +0100
+@@ -246,6 +246,15 @@
+ rpmb  alias --without         --define "_without_!#:+    --without-!#:+" \
+       --POPTdesc=$"disable configure <option> for build" \
+       --POPTargs=$"<option>"
++# (PLD-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
++rpmb  alias --debug --define 'debug 1' \
++      --POPTdesc=$"build packages with debug information"
++# (PLD-specific) Conditional building
++rpmb  exec  --bcond find-spec-bcond \
++      --POPTdesc=$"find all --with/--without values"
+ #==============================================================================
+ rpmbuild      alias --dbpath          --define '_dbpath !#:+' \
+       --POPTdesc=$"use database in DIRECTORY" \
+@@ -261,6 +270,15 @@
+ rpmbuild alias --without      --define "_without_!#:+  --without-!#:+" \
+       --POPTdesc=$"disable configure <option> for build" \
+       --POPTargs=$"<option>"
++# (PLD-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
++rpmbuild alias --debug --define 'debug 1' \
++      --POPTdesc=$"build packages with debug information"
++# (PLD-specific) Conditional building
++rpmbuild exec  --bcond find-spec-bcond \
++      --POPTdesc=$"find all --with/--without values"
+ #==============================================================================
+ rpmd  alias --dbpath          --define '_dbpath !#:+' \
+       --POPTdesc=$"use database in DIRECTORY" \
+--- rpm-4.4.2/po/pl.po.orig    2005-07-23 14:59:24.279380584 +0200
++++ rpm-4.4.2/po/pl.po 2005-07-23 15:08:13.952857976 +0200
+@@ -4387,6 +4387,18 @@
+ msgid "disable configure <option> for build"
+ msgstr "wy³±cz <opcjê> konfiguracji przy budowaniu"
++#: ../rpmpopt:251
++msgid "make all needed dirs for building binary rpms"
++msgstr "utwórz wszystkie katalogi potrzebne do budowania binarnych RPM-ów"
++
++#: ../rpmpopt:254
++msgid "build packages with debug information"
++msgstr "buduj pakiety z informacjami do odpluskwiania"
++
++#: ../rpmpopt:257
++msgid "find all --with/--without values"
++msgstr "znajd¼ wszystkie warto¶ci --with/--without"
++
+ #: ../rpmpopt:186 ../rpmpopt:201 ../rpmpopt:216 ../rpmpopt:224 ../rpmpopt:232
+ #: ../rpmpopt:240 ../rpmpopt:248 ../rpmpopt:256 ../rpmpopt:264 ../rpmpopt:337
+ #: ../rpmpopt:409 ../rpmpopt:417
This page took 0.106155 seconds and 4 git commands to generate.