- fix: db1 end-of-file not detected in legacy compatible way.
[tools/librpm-tizen.git] / rpmpopt.in
index 3473598..54be52b 100644 (file)
@@ -136,8 +136,9 @@ rpm exec --rmspec           rpmb --rmspec
 rpm    exec --target           rpmb --target
 rpm    exec --short-circuit    rpmb --short-circuit
 
-rpm    exec --initdb           rpmdb --initdb
-rpm    exec --rebuilddb        rpmdb --rebuilddb
+rpm    exec --initdb           rpmd --initdb
+rpm    exec --rebuilddb        rpmd --rebuilddb
+rpm    exec --verifydb         rpmd --verifydb
 
 #rpm   exec -e                 rpme -e
 #rpm   exec --erase            rpme --erase
@@ -156,6 +157,8 @@ rpm exec -V                 rpmv -V
 rpm    exec -y                 rpmv -y
 rpm    exec --verify           rpmv --verify
 
+rpm    alias --with            --define "_with_!#:+       --with-!#:+"
+rpm    alias --without         --define "_without_!#:+    --without-!#:+"
 #==============================================================================
 rpmb   alias --dbpath          --define '_dbpath !#:+'
 rpmb   alias --ftpport         --define '_ftpport !#:+'
@@ -174,7 +177,13 @@ rpmbuild   alias --httpproxy       --define '_httpproxy !#:+'
 rpmbuild       alias --timecheck       --define '_timecheck !#:+'
 rpmbuild       alias --with            --define "_with_!#:+     --with-!#:+"
 rpmbuild       alias --without         --define "_without_!#:+  --without-!#:+"
-==============================================================================
+#==============================================================================
+rpmd   alias --dbpath          --define '_dbpath !#:+'
+rpmd   alias --ftpport         --define '_ftpport !#:+'
+rpmd   alias --ftpproxy        --define '_ftpproxy !#:+'
+rpmd   alias --httpport        --define '_httpport !#:+'
+rpmd   alias --httpproxy       --define '_httpproxy !#:+'
+#==============================================================================
 rpmdb  alias --dbpath          --define '_dbpath !#:+'
 rpmdb  alias --ftpport         --define '_ftpport !#:+'
 rpmdb  alias --ftpproxy        --define '_ftpproxy !#:+'
@@ -193,6 +202,12 @@ rpmi       alias --ftpproxy        --define '_ftpproxy !#:+'
 rpmi   alias --httpport        --define '_httpport !#:+'
 rpmi   alias --httpproxy       --define '_httpproxy !#:+'
 #==============================================================================
+rpmk   alias --dbpath          --define '_dbpath !#:+'
+rpmk   alias --ftpport         --define '_ftpport !#:+'
+rpmk   alias --ftpproxy        --define '_ftpproxy !#:+'
+rpmk   alias --httpport        --define '_httpport !#:+'
+rpmk   alias --httpproxy       --define '_httpproxy !#:+'
+#==============================================================================
 rpmq   alias --dbpath          --define '_dbpath !#:+'
 rpmq   alias --ftpport         --define '_ftpport !#:+'
 rpmq   alias --ftpproxy        --define '_ftpproxy !#:+'
@@ -263,13 +278,6 @@ rpmq       alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VE
 
 rpmq   alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
 #==============================================================================
-rpmt   alias --dbpath          --define '_dbpath !#:+'
-rpmt   alias --ftpport         --define '_ftpport !#:+'
-rpmt   alias --ftpproxy        --define '_ftpproxy !#:+'
-rpmt   alias --httpport        --define '_httpport !#:+'
-rpmt   alias --httpproxy       --define '_httpproxy !#:+'
-rpmt   alias --timecheck       --define '_timecheck !#:+'
-#==============================================================================
 rpmu   alias --dbpath          --define '_dbpath !#:+'
 rpmu   alias --ftpport         --define '_ftpport !#:+'
 rpmu   alias --ftpproxy        --define '_ftpproxy !#:+'