]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-rpmpopt.patch
- at least use macros that are used
[packages/rpm.git] / rpm-rpmpopt.patch
index 465b96b7875f103422ab7777e3c43185e9b138c2..d60a28b952661ba0deee4f06694cf9d00f26817f 100644 (file)
@@ -1,23 +1,55 @@
-diff -Nru rpm-4.0/rpmpopt.in rpm-4.0.new/rpmpopt.in
---- rpm-4.0/rpmpopt.in Wed Nov 15 19:18:35 2000
-+++ rpm-4.0.new/rpmpopt.in     Wed Nov 15 19:18:15 2000
-@@ -80,6 +80,19 @@
- # Build policies enabled from command line. Last policy applies.
- rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
+--- 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" \
+@@ -247,6 +247,15 @@
+       --POPTargs=$"<option>"
+ rpmbuild alias --buildroot    --define '.buildroot !#:+' \
+       --POPTdesc=$"override build root" \
++# (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"
+       --POPTargs=$"DIRECTORY"
  
-+# Make RPM build tree
-+rpm exec --install-build-tree install-build-tree
-+
-+# Compiling with debuginfo may be enabled by --debug
-+rpm alias --debug --define 'debug 1'
+ # \endverbatim
+--- rpm-4.5/po/pl.po~  2008-04-13 03:15:20.000000000 +0300
++++ rpm-4.5/po/pl.po   2008-04-13 03:16:26.314206092 +0300
+@@ -3964,6 +3964,18 @@
+ msgid "check Requires: against Provides: for dependency closure"
+ msgstr "sprawd¼ Requires: wzglêdem Provides: dla dope³nienia zale¿no¶ci"
++#: rpmpopt:251
++msgid "make all needed dirs for building binary rpms"
++msgstr "utwórz wszystkie katalogi potrzebne do budowania binarnych RPM-ów"
 +
-+# Conditional building 
-+rpm exec  --bcond   find-spec-bcond
-+rpm alias --with    --define "_with_!#:+       --with-!#:+"
-+rpm alias --without --define "_without_!#:+       --without-!#:+"
++#: rpmpopt:254
++msgid "build packages with debug information"
++msgstr "buduj pakiety z informacjami do odpluskwiania"
 +
-+# Don't remove $BUILDROOT if --noclean
++#: rpmpopt:257
++msgid "find all --with/--without values"
++msgstr "znajd¼ wszystkie warto¶ci --with/--without"
 +
- # Choose db interface:
- #     0       same as 1
- #     1       native db1 interface (e.g. linux glibc libdb1 routines).
+ #~ msgid "    target platform: %s\n"
+ #~ msgstr " platforma docelowa: %s\n"
This page took 0.030822 seconds and 4 git commands to generate.