- add --with/--without popt glue for conditional builds(Tomasz Kloczko).
[tools/librpm-tizen.git] / rpmpopt.in
1 #
2 # This file *should not be modified*. Local customizations
3 # belong in /etc/popt, not here. This file will be replaced
4 # whenever a new version of RPM is installed.
5
6 rpm     alias --scripts --qf '\
7 %|PREIN?{preinstall script\
8 %|PREINPROG?{ (through %{PREINPROG})}|:\n%{PREIN}\n}:\
9 {%|PREINPROG?{preinstall program: %{PREINPROG}\n}|}|\
10 \
11 %|POSTIN?{postinstall script\
12 %|POSTINPROG?{ (through %{POSTINPROG})}|:\n%{POSTIN}\n}:\
13 {%|POSTINPROG?{postinstall program: %{POSTINPROG}\n}|}|\
14 \
15 %|PREUN?{preuninstall script\
16 %|PREUNPROG?{ (through %{PREUNPROG})}|:\n%{PREUN}\n}:\
17 {%|PREUNPROG?{preuninstall program: %{PREUNPROG}\n}|}|\
18 \
19 %|POSTUN?{postuninstall script\
20 %|POSTUNPROG?{ (through %{POSTUNPROG})}|:\n%{POSTUN}\n}:\
21 {%|POSTUNPROG?{postuninstall program: %{POSTUNPROG}\n}|}|\
22 \
23 %|VERIFYSCRIPT?{verify script:\n%{VERIFYSCRIPT}\n}|\
24 '
25
26 rpm     alias --setperms -q --qf '[\[ -L %{FILENAMES:shescape} \] || chmod %7.7{FILEMODES:octal} %{FILENAMES:shescape}\n]' \
27                    --pipe "grep -v \(none\) | sed 's/chmod .../chmod /' | sh"
28
29 rpm     alias --setugids -q --qf \
30         '[ch %{FILEUSERNAME:shescape} %{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
31         --pipe "(echo 'ch() { chown -- \"$1\" \"$3\";chgrp -- \"$2\" \"$3\"; }';grep -v \(none\))|sh"
32
33
34 rpm     alias --conflicts       --qf \
35   "[%{CONFLICTNAME} %{CONFLICTFLAGS:depflags} %{CONFLICTVERSION}\n]"
36 rpm     alias --obsoletes       --qf \
37   "[%{OBSOLETENAME} %|OBSOLETEFLAGS?{%{OBSOLETEFLAGS:depflags} %{OBSOLETEVERSION}}:{}|\n]"
38 rpm     alias --provides        --qf \
39   "[%{PROVIDENAME} %|PROVIDEFLAGS?{%{PROVIDEFLAGS:depflags} %{PROVIDEVERSION}}:{}|\n]"
40
41 # XXX prereq output is part of requires for query
42 #rpm alias --prereq     --qf '[%{PREREQ}:depflags\n]'
43
44 rpm     alias --requires        --qf \
45   "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]"
46 rpm     alias -R --requires
47
48 rpm     alias --info --qf 'Name        : %-27{NAME}  Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\
49 Version     : %-27{VERSION}       Vendor: %{VENDOR}\n\
50 Release     : %-27{RELEASE}   Build Date: %{BUILDTIME:date}\n\
51 Install date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed)         }|      Build Host: %{BUILDHOST}\n\
52 Group       : %-27{GROUP}   Source RPM: %{SOURCERPM}\n\
53 Size        : %-27{SIZE}%|LICENSE?{      License: %{LICENSE}}|\n\
54 %|PACKAGER?{Packager    : %{PACKAGER}\n}|\
55 %|URL?{URL         : %{URL}\n}|\
56 Summary     : %{SUMMARY}\n\
57 Description :\n%{DESCRIPTION}\n'
58
59 rpm     alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%{CHANGELOGTEXT}\n\n]'
60
61 rpm     alias --triggerscripts --qf '\
62 [trigger%{TRIGGERTYPE} script (through %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\
63 %{TRIGGERSCRIPTS}\n]'
64 rpm     alias --triggers --triggerscripts
65
66 rpm     alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VERSION}-%{RELEASE} %|INSTALLTIME?{%{INSTALLTIME:date}}:{(not installed)}|\n' \
67         --pipe "sort -r -n | sed 's,^[0-9]\+ ,,' | awk '{printf(\"%-45s %-s\n\", $1, substr($0,length($1)+2))}' "
68
69 rpm     alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
70
71 rpm alias --redhatprovides -q --define '_dbpath /usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat' --whatprovides
72 rpm alias --redhatrequires -q --define '_dbpath /usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat' --whatrequires
73
74 # colon separated i18n domains to use as PO catalogue lookaside for
75 * retrieving header group/description/summary.
76 #
77 # For Red Hat, value should be "redhat-dist:redhat-powertools".
78 rpm alias --i18ndomains --define '_i18ndomains !#:+'
79
80 # Build policies enabled from command line. Last policy applies.
81 rpm alias --buildpolicy --define '__os_install_post @RPMCONFIGDIR@/brp-!#:+'
82
83 # Choose db interface:
84 #       0       same as 1
85 #       1       native db1 interface (e.g. linux glibc libdb1 routines).
86 #       2       native db2 interface.
87 #       3       native db3 interface.
88 #       -1      db3 -> db2 -> db1 (as available).
89 #
90 # There are two macros so that --rebuilddb can convert db1 -> db3
91 rpm alias --dbapi                --define '_dbapi !#:+'
92
93 rpm alias --rebuilddbapi         --define '_dbapi_rebuild !#:+'
94 rpm alias --rebuilddbpath        --define '_dbapath_rebuild !#:+'
95
96 #==============================================================================
97 #       [--dbpath <dir>]        "use <dir> as the directory for the database"
98 rpm     alias --dbpath          --define '_dbpath !#:+'
99 #       [--ftpport <port>]      "port number of ftp server (or proxy)"
100 rpm     alias --ftpport         --define '_ftpport !#:+'
101 #       [--ftpproxy <host>]     "hostname or IP of ftp proxy"
102 rpm     alias --ftpproxy        --define '_ftpproxy !#:+'
103 #       [--httpport <port>]     "port number of http server (or proxy)"
104 rpm     alias --httpport        --define '_httpport !#:+'
105 #       [--httpproxy <host>]    "hostname or IP of http proxy"
106 rpm     alias --httpproxy       --define '_httpproxy !#:+'
107
108 # set the time check to <secs>
109 rpm     alias --timecheck       --define '_timecheck !#:+'
110
111 #==============================================================================
112 # Popt glue to preserve legacy CLI behavior.
113 #
114 # XXX popt exec parsing doesn't honor POPT_ARGFLAG_ONEDASH
115 rpm     exec --bp               rpmb -bp
116 rpm     exec --bc               rpmb -bc
117 rpm     exec --bi               rpmb -bi
118 rpm     exec --bl               rpmb -bl
119 rpm     exec --ba               rpmb -ba
120 rpm     exec --bb               rpmb -bb
121 rpm     exec --bs               rpmb -bs
122 rpm     exec --tp               rpmb -tp
123 rpm     exec --tc               rpmb -tc
124 rpm     exec --ti               rpmb -ti
125 rpm     exec --tl               rpmb -tl
126 rpm     exec --ta               rpmb -ta
127 rpm     exec --tb               rpmb -tb
128 rpm     exec --ts               rpmb -ts
129 rpm     exec --rebuild          rpmb --rebuild
130 rpm     exec --recompile        rpmb --recompile
131 rpm     exec --clean            rpmb --clean
132 rpm     exec --rmsource         rpmb --rmsource
133 rpm     exec --rmspec           rpmb --rmspec
134 rpm     exec --target           rpmb --target
135 rpm     exec --short-circuit    rpmb --short-circuit
136
137 rpm     exec --initdb           rpmdb --initdb
138 rpm     exec --rebuilddb        rpmdb --rebuilddb
139
140 #rpm    exec -e                 rpme -e
141 #rpm    exec --erase            rpme --erase
142 #rpm    exec -U                 rpmu -U
143 #rpm    exec --upgrade          rpmu --upgrade
144
145 rpm     exec --addsign          rpmk --addsign
146 rpm     exec -K                 rpmk -K
147 rpm     exec --checksig         rpmk --checksig
148 rpm     exec --resign           rpmk --resign
149
150 rpm     exec -q                 rpmq -q
151 rpm     exec --query            rpmq --query
152 rpm     exec --querytags        rpmq --querytags
153 rpm     exec -V                 rpmv -V
154 rpm     exec -y                 rpmv -y
155 rpm     exec --verify           rpmv --verify
156
157 #==============================================================================
158 rpmb    alias --dbpath          --define '_dbpath !#:+'
159 rpmb    alias --ftpport         --define '_ftpport !#:+'
160 rpmb    alias --ftpproxy        --define '_ftpproxy !#:+'
161 rpmb    alias --httpport        --define '_httpport !#:+'
162 rpmb    alias --httpproxy       --define '_httpproxy !#:+'
163 rpmb    alias --timecheck       --define '_timecheck !#:+'
164 rpmb    alias --with            --define "_with_!#:+       --with-!#:+"
165 rpmb    alias --without         --define "_without_!#:+    --without-!#:+"
166 #==============================================================================
167 rpmbuild        alias --dbpath          --define '_dbpath !#:+'
168 rpmbuild        alias --ftpport         --define '_ftpport !#:+'
169 rpmbuild        alias --ftpproxy        --define '_ftpproxy !#:+'
170 rpmbuild        alias --httpport        --define '_httpport !#:+'
171 rpmbuild        alias --httpproxy       --define '_httpproxy !#:+'
172 rpmbuild        alias --timecheck       --define '_timecheck !#:+'
173 rpmbuild        alias --with            --define "_with_!#:+     --with-!#:+"
174 rpmbuild        alias --without         --define "_without_!#:+  --without-!#:+"
175 ==============================================================================
176 rpmdb   alias --dbpath          --define '_dbpath !#:+'
177 rpmdb   alias --ftpport         --define '_ftpport !#:+'
178 rpmdb   alias --ftpproxy        --define '_ftpproxy !#:+'
179 rpmdb   alias --httpport        --define '_httpport !#:+'
180 rpmdb   alias --httpproxy       --define '_httpproxy !#:+'
181 #==============================================================================
182 rpme    alias --dbpath          --define '_dbpath !#:+'
183 rpme    alias --ftpport         --define '_ftpport !#:+'
184 rpme    alias --ftpproxy        --define '_ftpproxy !#:+'
185 rpme    alias --httpport        --define '_httpport !#:+'
186 rpme    alias --httpproxy       --define '_httpproxy !#:+'
187 #==============================================================================
188 rpmi    alias --dbpath          --define '_dbpath !#:+'
189 rpmi    alias --ftpport         --define '_ftpport !#:+'
190 rpmi    alias --ftpproxy        --define '_ftpproxy !#:+'
191 rpmi    alias --httpport        --define '_httpport !#:+'
192 rpmi    alias --httpproxy       --define '_httpproxy !#:+'
193 #==============================================================================
194 rpmq    alias --dbpath          --define '_dbpath !#:+'
195 rpmq    alias --ftpport         --define '_ftpport !#:+'
196 rpmq    alias --ftpproxy        --define '_ftpproxy !#:+'
197 rpmq    alias --httpport        --define '_httpport !#:+'
198 rpmq    alias --httpproxy       --define '_httpproxy !#:+'
199
200 rpmq    alias --scripts --qf '\
201 %|PREIN?{preinstall script\
202 %|PREINPROG?{ (through %{PREINPROG})}|:\n%{PREIN}\n}:\
203 {%|PREINPROG?{preinstall program: %{PREINPROG}\n}|}|\
204 \
205 %|POSTIN?{postinstall script\
206 %|POSTINPROG?{ (through %{POSTINPROG})}|:\n%{POSTIN}\n}:\
207 {%|POSTINPROG?{postinstall program: %{POSTINPROG}\n}|}|\
208 \
209 %|PREUN?{preuninstall script\
210 %|PREUNPROG?{ (through %{PREUNPROG})}|:\n%{PREUN}\n}:\
211 {%|PREUNPROG?{preuninstall program: %{PREUNPROG}\n}|}|\
212 \
213 %|POSTUN?{postuninstall script\
214 %|POSTUNPROG?{ (through %{POSTUNPROG})}|:\n%{POSTUN}\n}:\
215 {%|POSTUNPROG?{postuninstall program: %{POSTUNPROG}\n}|}|\
216 \
217 %|VERIFYSCRIPT?{verify script:\n%{VERIFYSCRIPT}\n}|\
218 '
219
220 rpmq    alias --setperms -q --qf '[\[ -L %{FILENAMES:shescape} \] || chmod %7.7{FILEMODES:octal} %{FILENAMES:shescape}\n]' \
221                    --pipe "grep -v \(none\) | sed 's/chmod .../chmod /' | sh"
222
223 rpmq    alias --setugids -q --qf \
224         '[ch %{FILEUSERNAME:shescape} %{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
225         --pipe "(echo 'ch() { chown -- \"$1\" \"$3\";chgrp -- \"$2\" \"$3\"; }';grep -v \(none\))|sh"
226
227 rpmq    alias --conflicts       --qf \
228   "[%{CONFLICTNAME} %{CONFLICTFLAGS:depflags} %{CONFLICTVERSION}\n]"
229 rpmq    alias --obsoletes       --qf \
230   "[%{OBSOLETENAME} %|OBSOLETEFLAGS?{%{OBSOLETEFLAGS:depflags} %{OBSOLETEVERSION}}:{}|\n]"
231 rpmq    alias --provides        --qf \
232   "[%{PROVIDENAME} %|PROVIDEFLAGS?{%{PROVIDEFLAGS:depflags} %{PROVIDEVERSION}}:{}|\n]"
233
234 # XXX prereq output is part of requires for query
235 #rpmq   alias --prereq  --qf '[%{PREREQ}:depflags\n]'
236
237 rpmq    alias --requires        --qf \
238   "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]"
239 rpmq    alias -R --requires
240
241 rpmq    alias --info --qf 'Name        : %-27{NAME}  Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\
242 Version     : %-27{VERSION}       Vendor: %{VENDOR}\n\
243 Release     : %-27{RELEASE}   Build Date: %{BUILDTIME:date}\n\
244 Install date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed)         }|      Build Host: %{BUILDHOST}\n\
245 Group       : %-27{GROUP}   Source RPM: %{SOURCERPM}\n\
246 Size        : %-27{SIZE}%|LICENSE?{      License: %{LICENSE}}|\n\
247 %|PACKAGER?{Packager    : %{PACKAGER}\n}|\
248 %|URL?{URL         : %{URL}\n}|\
249 Summary     : %{SUMMARY}\n\
250 Description :\n%{DESCRIPTION}\n'
251
252 rpmq    alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%{CHANGELOGTEXT}\n\n]'
253
254 rpmq    alias --triggerscripts --qf '\
255 [trigger%{TRIGGERTYPE} script (through %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\
256 %{TRIGGERSCRIPTS}\n]'
257 rpmq    alias --triggers --triggerscripts
258
259 rpmq    alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VERSION}-%{RELEASE} %|INSTALLTIME?{%{INSTALLTIME:date}}:{(not installed)}|\n' \
260         --pipe "sort -r -n | sed 's,^[0-9]\+ ,,' | awk '{printf(\"%-45s %-s\n\", $1, substr($0,length($1)+2))}' "
261
262 rpmq    alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]'
263 #==============================================================================
264 rpmt    alias --dbpath          --define '_dbpath !#:+'
265 rpmt    alias --ftpport         --define '_ftpport !#:+'
266 rpmt    alias --ftpproxy        --define '_ftpproxy !#:+'
267 rpmt    alias --httpport        --define '_httpport !#:+'
268 rpmt    alias --httpproxy       --define '_httpproxy !#:+'
269 rpmt    alias --timecheck       --define '_timecheck !#:+'
270 #==============================================================================
271 rpmu    alias --dbpath          --define '_dbpath !#:+'
272 rpmu    alias --ftpport         --define '_ftpport !#:+'
273 rpmu    alias --ftpproxy        --define '_ftpproxy !#:+'
274 rpmu    alias --httpport        --define '_httpport !#:+'
275 rpmu    alias --httpproxy       --define '_httpproxy !#:+'
276 #==============================================================================
277 rpmv    alias --dbpath          --define '_dbpath !#:+'
278 rpmv    alias --ftpport         --define '_ftpport !#:+'
279 rpmv    alias --ftpproxy        --define '_ftpproxy !#:+'
280 rpmv    alias --httpport        --define '_httpport !#:+'
281 rpmv    alias --httpproxy       --define '_httpproxy !#:+'