]> git.pld-linux.org Git - packages/rpm-build-tools.git/blame - adapter.awk
- $TAGVER used only if $TAG_VERSION" = yes
[packages/rpm-build-tools.git] / adapter.awk
CommitLineData
acf3b940 1#!/usr/bin/gawk -f
16397458 2#
a30e665b 3# This is adapter v0.28. Adapter adapts .spec files for PLD Linux.
0ba21b70 4# $Id$
73e1a9a3 5#
0ba21b70 6# Copyright (C) 1999-2006 PLD-Team <feedback@pld-linux.org>
73e1a9a3 7# Authors:
d3da6a6e 8# Michał Kuratczyk <kura@pld.org.pl>
b741d74d 9# Sebastian Zagrodzki <s.zagrodzki@mimuw.edu.pl>
d3da6a6e 10# Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
fb9ab58f 11# Artur Frysiak <wiget@pld-linux.org>
2873c9d1 12# Michal Kochanowicz <mkochano@pld.org.pl>
d3da6a6e 13# Elan Ruusamäe <glen@pld-linux.org>
d5f65bb3
ER
14#
15# See cvs log adapter{,.awk} for list of contributors
16#
73e1a9a3 17# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
3b100864 18
3f6918f6
ER
19# TODO
20# - parse ../PLD-doc/BuildRequires.txt and setup proper BR epoches?
21# - add "-nc" option to skip CVS interaction
a3ca2c50
ER
22# - sort Summary(XX)
23# - sort Requires, BuildRequires
2e214691 24# - check if %description (lang=C) contains 8bit
a3ad3d2b 25# - desc wrapping is totally fucked up on global.spec,1.25, dosemu.spec,1.115-
3f6918f6 26
16397458 27BEGIN {
b7ab5ec4 28 RPM_SECTIONS = "package|build|changelog|clean|description|install|post|posttrans|postun|pre|prep|pretrans|preun|triggerin|triggerpostun|triggerun|verifyscript|check"
41c24376 29 SECTIONS = "^%(" RPM_SECTIONS ")"
37403736 30
262e7be2 31 PREAMBLE_TAGS = "(Summary|Name|Version|Release|Epoch|License|Group|URL|BuildArch|BuildRoot|Obsoletes|Conflicts|Provides|ExclusiveArch|ExcludeArch|Pre[Rr]eq|(Build)?Requires)"
7c43f31c 32
a3c6bbce 33 preamble = 1 # Is it part of preamble? Default - yes
a3ad3d2b
ER
34 boc = 4 # Beginning of %changelog
35 bod = 0 # Beginning of %description
2b4c59bc 36 tw = 70 # Descriptions width
d2bcf054 37
a5e4249b 38 b_idx = 0 # index of BR/R arrays
42cd9911 39 BR_count = 0 # number of additional BuildRequires
a5e4249b 40
2f46ef70 41 # If variable removed, then 1 (for removing it from export)
42 removed["LDFLAGS"] = 0
43 removed["CFLAGS"] = 0
44 removed["CXXFLAGS"] = 0
308c7423 45
e0ab434c
ER
46 # get cvsaddress for changelog section
47 # using rpm macros as too lazy to add ~/.adapterrc parsing support.
48 "rpm --eval '%{?_cvsmaildomain}%{!?_cvsmaildomain:@pld-linux.org}'" | getline _cvsmaildomain
bdd8892f 49 "rpm --eval '%{?_cvsmailfeedback}%{!?_cvsmailfeedback:PLD Team <feedback@pld-linux.org>}'" | getline _cvsmailfeedback
e0ab434c 50
337741dd 51 # If 1, we are inside of comment block (started with /^#%/)
52 comment_block = 0
d2bcf054 53
1a29fcfa 54 # File with rpm groups
a41708aa
SZ
55 "rpm --eval %_sourcedir" | getline groups_file
56 groups_file = groups_file "/rpm.groups"
03fbe002 57 system("cd `rpm --eval %_sourcedir`; [ -f rpm.groups ] || cvs up rpm.groups >/dev/null")
7df3947d 58 system("[ -d ../PLD-doc ] && cd ../PLD-doc && ([ -f BuildRequires.txt ] || cvs up BuildRequires.txt >/dev/null)");
6b02d821 59
308c7423 60 # Temporary file for changelog section
61 changelog_file = ENVIRON["HOME"] "/tmp/adapter.changelog"
62
6b02d821 63 # Load rpm macros
a9f3f77c 64 "rpm --eval %_prefix" | getline prefix
65 "rpm --eval %_bindir" | getline bindir
66 "rpm --eval %_sbindir" | getline sbindir
67 "rpm --eval %_libdir" | getline libdir
68 "rpm --eval %_sysconfdir" | getline sysconfdir
69 "rpm --eval %_datadir" | getline datadir
70 "rpm --eval %_includedir" | getline includedir
71 "rpm --eval %_mandir" | getline mandir
72 "rpm --eval %_infodir" | getline infodir
33957389 73 "rpm --eval %_examplesdir" | getline examplesdir
99b02f64 74 "rpm --eval %_defaultdocdir" | getline docdir
e5c731ae 75 "rpm --eval %_kdedocdir" | getline kdedocdir
9086b883
ER
76 "rpm --eval %_desktopdir" | getline desktopdir
77 "rpm --eval %_pixmapsdir" | getline pixmapsdir
c9cb5723
ER
78
79 "rpm --eval %perl_sitearch" | getline perl_sitearch
80 "rpm --eval %perl_archlib" | getline perl_archlib
81 "rpm --eval %perl_privlib" | getline perl_privlib
c9cb5723
ER
82 "rpm --eval %perl_vendorlib" | getline perl_vendorlib
83 "rpm --eval %perl_vendorarch" | getline perl_vendorarch
84 "rpm --eval %perl_sitelib" | getline perl_sitelib
f9ae8d4e 85
e85cf573
ER
86 "rpm --eval %py_sitescriptdir 2>/dev/null" | getline py_sitescriptdir
87 "rpm --eval %py_sitedir 2>/dev/null" | getline py_sitedir
88 "rpm --eval %py_scriptdir 2>/dev/null" | getline py_scriptdir
9f2514dd
ER
89
90 "rpm --eval %ruby_archdir" | getline ruby_archdir
91 "rpm --eval %ruby_ridir" | getline ruby_ridir
92 "rpm --eval %ruby_rubylibdir" | getline ruby_rubylibdir
93 "rpm --eval %ruby_sitearchdir" | getline ruby_sitearchdir
94 "rpm --eval %ruby_sitelibdir" | getline ruby_sitelibdir
95
f175a699 96 "rpm --eval %php_pear_dir" | getline php_pear_dir
ab73bfb4 97 "rpm --eval %tmpdir" | getline tmpdir
16397458 98}
99
100# There should be a comment with CVS keywords on the first line of file.
be7dead6 101FNR == 1 {
6b02d821 102 if (!/# \$Revision:/) # If this line is already OK?
103 print "# $" "Revision:$, " "$" "Date:$" # No
95255dcd 104 else {
6b02d821 105 print $0 # Yes
106 next # It is enough for first line
95255dcd 107 }
16397458 108}
109
a9f3f77c 110# If the latest line matched /%files/
111defattr == 1 {
ff9e2987
ER
112 if (ENVIRON["SKIP_DEFATTR"] != 1) {
113 if ($0 !~ /defattr/) { # If no %defattr
114 print "%defattr(644,root,root,755)" # Add it
115 } else {
116 $0 = "%defattr(644,root,root,755)" # Correct mistakes (if any)
117 }
118 }
32bb73d8 119 defattr = 0
a9f3f77c 120}
121
a5e4249b
ER
122function b_makekey(a, b, s) {
123 s = a "" b;
124 # kill bcond
42cd9911 125 gsub(/[#%]+{[!?]+[_a-zA-Z0-9]+:/, "", s);
f24835a8 126
f51e180c 127 # kill commented out items
42cd9911 128 gsub(/^#[ \t]*/, "", s);
f24835a8 129
7c43f31c 130 # force order
42cd9911
ER
131 gsub(/^Summary\(/, "11Summary(", s);
132 gsub(/^Summary/, "10Summary", s);
133 gsub(/^Name/, "2Name", s);
134 gsub(/^Version/, "3Version", s);
135 gsub(/^Release/, "4Release", s);
136 gsub(/^Epoch/, "5Epoch", s);
137 gsub(/^License/, "5License", s);
138 gsub(/^Group/, "6Group", s);
139 gsub(/^URL/, "7URL", s);
140
141 gsub(/^BuildRequires/, "B1BuildRequires", s);
142 gsub(/^BuildConflicts/, "B2BuildConflicts", s);
143 gsub(/^Provides/, "X1Provides", s);
144 gsub(/^Obsoletes/, "X2Obsoletes", s);
145 gsub(/^Conflicts/, "X3Conflicts", s);
146 gsub(/^BuildArch/, "X4BuildArch", s);
147 gsub(/^ExclusiveArch/, "X6ExclusiveArch", s);
148 gsub(/^ExcludeArch/, "X7ExcludeArch", s);
149 gsub(/^BuildRoot/, "X9BuildRoot", s);
c0bcd06f
ER
150
151# printf("%s -> %s\n", a""b, s);
a5e4249b
ER
152 return s;
153}
154
0bbcf6b4 155# Comments
2f97d8ea 156/^#/ && (description == 0) {
0bbcf6b4 157 if (/This file does not like to be adapterized!/) {
158 print # print this message
159 while (getline) # print the rest of spec as it is
160 print
161 do_not_touch_anything = 1 # do not touch anything in END()
162 exit 0
163 }
337741dd 164
0bbcf6b4 165 # Generally, comments are printed without touching
62565bd5 166 sub(/[ \t]+$/, "")
003a22bc
ER
167
168 if (/Source.*md5/) {
169 print $0
170 next
171 }
337741dd 172}
173
d71e64d1 174/^%define/ {
37403736 175 # Remove defining _applnkdir (this macro has been included in rpm-3.0.4)
17bd16f3 176 if ($2 == "_applnkdir") {
6e01f9db 177 next
17bd16f3
ER
178 }
179 if ($2 == "date") {
6e01f9db 180 date = 1
6cfaf341
ER
181 if (did_files == 0) {
182 print "%files"
183 print ""
184 did_files = 1
185 }
17bd16f3
ER
186 }
187
188 # Do not add %define of _prefix if it already is.
189 if ($2 ~ /^_prefix/) {
190 sub("^"prefix, $3, bindir)
191 sub("^"prefix, $3, sbindir)
192 sub("^"prefix, $3, libdir)
193 sub("^"prefix, $3, datadir)
194 sub("^"prefix, $3, includedir)
195 prefix = $3
196 }
197
198 if ($2 ~ /_bindir/ && !/_sbindir/)
199 bindir = $3
200 if ($2 ~ /_sbindir/)
201 sbindir = $3
5dc7f4ee
ER
202 if ($2 ~ /_libdir/) {
203 if ($3 ~ /^%\(/) {
204 # TODO: should escape for latter checks like: ($c ~ sysconfdir "/{?cron.")
205 libdir = "%%%%%%%%%%%%%%"
206 } else {
207 libdir = $3
208 }
209 }
37403736
ER
210 if ($2 ~ /_sysconfdir/) {
211 if ($3 ~ /^%\(/) {
212 # TODO: should escape for latter checks like: ($c ~ sysconfdir "/{?cron.")
213 sysconfdir = "%%%%%%%%%%%%%%"
214 } else {
215 sysconfdir = $3
216 }
217 }
5dc7f4ee
ER
218 if ($2 ~ /_datadir/) {
219 if ($3 ~ /^%\(/) {
220 # TODO: should escape for latter checks like: ($c ~ sysconfdir "/{?cron.")
221 datadir = "%%%%%%%%%%%%%%"
222 } else {
223 datadir = $3
224 }
225 }
17bd16f3
ER
226 if ($2 ~ /_includedir/)
227 includedir = $3
228 if ($2 ~ /_mandir/)
229 mandir = $3
230 if ($2 ~ /_infodir/)
231 infodir = $3
99b02f64
ER
232 if ($2 ~ /_docdir/)
233 docdir = $3
17bd16f3
ER
234
235 # version related macros
236 if ($2 ~ /^_beta$/)
237 _beta = $3
238 if ($2 ~ /^_rc$/)
239 _rc = $3
f8281d0c
ER
240 if ($2 ~ /^_pre$/)
241 _pre = $3
17bd16f3
ER
242 if ($2 ~ /^_snap$/)
243 _snap = $3
244
245 # these are used usually when adapterizing external spec
246 if ($2 ~ /^name$/)
247 name = $3
248 if ($2 ~ /^version$/)
249 version = $3
250 if ($2 ~ /^release$/)
251 release = $3
5fd6c8d4 252
0311af17
ER
253 if ($2 ~ /^mod_name$/)
254 mod_name = $3
255
f0c5c231 256 sub(/[ \t]+$/, "");
5fd6c8d4
ER
257 # do nothing further, otherwise adapter thinks we're at preamble
258 print
259 next
d71e64d1
SZ
260}
261
a3ca2c50
ER
262# Obsolete
263/^%include.*\/usr\/lib\/rpm\/macros\.python$/ {
264 next
265}
266
337741dd 267################
268# %description #
269################
37403736 270/^%description/, (!/^%description/ && $0 ~ SECTIONS) {
32bb73d8 271 preamble = 0
948cad9c 272
3b100864 273 if (/^%description/) {
32bb73d8 274 bod++
73e1a9a3 275 format_line = ""
276 format_indent = -1
3b100864
SZ
277 }
278
73e1a9a3 279 # Format description
db167e61 280 if (ENVIRON["SKIP_DESC"] != 1 && description == 1 && !/^%[a-z]+/ && !/^%description/) {
3b100864 281 if (/^[ \t]*$/) {
73e1a9a3 282 format_flush(format_line, format_indent)
3b100864 283 print ""
73e1a9a3 284 format_line = ""
285 format_indent = -1
3b100864 286 } else if (/^[ \t]*[-\*][ \t]*/) {
73e1a9a3 287 format_flush(format_line, format_indent)
d2bcf054 288 match($0, /^[ \t]*/)
73e1a9a3 289 format_indent = RLENGTH
290 match($0, /^[ \t]*[-\*][ \t]/)
291 format_line = substr($0, RLENGTH)
d2bcf054 292 } else
73e1a9a3 293 format_line = format_line " " $0
32bb73d8 294 next
948cad9c 295 }
d2bcf054 296
d71e64d1 297 if (/^%[a-z]+/ && (!/^%description/ || bod == 2)) {
4bd1116d 298 if (NF > 3 && $2 == "-l") {
299 ll = $1
300 for (i = 4; i <= NF; i++)
301 ll = ll " " $i
302 $0 = ll " -l " $3
303 }
73e1a9a3 304 format_flush(format_line, format_indent)
948cad9c 305 if (bod == 2) {
32bb73d8
SZ
306 bod = 1
307 description = 1
948cad9c 308 } else {
32bb73d8
SZ
309 bod = 0
310 description = 0
948cad9c 311 }
312 } else
32bb73d8 313 description = 1
16397458 314}
315
337741dd 316#########
317# %prep #
318#########
37403736 319/^%prep/, (!/^%prep/ && $0 ~ SECTIONS) {
32bb73d8 320 preamble = 0
6cfaf341 321 did_prep = 1
d2bcf054 322
e62422da
ER
323 use_macros()
324
a9f3f77c 325 # Add '-q' to %setup
ef56a1ca 326 if (/^%setup/ && !/-q/) {
d71e64d1 327 sub(/^%setup/, "%setup -q")
ef56a1ca
ER
328 }
329
671ba17b 330 if (/^%setup/ && name != "setup") {
928c2651
ER
331 $0 = fixedsub(name, "%{name}", $0);
332 $0 = fixedsub(version, "%{version}", $0);
3e20c912 333 if (_beta) {
928c2651 334 $0 = fixedsub(_beta, "%{_beta}", $0);
3e20c912
ER
335 }
336 if (_rc) {
928c2651 337 $0 = fixedsub(_rc, "%{_rc}", $0);
3e20c912 338 }
f8281d0c
ER
339 if (_pre) {
340 $0 = fixedsub(_pre, "%{_pre}", $0);
341 }
3e20c912 342 if (_snap) {
928c2651 343 $0 = fixedsub(_snap, "%{_snap}", $0);
3e20c912 344 }
d769e78f
ER
345 }
346
6f7b0e46 347 if (/^%setup/ && /-n %{name}-%{version}( |$)/) {
928c2651 348 $0 = fixedsub(" -n %{name}-%{version}", "", $0)
ef56a1ca 349 }
42cd9911 350 sub("^%patch ", "%patch0 ");
e62422da
ER
351
352 # invalid in %prep
353 sub("^rm -rf \$RPM_BUILD_ROOT.*", "");
16397458 354}
355
337741dd 356##########
357# %build #
358##########
37403736 359/^%build/, (!/^%build/ && $0 ~ SECTIONS) {
32bb73d8 360 preamble = 0
16397458 361
6cfaf341
ER
362 if (did_prep == 0) {
363 print "%prep"
364 print ""
365 did_prep = 1
366 }
367
32bb73d8 368 use_macros()
035bfa01 369 use_tabs()
d2bcf054 370
68694f00 371 if (/^automake$/)
372 sub(/$/, " -a -c")
373
0972e97d 374 if (/LDFLAGS/) {
2f46ef70 375 if (/LDFLAGS="-s"/) {
376 removed["LDFLAGS"] = 1
377 next
378 } else {
379 split($0, tmp, "LDFLAGS=")
0972e97d 380 count = split(tmp[2], flags, "\"")
2f46ef70 381 if (flags[1] != "" && flags[1] !~ "!?debug") {
fe9a6f09 382 sub(/-s[" ]?/, "%{rpmldflags} ", flags[1])
2f46ef70 383 $0 = tmp[1] line[1] "LDFLAGS=" flags[1] "\""
384 for (i = 2; i < count; i++)
385 $0 = $0 flags[i] "\""
386 }
0972e97d 387 }
388 }
389
390 if (/CFLAGS=/)
391 if (cflags("CFLAGS") == 0)
392 next
393
394 if (/CXXFLAGS=/)
395 if (cflags("CXXFLAGS") == 0)
396 next
d2bcf054 397
2f46ef70 398 if (/^export /) {
399 if (removed["LDFLAGS"])
400 sub(" LDFLAGS", "")
401 if (removed["CFLAGS"])
402 sub(" CFLAGS", "")
403 if (removed["CXXFLAGS"])
404 sub(" CXXFLAGS", "")
405 # Is there still something?
406 if (/^export[ ]*$/)
407 next
408 }
02c61abb 409
b5f420e4 410 # quote CC
02c61abb
ER
411 if (/CC=%{__cc} /) {
412 sub("CC=%{__cc}", "CC=\"%{__cc}\"")
413 }
d92d1e4f 414
6702f869 415 # use PLD Linux macros
d92d1e4f
ER
416 $0 = fixedsub("glib-gettextize --copy --force","%{__glib_gettextize}", $0);
417 $0 = fixedsub("intltoolize --copy --force", "%{__intltoolize}", $0);
b5f420e4 418 $0 = fixedsub("automake --add-missing --copy", "%{__automake}", $0);
438df441 419 $0 = fixedsub("automake -a --foreign --copy", "%{__automake}", $0);
a5ab7844 420 $0 = fixedsub("automake -a -c --foreign", "%{__automake}", $0);
82e1c3ee 421 $0 = fixedsub("automake -a -c", "%{__automake}", $0);
438df441
ER
422 $0 = fixedsub("libtoolize --force --automake --copy", "%{__libtoolize}", $0);
423 $0 = fixedsub("libtoolize -c -f --automake", "%{__libtoolize}", $0);
b5f420e4
ER
424
425 sub(/^aclocal$/, "%{__aclocal}");
426 sub(/^autoheader$/, "%{__autoheader}");
427 sub(/^autoconf$/, "%{__autoconf}");
428 sub(/^automake$/, "%{__automake}");
82e1c3ee 429 sub(/^libtoolize$/, "%{__libtoolize}");
d2bcf054 430
023aea7a
ER
431 # atrpms
432 $0 = fixedsub("%perl_configure", "%{__perl} Makefile.PL \\\n\tINSTALLDIRS=vendor", $0);
433 $0 = fixedsub("%perl_makecheck", "%{?with_tests:%{__make} test}", $0);
16397458 434}
435
337741dd 436##########
437# %clean #
438##########
37403736 439/^%clean/, (!/^%clean/ && $0 ~ SECTIONS) {
aa666779 440 did_clean = 1
6702f869 441
42cd9911 442 use_macros()
aa666779
SZ
443}
444
337741dd 445############
446# %install #
447############
37403736 448/^%install/, (!/^%install/ && $0 ~ SECTIONS) {
d2bcf054 449
32bb73d8 450 preamble = 0
d2bcf054 451
43042a15 452 # foreign rpms
6af280a5 453 sub("^%{__rm} -rf %{buildroot}", "rm -rf $RPM_BUILD_ROOT")
42cd9911
ER
454 sub("%buildroot", "$RPM_BUILD_ROOT");
455 sub("%{buildroot}", "$RPM_BUILD_ROOT");
43042a15 456
6af280a5 457 if (/^[ \t]*rm([ \t]+-[rf]+)*[ \t]+(\${?RPM_BUILD_ROOT}?|%{?buildroot}?)/ && did_rmroot==0) {
aa666779 458 did_rmroot=1
b741d74d
SZ
459 print "rm -rf $RPM_BUILD_ROOT"
460 next
461 }
a9f3f77c 462
aa666779 463 if (!/^(#?[ \t]*)$/ && !/^%install/ && did_rmroot==0) {
b741d74d 464 print "rm -rf $RPM_BUILD_ROOT"
aa666779 465 did_rmroot=1
b741d74d 466 }
d2bcf054 467
42cd9911
ER
468 if (tmpdir) {
469 buildroot = tmpdir "/" name "-" version "-root-" ENVIRON["USER"]
ab73bfb4 470 gsub(buildroot, "$RPM_BUILD_ROOT")
42cd9911 471 }
ab73bfb4 472
42cd9911
ER
473 if (!/%{_lib}/) {
474 sub("\$RPM_BUILD_ROOT/%", "$RPM_BUILD_ROOT%")
475 }
1f948ece 476
b741d74d 477 use_macros()
d2bcf054 478
16397458 479 # 'install -d' instead 'mkdir -p'
480 if (/mkdir -p/)
32bb73d8 481 sub(/mkdir -p/, "install -d")
0071ffb3 482
96b01e16 483 # cp -a already implies cp -r
42cd9911 484 sub(/^cp -ar/, "cp -a")
d2bcf054 485
a9f3f77c 486 # No '-u root' or '-g root' for 'install'
7d285e55 487 if (/^install/ && /-[ug][ \t]*root/)
32bb73d8 488 gsub(/-[ug][ \t]*root /, "")
d2bcf054 489
db929c93
ER
490 if (/^install/ && /-m[ \t]*[0-9]+/)
491 gsub(/-m[ \t]*[0-9]+ /, "")
d2bcf054 492
6b02d821 493 # No lines contain 'chown' or 'chgrp' if owner/group is 'root'
a9f3f77c 494 if (($1 ~ /chown/ && $2 ~ /root\.root/) || ($1 ~ /chgrp/ && $2 ~ /root/))
32bb73d8 495 next
d2bcf054 496
a9f3f77c 497 # No lines contain 'chmod' if it sets the modes to '644'
7d285e55 498 if ($1 ~ /chmod/ && $2 ~ /644/)
32bb73d8 499 next
023aea7a 500
023aea7a
ER
501 # atrpms
502 $0 = fixedsub("%perl_makeinstall", "%{__make} pure_install \\\n\tDESTDIR=$RPM_BUILD_ROOT", $0);
16397458 503}
504
337741dd 505##########
506# %files #
507##########
37403736 508/^%files/, (!/^%files/ && $0 ~ SECTIONS) {
32bb73d8 509 preamble = 0
6cfaf341 510 did_files = 1
d2bcf054 511
d71e64d1 512 if ($0 ~ /^%files/)
32bb73d8 513 defattr = 1
d2bcf054 514
0bbcf6b4 515 use_files_macros()
16397458 516}
517
337741dd 518##############
519# %changelog #
520##############
37403736 521/^%changelog/, (!/^%changelog/ && $0 ~ SECTIONS) {
32bb73d8 522 preamble = 0
b741d74d 523 has_changelog = 1
dae2a065 524 skip = 0
16397458 525 # There should be some CVS keywords on the first line of %changelog.
dae2a065 526 if (boc == 3) {
e0ab434c
ER
527 if ($0 !~ _cvsmailfeedback)
528 print "* %{date} " _cvsmailfeedback > changelog_file
dae2a065
JB
529 else
530 skip = 1
531 boc = 2
1fefb3da 532 }
dae2a065 533 if (boc == 2 && !skip) {
1fefb3da 534 if (!/All persons listed below/) {
e6ca8854 535 printf "All persons listed below can be reached at " > changelog_file
e0ab434c 536 print "<cvs_login>" _cvsmaildomain "\n" > changelog_file
dae2a065
JB
537 } else
538 skip = 1
7bfb8673 539 boc = 1
16397458 540 }
dae2a065
JB
541 if (boc == 1 && !skip) {
542 if (!/^$/) {
543 if (!/\$.*Log:.*\$/)
544 print "$" "Log:$" > changelog_file
545 boc = 0
546 }
1fefb3da 547 }
6544a775 548 # Define date macro.
1fefb3da 549 if (boc == 4) {
57862255 550 if (date == 0) {
308c7423 551 printf "%%define date\t%%(echo `LC_ALL=\"C\"" > changelog_file
552 print " date +\"%a %b %d %Y\"`)" > changelog_file
1a2653e7 553 date = 1
57862255 554 }
1fefb3da 555 boc = 3
6544a775 556 }
308c7423 557
62565bd5 558 sub(/[ \t]+$/, "")
3c6a8648 559 if (!/^%[a-z]+$/ || /changelog/)
308c7423 560 print > changelog_file
561 else
562 print
563 next
16397458 564}
565
337741dd 566###########
567# SCRIPTS #
568###########
37403736 569/^%pre/, (!/^%pre/ && $0 ~ SECTIONS) {
337741dd 570 preamble = 0
c6aa1f63 571
afca35ce
ER
572 if (gsub("/usr/sbin/useradd", "%useradd")) {
573 sub(" 2> /dev/null \|\| :", "");
574 sub(" >/dev/null 2>&1 \|\|:", "");
575 }
576
c6aa1f63
ER
577 # %useradd and %groupadd may not be wrapped
578 if (/%(useradd|groupadd).*\\$/) {
579 a = $0; getline;
580 sub(/^[\s\t]*/, "");
581 $0 = substr(a, 1, length(a) - 1) $0;
582 }
afca35ce 583 use_script_macros()
337741dd 584}
c6aa1f63 585
37403736 586/^%post/, (!/^%post/ && $0 ~ SECTIONS) {
337741dd 587 preamble = 0
99b02f64 588 use_macros()
337741dd 589}
37403736 590/^%preun/, (!/^%preun/ && $0 ~ SECTIONS) {
337741dd 591 preamble = 0
afca35ce 592 use_script_macros()
337741dd 593}
37403736 594/^%postun/, (!/^%postun/ && $0 ~ SECTIONS) {
337741dd 595 preamble = 0
afca35ce 596 use_script_macros()
337741dd 597}
37403736 598/^%triggerin/, (!/^%triggerin/ && $0 ~ SECTIONS) {
74e9aad8 599 preamble = 0
afca35ce 600 use_script_macros()
74e9aad8 601}
37403736 602/^%triggerun/, (!/^%triggerun/ && $0 ~ SECTIONS) {
74e9aad8 603 preamble = 0
afca35ce 604 use_script_macros()
74e9aad8 605}
37403736 606/^%triggerpostun/, (!/^%triggerpostun/ && $0 ~ SECTIONS) {
74e9aad8 607 preamble = 0
afca35ce 608 use_script_macros()
74e9aad8 609}
37403736 610/^%pretrans/, (!/^%pretrans/ && $0 ~ SECTIONS) {
74e9aad8 611 preamble = 0
afca35ce 612 use_script_macros()
74e9aad8 613}
37403736 614/^%posttrans/, (!/^%posttrans/ && $0 ~ SECTIONS) {
74e9aad8 615 preamble = 0
afca35ce 616 use_script_macros()
74e9aad8 617}
b7ab5ec4
ER
618/^%verifyscript/, (!/^%verifyscript/ && $0 ~ SECTIONS) {
619 preamble = 0
afca35ce 620 use_script_macros()
b7ab5ec4
ER
621}
622/^%check/, (!/^%check/ && $0 ~ SECTIONS) {
623 preamble = 0
afca35ce 624 use_script_macros()
b7ab5ec4 625}
337741dd 626
627#############
628# PREAMBLES #
629#############
16397458 630preamble == 1 {
7d285e55 631 # There should not be a space after the name of field
632 # and before the colon.
32bb73d8 633 sub(/[ \t]*:/, ":")
d2bcf054 634
1ea917a3
ER
635 if (/^%perl_module_wo_prefix/) {
636 name = $2
637 version = $3
638 release = "0." fixedsub(".%{disttag}.at", "", $4)
639 }
640
32bb73d8 641 field = tolower($1)
00956e6f 642 fieldnlower = $1
8003d7ad 643 if (field ~ /summary:/ && !/etc\.$/) {
61182440
ER
644 sub(/\.$/, "", $0);
645 }
2873c9d1 646 if (field ~ /group(\([^)]+\)):/)
5b95e677 647 next
2873c9d1 648 if (field ~ /group:/) {
649 format_preamble()
c0bcd06f
ER
650 group = $0;
651 sub(/^[^ \t]*[ \t]*/, "", group);
652
653 sub(/^Utilities\//,"Applications/", group)
654 sub(/^Games/,"Applications/Games", group)
655 sub(/^X11\/Games/,"X11/Applications/Games", group)
656 sub(/^X11\/GNOME\/Development\/Libraries/,"X11/Development/Libraries", group)
657 sub(/^X11\/GNOME\/Applications/,"X11/Applications", group)
658 sub(/^X11\/GNOME/,"X11/Applications", group)
659 sub(/^X11\/Utilities/,"X11/Applications", group)
660 sub(/^X11\/Games\/Strategy/,"X11/Applications/Games/Strategy", group)
ff0b284d 661 sub(/^X11\/Library/,"X11/Libraries", group)
c0bcd06f
ER
662 sub(/^Shells/,"Applications/Shells", group)
663 sub(/^System Environment\/Libraries$/, "Libraries", group)
ff0b284d 664 sub(/^Library\/Development$/, "Development/Libraries", group)
c0bcd06f
ER
665 sub(/^System Environment\/Daemons$/, "Daemons", group)
666 sub(/^Applications\/Internet$/, "Applications/Networking", group)
667 sub(/^Applications\/Daemons$/, "Daemons", group)
668 sub(/^Application\/Multimedia$/, "Applications/Multimedia", group)
669 sub(/^System\/Servers$/, "Daemons", group)
670 sub(/^X11\/Xserver$/, "X11/Servers", group)
671 sub(/^X11\/XFree86/, "X11", group)
672 sub(/^Applications\/Compilers$/, "Development/Languages", group)
673 sub(/^Applications\/Internet\/Peer to Peer/, "Applications/Networking", group)
674 sub(/^Networking\/Deamons$/, "Networking/Daemons", group)
675 sub(/^Development\/Docs$/, "Documentation", group)
15677f60 676 sub(/^Development\/Documentation$/, "Documentation", group)
f0c5c231 677 sub(/^System Environment\/Kernel$/, "Base/Kernel", group)
15677f60
ER
678 sub(/^Development\/Libraries\/Java$/, "Development/Languages/Java", group)
679 sub(/^Development\/Java/, "Development/Languages/Java", group)
680 sub(/^Development\/Testing$/, "Development", group)
681 sub(/^Text Processing\/Markup\/HTML$/, "Applications/Text", group)
682 sub(/^Text Processing\/Markup\/XML$/, "Applications/Text", group)
e4339f15
ER
683 sub(/^Web\/Database$/, "Applications/WWW", group)
684 sub(/^System Environment\/Base$/, "Base", group)
c574762f 685 sub(/^System$/, "Base", group)
0f558722 686 sub(/^Applications\/Productivity$/, "X11/Applications", group)
13dda4dc
ER
687 sub(/^Database$/, "Applications/Databases", group)
688 sub(/^Development\/Code Generators$/, "Development", group)
c0bcd06f
ER
689
690 $0 = "Group:\t\t" group
691
692 if (group ~ /^X11/ && x11 == 0) # Is it X11 application?
2b4c59bc 693 x11 = 1
b2ba29bc 694
c0bcd06f 695 byl_plik_z_groupmi = 0
b2ba29bc
SZ
696 byl_opis_grupy = 0
697 while ((getline linia_grup < groups_file) > 0) {
c0bcd06f
ER
698 byl_plik_z_groupmi = 1
699 if (linia_grup == group) {
b2ba29bc
SZ
700 byl_opis_grupy = 1
701 break
702 }
703 }
ada044b5 704
c0bcd06f 705 if (!byl_plik_z_groupmi)
b2ba29bc
SZ
706 print "######\t\t" groups_file ": no such file"
707 else if (!byl_opis_grupy)
708 print "######\t\t" "Unknown group!"
d2bcf054 709
b2ba29bc 710 close(groups_file)
6cfaf341 711 did_groups = 1
b2ba29bc 712 }
d2bcf054 713
7f2507f0 714 if (field ~ /prereq:/) {
37457756 715 sub(/Pre[Rr]eq:/, "Requires:", $1);
7f2507f0
ER
716 }
717
6639ea54 718 # split (build)requires, obsoletes on commas
701dce37 719 if (field ~ /(obsoletes|requires|provides|conflicts):/ && NF > 2) {
9911efc1
ER
720 value = substr($0, index($0, $2));
721 $0 = format_requires($1, value);
2776dcb6 722 }
42cd9911 723
7198ba75
ER
724 # BR: tar (and others) is to common (rpm-build requires it)
725 if (field ~ /^buildrequires:/) {
a3adad27
ER
726 l = substr($0, index($0, $2));
727 if (l == "awk" ||
728 l == "binutils" ||
729 l == "bzip2" ||
730 l == "cpio" ||
731 l == "diffutils" ||
732 l == "elfutils" ||
733 l == "fileutils" ||
734 l == "findutils" ||
735 l == "glibc-devel" ||
736 l == "grep" ||
737 l == "gzip" ||
738 l == "make" ||
739 l == "patch" ||
740 l == "sed" ||
741 l == "sh-utils" ||
742 l == "tar" ||
743 l == "textutils") {
7198ba75
ER
744 next
745 }
15677f60 746
42cd9911 747 # perhaps we have common known name?
15677f60 748
42cd9911 749 # jpackages
15677f60 750 sub(/^java-devel$/, "jdk", $2);
15677f60
ER
751 sub(/^log4j$/, "jakarta-log4j", $2);
752 sub(/^oro$/, "jakarta-oro", $2);
13dda4dc 753 sub(/^jakarta-ant$/, "ant", $2);
15677f60 754 sub(/^xerces-j2$/, "xerces-j", $2);
15677f60
ER
755 sub(/^ldapjdk$/, "ldapsdk", $2);
756 sub(/^saxon-scripts$/, "saxon", $2);
13dda4dc
ER
757 sub(/^xalan-j2$/, "xalan-j", $2);
758 sub(/^xerces-j2$/, "xerces-j", $2);
cdf38256 759
42cd9911 760 replace_php_virtual_deps();
7198ba75
ER
761 }
762
cdf38256 763 if (field ~ /^requires:/) {
42cd9911
ER
764 replace_php_virtual_deps();
765 }
cdf38256
ER
766
767
ea66cafb 768 # obsolete/unwanted tags
98125519 769 if (field ~ /vendor:|packager:|distribution:|docdir:|prefix:|icon:|author:|author-email:|metadata-version:/) {
32bb73d8 770 next
9911efc1 771 }
d2bcf054 772
6cfaf341 773 if (field ~ /buildroot:/) {
faabbd89 774 $0 = $1 "%{tmpdir}/%{name}-%{version}-root-%(id -u -n)"
6cfaf341
ER
775 did_build_root = 1
776 }
7d285e55 777
7d285e55 778 # Use "License" instead of "Copyright" if it is (L)GPL or BSD
89411bba 779 if (field ~ /copyright:/ && $2 ~ /GPL|BSD/) {
32bb73d8 780 $1 = "License:"
89411bba 781 }
d2bcf054 782
baec8afd
ER
783 if (field ~ /license:/) {
784 l = substr($0, index($0, $2));
785 if (l == "Python Software Foundation License") {
786 l = "PSF"
787 }
788 $0 = "License:\t" l;
789 }
790
791
1ea917a3 792 if (field ~ /name:/) {
95266981 793 if ($2 == "%{name}" && name) {
2fce9750
ER
794 $2 = name
795 }
32bb73d8 796 name = $2
1ea917a3
ER
797 name_seen = 1;
798 }
7d285e55 799
1ea917a3 800 if (field ~ /version:/) {
2fce9750
ER
801 if ($2 == "%{version}" && version) {
802 $2 = version
803 }
32bb73d8 804 version = $2
1ea917a3
ER
805 version_seen = 1;
806 }
807
808 if (field ~ /release:/) {
2fce9750
ER
809 if ($2 == "%{release}" && release) {
810 $2 = release
811 }
6cfaf341 812 sub(/%atrelease /, "0.", $0)
1ea917a3
ER
813 release = $2
814 release_seen = 1;
815 }
7d285e55 816
98125519 817
246dbfc6
SZ
818 if (field ~ /serial:/)
819 $1 = "Epoch:"
017fc990 820
98125519
ER
821 if (field ~ /home-page:/)
822 $1 = "URL:"
823
4edf81f6 824 # proper caps
7e50ffd2 825 if (field ~ /^url:$/)
4edf81f6
ER
826 $1 = "URL:"
827
98125519
ER
828 if (field ~ /^description:$/)
829 $1 = "\n%description\n"
830
7d285e55 831 # Use %{name} and %{version} in the filenames in "Source:"
93ad28bc 832 if (field ~ /^source/ || field ~ /patch/) {
32bb73d8 833 n = split($2, url, /\//)
66437059
SZ
834 if (url[n] ~ /\.gz$/) {
835 url[n+1] = ".gz" url[n+1]
836 sub(/\.gz$/,"",url[n])
837 }
838 if (url[n] ~ /\.zip$/) {
839 url[n+1] = ".zip" url[n+1]
840 sub(/\.zip$/,"",url[n])
841 }
842 if (url[n] ~ /\.tar$/) {
843 url[n+1] = ".tar" url[n+1]
844 sub(/\.tar$/,"",url[n])
845 }
846 if (url[n] ~ /\.patch$/) {
847 url[n+1] = ".patch" url[n+1]
848 sub(/\.patch$/,"",url[n])
849 }
850 if (url[n] ~ /\.bz2$/) {
851 url[n+1] = ".bz2" url[n+1]
852 sub(/\.bz2$/,"",url[n])
853 }
45465264
SZ
854 if (url[n] ~ /\.logrotate$/) {
855 url[n+1] = ".logrotate" url[n+1]
856 sub(/\.logrotate$/,"",url[n])
857 }
858 if (url[n] ~ /\.pamd$/) {
859 url[n+1] = ".pamd" url[n+1]
860 sub(/\.pamd$/,"",url[n])
861 }
862
bf246f77 863 # allow %{name} only in last url component
ccb3335c
ER
864 s = ""
865 for (i = 1; i <= n; i++) {
866 url[i] = fixedsub("%{name}", name, url[i])
867 if (s) {
868 s = s "/" url[i]
869 } else {
870 s = url[i]
871 }
872 }
873 $2 = s url[n+1]
874
32bb73d8 875 filename = url[n]
4c237f9d
ER
876 if (name) {
877 url[n] = fixedsub(name, "%{name}", url[n])
878 }
85bbdbed 879 if (field ~ /source/) {
4c237f9d
ER
880 if (version) {
881 url[n] = fixedsub(version, "%{version}", url[n])
882 }
85bbdbed
ER
883 if (_beta) {
884 url[n] = fixedsub(_beta, "%{_beta}", url[n])
885 }
886 if (_rc) {
887 url[n] = fixedsub(_rc, "%{_rc}", url[n])
888 }
f8281d0c
ER
889 if (_pre) {
890 url[n] = fixedsub(_pre, "%{_pre}", url[n])
891 }
85bbdbed
ER
892 if (_snap) {
893 url[n] = fixedsub(_snap, "%{_snap}", url[n])
894 }
895 }
f175a699 896 # assigning to $2 kills preamble formatting
66437059 897 $2 = fixedsub(filename, url[n], $2)
d2bcf054
ER
898
899 # sourceforge urls
4d3a0396
ER
900 sub("[?&]big_mirror=.*$", "", $2);
901 sub("[?&]modtime=.*$", "", $2);
902
d749eebf 903 sub("[?]use_mirror=.*$", "", $2);
85bbdbed 904 sub("[?]download$", "", $2);
4d3a0396 905
9764550e 906 sub("^http://prdownloads\.sourceforge\.net/", "http://dl.sourceforge.net/", $2)
15677f60 907 sub("^http://download\.sf\.net/", "http://dl.sourceforge.net/", $2)
01bcb780 908 sub("^http://downloads\.sourceforge\.net/", "http://dl.sourceforge.net/", $2)
d749eebf
ER
909
910 sub("^http://.*\.dl\.sourceforge\.net/", "http://dl.sourceforge.net/", $2)
c13284af 911 sub("^http://dl\.sourceforge\.net/sourceforge/", "http://dl.sourceforge.net/", $2)
d347630d 912 sub("^http://dl\.sf\.net/", "http://dl.sourceforge.net/", $2)
7d285e55 913 }
be7dead6 914
d2bcf054 915
93ad28bc 916 if (field ~ /^source:/)
d2bcf054 917 $1 = "Source0:"
32bb73d8 918
ff9e2987 919 if (field ~ /^patch:/)
32bb73d8 920 $1 = "Patch0:"
d2bcf054 921
0311af17 922 kill_preamble_macros();
32bb73d8 923 format_preamble()
d2bcf054 924
12d9b2b2
ER
925 if (field ~ /requires/) {
926 # atrpms
927 $0 = fixedsub("%{eversion}", "%{epoch}:%{version}-%{release}", $0);
928 }
16397458 929}
930
8671b2a2
ER
931/^%bcond_/ {
932 # do nothing
933 print
934 next
935}
7c43f31c
ER
936
937# sort BR/R!
938#
939# NOTES:
940# - mixing BR/R and anything else confuses this (all will be sorted together)
42cd9911 941# so don't do that.
7c43f31c 942# - comments leading the BR/R can not be associated,
42cd9911 943# so don't adapterize when the BR/R are mixed with comments
7c43f31c 944ENVIRON["SKIP_SORTBR"] != 1 && preamble == 1 && $0 ~ PREAMBLE_TAGS, $0 ~ PREAMBLE_TAGS {
f175a699 945 if ($1 ~ /Pre[Rr]eq:/) {
37457756 946 sub(/Pre[Rr]eq:/, "Requires:", $1);
7c43f31c
ER
947 }
948 format_preamble()
73eaf7b6 949# kill_preamble_macros(); # breaks tabbing
7c43f31c
ER
950
951 b_idx++;
952 l = substr($0, index($0, $2));
953 b_ktmp = b_makekey($1, l);
954 b_key[b_idx] = b_ktmp;
955 b_val[b_ktmp] = $0;
956
957 next;
958}
959
7c43f31c
ER
960preamble == 1 {
961 if (b_idx > 0) {
962 isort(b_key, b_idx);
963 for (i = 1; i <= b_idx; i++) {
89411bba
ER
964 v = b_val[b_key[i]];
965 sub(/[ \t]+$/, "", v);
966 print "" v;
7c43f31c
ER
967 }
968 b_idx = 0
969 }
970}
971
2b4c59bc 972# main() ;-)
16397458 973{
32bb73d8 974 preamble = 1
d2bcf054 975
62565bd5 976 sub(/[ \t]+$/, "")
32bb73d8 977 print
1ea917a3
ER
978
979 if (name_seen == 0 && name) {
bd313400 980 print "Name:\t\t" name
1ea917a3
ER
981 name_seen = 1
982 }
983
984 if (version_seen == 0 && version) {
985 print "Version:\t" version
986 version_seen = 1
987 }
988
989 if (release_seen == 0 && release) {
990 print "Release:\t" release
991 release_seen = 1
992 }
98125519
ER
993
994 if (did_build_root == 0) {
6cfaf341 995# print "BuildRoot:\t%{tmpdir}/%{name}-%{version}-root-%(id -u -n)"
98125519
ER
996 did_build_root = 1
997 }
6cfaf341
ER
998 if (did_groups == 0) {
999# print "Group:\t\tunknown"
1000 did_groups = 1
1001 }
57862255 1002}
1003
6b02d821 1004
57862255 1005END {
0bbcf6b4 1006 if (do_not_touch_anything)
1007 exit 0
d2bcf054 1008
42cd9911
ER
1009 # TODO: need to output these in proper place
1010 if (BR_count > 0) {
1011 for (i = 0; i <= BR_count; i++) {
1012 print BR[i];
1013 }
1014 }
a3c6bbce 1015
6b02d821 1016 close(changelog_file)
1017 while ((getline < changelog_file) > 0)
1018 print
1019 system("rm -f " changelog_file)
3c6a8648 1020
aa666779
SZ
1021 if (did_clean == 0) {
1022 print ""
1023 print "%clean"
1024 print "rm -rf $RPM_BUILD_ROOT"
1025 }
1026
b741d74d
SZ
1027 if (date == 0) {
1028 print ""
1029 print "%define date\t%(echo `LC_ALL=\"C\" date +\"%a %b %d %Y\"`)"
1030 }
d2bcf054 1031
a3c6bbce 1032 if (has_changelog == 0) {
1a2653e7 1033 print "%changelog"
42cd9911 1034 }
b741d74d 1035
a3c6bbce 1036 if (boc > 2) {
99f2e2ca 1037 print "* %{date} PLD Team <feedback@pld-linux.org>"
42cd9911 1038 }
1fefb3da 1039 if (boc > 1) {
9b223e29 1040 printf "All persons listed below can be reached at "
99f2e2ca 1041 print "<cvs_login>@pld-linux.org\n"
57862255 1042 }
a3c6bbce 1043 if (boc > 0) {
1fefb3da 1044 print "$" "Log:$"
42cd9911 1045 }
16397458 1046}
1047
2b4c59bc 1048function fixedsub(s1,s2,t, ind) {
66437059 1049# substitutes fixed strings (not regexps)
2b4c59bc 1050 if (ind = index(t,s1))
1051 t = substr(t, 1, ind-1) s2 substr(t, ind+length(s1))
1052 return t
66437059
SZ
1053}
1054
be7dead6 1055# There should be one or two tabs after the colon.
1056function format_preamble()
1057{
f175a699 1058 if (/^#/ || /^%bcond_with/) {
c74a804a
ER
1059 return;
1060 }
32bb73d8 1061 sub(/:[ \t]*/, ":")
13dda4dc
ER
1062 if (match($0, /[A-Za-z0-9(),#_ \t.-]+[ \t]*:[ \t]*/) == 1) {
1063 if (RLENGTH < 8) {
32bb73d8 1064 sub(/:/, ":\t\t")
42cd9911 1065 } else {
32bb73d8 1066 sub(/:/, ":\t")
42cd9911 1067 }
be7dead6 1068 }
1069}
1070
a9f3f77c 1071# Replace directly specified directories with macros
1072function use_macros()
1073{
ff9e2987
ER
1074 # -m, --skip-macros, --no-macros -- skip macros subst
1075 if (ENVIRON["SKIP_MACROS"]) {
1076 return
1077 }
1078
5110bd60
ER
1079 # leave inline sed lines alone
1080 if (/(%{__sed}|sed) -i -e/) {
1081 return;
1082 }
1083
42cd9911
ER
1084 sub("%{_defaultdocdir}", "%{_docdir}");
1085 sub("%{_bindir}/perl", "%{__perl}");
1086 sub("%{_bindir}/python", "%{__python}");
32b4e718 1087
bf42735e
ER
1088 gsub(infodir, "%{_infodir}")
1089
c9cb5723
ER
1090 gsub(perl_sitearch, "%{perl_sitearch}")
1091 gsub(perl_archlib, "%{perl_archlib}")
1092 gsub(perl_privlib, "%{perl_privlib}")
c9cb5723
ER
1093 gsub(perl_vendorlib, "%{perl_vendorlib}")
1094 gsub(perl_vendorarch, "%{perl_vendorarch}")
1095 gsub(perl_sitelib, "%{perl_sitelib}")
f9ae8d4e
ER
1096
1097 gsub(py_sitescriptdir, "%{py_sitescriptdir}")
6cfaf341 1098 gsub(py_sitedir, "%{py_sitedir}")
96c9c215 1099 gsub(py_scriptdir, "%{py_scriptdir}")
9086b883 1100 gsub("%{_libdir}/python2.4/site-packages", "%{py_sitedir}")
6dd98e9f 1101 gsub("%{python_sitelib}", "%{py_sitedir}")
9f2514dd
ER
1102
1103 gsub(ruby_archdir, "%{ruby_archdir}")
1104 gsub(ruby_ridir, "%{ruby_ridir}")
1105 gsub(ruby_rubylibdir, "%{ruby_rubylibdir}")
1106 gsub(ruby_sitearchdir, "%{ruby_sitearchdir}")
1107 gsub(ruby_sitelibdir, "%{ruby_sitelibdir}")
1108
9086b883
ER
1109 gsub("%{_datadir}/applications", "%{_desktopdir}")
1110 gsub("%{_datadir}/pixmaps", "%{_pixmapsdir}")
c9cb5723 1111
6dd2a429
ER
1112 gsub(libdir, "%{_libdir}")
1113
32bb73d8 1114 gsub(bindir, "%{_bindir}")
60e168c3 1115 gsub("%{prefix}/bin", "%{_bindir}")
5110bd60 1116 if (prefix"/bin" == bindir)
f0eca444 1117 gsub("%{_prefix}/bin", "%{_bindir}")
60e168c3 1118
ec98fa64 1119 for (c = 1; c <= NF; c++) {
1120 if ($c ~ sbindir "/fix-info-dir")
1121 continue;
61780b93
ER
1122 if ($c ~ sbindir "/webapp")
1123 continue;
bf42735e
ER
1124 if ($c ~ sbindir "/ldconfig")
1125 continue;
eb4e6786
ER
1126 if ($c ~ sbindir "/chsh")
1127 continue;
1128 if ($c ~ sbindir "/usermod")
1129 continue;
377c83f8
ER
1130 if ($c ~ sbindir "/chkconfig")
1131 continue;
519b18fb
ER
1132 if ($c ~ sbindir "/installzope(product|3package)")
1133 continue;
ec98fa64 1134 gsub(sbindir, "%{_sbindir}", $c)
1135 }
1136
60e168c3 1137 gsub("%{prefix}/sbin", "%{_sbindir}")
519b18fb 1138 if (prefix"/sbin" == sbindir) {
5d0dc6ec 1139 gsub("%{_prefix}/sbin", "%{_sbindir}")
519b18fb 1140 }
60e168c3 1141
38504ae2 1142 for (c = 1; c <= NF; c++) {
de2f7a1a 1143 if ($c ~ sysconfdir "/{?cron.")
ec98fa64 1144 continue;
f0eca444 1145 if ($c ~ sysconfdir "/{?crontab.d")
af3306cc 1146 continue;
269161f4
ER
1147 if ($c ~ sysconfdir "/{?env.d")
1148 continue;
66f4bdaa 1149 if ($c ~ sysconfdir "/{?modprobe.(d|conf)")
791430b4 1150 continue;
7a1926d6
ER
1151 if ($c ~ sysconfdir "/{?udev/rules.d")
1152 continue;
f0eca444 1153 if ($c ~ sysconfdir "/{?logrotate.d")
38504ae2 1154 continue;
f0eca444 1155 if ($c ~ sysconfdir "/{?pam.d")
a56e8186 1156 continue;
f0eca444 1157 if ($c ~ sysconfdir "/{?profile.d")
3849d745 1158 continue;
f0eca444 1159 if ($c ~ sysconfdir "/{?rc.d")
d95318c3 1160 continue;
f0eca444 1161 if ($c ~ sysconfdir "/{?security")
a56e8186 1162 continue;
f0eca444 1163 if ($c ~ sysconfdir "/{?skel")
1021eb9a 1164 continue;
f0eca444 1165 if ($c ~ sysconfdir "/{?sysconfig")
3849d745 1166 continue;
a3ad3d2b
ER
1167 if ($c ~ sysconfdir "/{?shrc.d")
1168 continue;
7666ea52
ER
1169 if ($c ~ sysconfdir "/{?certs")
1170 continue;
3c475044
ER
1171 if ($c ~ sysconfdir "/{?X11")
1172 continue;
7e2a6e20
ER
1173 if ($c ~ sysconfdir "/{?ld.so.conf.d")
1174 continue;
ea66cafb
ER
1175 if ($c ~ sysconfdir "/{?rpm")
1176 continue;
f175a699 1177 if ($c ~ sysconfdir "/{?bash_completion.d")
a3ad3d2b 1178 continue;
f175a699 1179 if ($c ~ sysconfdir "/{?samba")
9fb04ca3 1180 continue;
e4339f15
ER
1181 if ($c ~ sysconfdir "/shells")
1182 continue;
f2bc05a6
ER
1183 if ($c ~ sysconfdir "/ppp")
1184 continue;
38504ae2 1185 gsub(sysconfdir, "%{_sysconfdir}", $c)
1186 }
60e168c3 1187
e5c731ae 1188 gsub(kdedocdir, "%{_kdedocdir}")
99b02f64 1189 gsub(docdir, "%{_docdir}")
f175a699 1190 gsub(php_pear_dir, "%{php_pear_dir}")
99b02f64 1191
10592e33
ER
1192 for (c = 1; c <= NF; c++) {
1193 if ($c ~ datadir "/automake")
1194 continue;
5d60467e
ER
1195 if ($c ~ datadir "/unsermake")
1196 continue;
a0e6069a
ER
1197 if ($c ~ datadir "/file/magic.mime")
1198 continue;
10592e33
ER
1199 gsub(datadir, "%{_datadir}", $c)
1200 }
1201
60e168c3 1202 gsub("%{prefix}/share", "%{_datadir}")
10592e33 1203 if (prefix"/share" == datadir)
f0eca444 1204 gsub("%{_prefix}/share", "%{_datadir}")
60e168c3 1205
03fbe002
ER
1206 # CFLAGS="-I/usr/include/ncurses is usually correct.
1207 if (!/-I\/usr\/include/) {
1208 gsub(includedir, "%{_includedir}")
1209 }
1210
60e168c3 1211 gsub("%{prefix}/include", "%{_includedir}")
03fbe002 1212 if (prefix"/include" == includedir) {
f0eca444 1213 gsub("%{_prefix}/include", "%{_includedir}")
03fbe002 1214 }
60e168c3 1215
32bb73d8 1216 gsub(mandir, "%{_mandir}")
03fbe002 1217 if ($0 !~ "%{_datadir}/manual") {
5d0dc6ec 1218 gsub("%{_datadir}/man", "%{_mandir}")
03fbe002 1219 }
cd1437c2 1220 gsub("%{_prefix}/share/man", "%{_mandir}")
1221 gsub("%{prefix}/share/man", "%{_mandir}")
60e168c3 1222 gsub("%{prefix}/man", "%{_mandir}")
1223 gsub("%{_prefix}/man", "%{_mandir}")
1224
32bb73d8 1225 gsub(infodir, "%{_infodir}")
60e168c3 1226 gsub("%{prefix}/info", "%{_infodir}")
1227 gsub("%{_prefix}/info", "%{_infodir}")
1228
de2f7a1a 1229 if (prefix !~ "/X11R6") {
1230 gsub("%{_datadir}/aclocal", "%{_aclocaldir}")
1231 }
bd4a2113 1232
33957389 1233 gsub(examplesdir, "%{_examplesdir}")
d6255e69 1234
982b68ad 1235 if (prefix != "/") {
a0e6069a
ER
1236 # leave --with-foo=/usr alone
1237 if ($0 !~ "--with.*=.*" prefix) {
1238 for (c = 1; c <= NF; c++) {
1239 if ($c ~ prefix "/sbin/fix-info-dir")
1240 continue;
61780b93
ER
1241 if ($c ~ prefix "/sbin/webapp")
1242 continue;
eb4e6786
ER
1243 if ($c ~ prefix "/sbin/chsh")
1244 continue;
1245 if ($c ~ prefix "/sbin/usermod")
1246 continue;
519b18fb
ER
1247 if ($c ~ prefix "/sbin/installzope(product|3package)")
1248 continue;
a0e6069a
ER
1249 if ($c ~ prefix "/share/automake")
1250 continue;
1251 if ($c ~ prefix "/share/unsermake")
1252 continue;
1253 if ($c ~ prefix "/lib/sendmail")
1254 continue;
c0ae0d40
ER
1255 if ($c ~ prefix "/lib/pkgconfig")
1256 continue;
03fbe002 1257
589bf4b3
ER
1258 # CFLAGS="-I/usr..." is usually correct.
1259 if (/-I\/usr/)
03fbe002 1260 continue;
4e1f12b2
ER
1261 # same for LDFLAGS="-L/usr..."
1262 if (/-L\/usr/)
1263 continue;
03fbe002 1264
a0e6069a
ER
1265 gsub(prefix, "%{_prefix}", $c)
1266 }
ec98fa64 1267 }
982b68ad 1268 gsub("%{prefix}", "%{_prefix}")
1269 }
9a43821c 1270
77b6d1ab
ER
1271 # replace back
1272 gsub("%{_includedir}/ncurses", "/usr/include/ncurses")
1273 gsub("%{_includedir}/freetype", "/usr/include/freetype")
1274
9a43821c 1275 gsub("%{PACKAGE_VERSION}", "%{version}")
1276 gsub("%{PACKAGE_NAME}", "%{name}")
92bd39c6 1277
7f5aa63a 1278 gsub("^make$", "%{__make}")
1279 gsub("^make ", "%{__make} ")
ca0c404d 1280 gsub("^gcc ", "%{__cc} ")
58ca7d6b 1281
3353e0d5
ER
1282 # mandrake specs
1283 gsub("^%make$", "%{__make}")
1284 gsub("^%make ", "%{__make} ")
1285 gsub("^%makeinstall_std", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
8705c1a9 1286 gsub("^%{makeinstall}", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
2fce9750 1287 gsub("^%makeinstall", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
3353e0d5 1288 gsub("^%{__rm} -rf %{buildroot}", "rm -rf $RPM_BUILD_ROOT")
8705c1a9 1289 gsub("^%{__install}", "install")
8705c1a9 1290 gsub("^%{__rm}", "rm")
3353e0d5
ER
1291 gsub("%optflags", "%{rpmcflags}")
1292 gsub("%{compat_perl_vendorarch}", "%{perl_vendorarch}")
1293
32d93636 1294 gsub("^%{__make} install DESTDIR=\$RPM_BUILD_ROOT", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
174db192 1295 gsub("^fix-info-dir$", "[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>\&1")
023aea7a
ER
1296 $0 = fixedsub("%buildroot", "$RPM_BUILD_ROOT", $0)
1297 $0 = fixedsub("%{buildroot}", "$RPM_BUILD_ROOT", $0)
2fce9750
ER
1298 $0 = fixedsub("CXXFLAGS=%{rpmcflags} %configure", "CXXFLAGS=%{rpmcflags}\n%configure", $0);
1299
807cdd98
ER
1300 # split configure line to multiple lines
1301 if (/%configure / && !/\\$/) {
1302 $0 = format_configure($0);
1303 }
1304
e62422da
ER
1305 gsub("%_bindir", "%{_bindir}")
1306 gsub("%_datadir", "%{_datadir}")
1307 gsub("%_iconsdir", "%{_iconsdir}")
99b02f64
ER
1308 gsub("%_sbindir", "%{_sbindir}")
1309 gsub("%_mandir", "%{_mandir}")
1310 gsub("%name", "%{name}")
42cd9911
ER
1311 gsub(/%__rm/, "rm");
1312 gsub(/%__mkdir_p/, "install -d");
1313 gsub(/%__cp/, "cp");
1314 gsub(/%__ln_s/, "ln -s");
1315 gsub(/%__sed/, "%{__sed}");
1316 gsub(/%__cat/, "cat");
1317 gsub(/%__chmod/, "chmod");
32d93636 1318
58ca7d6b 1319 gsub("/usr/src/linux", "%{_kernelsrcdir}")
1320 gsub("%{_prefix}/src/linux", "%{_kernelsrcdir}")
a3c6bbce
ER
1321
1322 if (/^ant /) {
1323 sub(/^ant/, "%ant")
42cd9911
ER
1324 add_br("BuildRequires: jpackage-utils");
1325 add_br("BuildRequires: rpmbuild(macros) >= 1.300");
1326 }
a3c6bbce 1327
b6979c9c 1328}
d2bcf054 1329
807cdd98
ER
1330function format_configure(line, n, a, s) {
1331 n = split(line, a, / /);
1332 s = a[1] " \\\n";
1333 for (i = 2; i <= n; i++) {
1334 s = s "\t" a[i] " \\\n"
1335 }
1336 return s
1337}
1338
c490069b
ER
1339
1340# insertion sort of A[1..n]
1341# copied from mawk manual
1342function isort(A,n, i,j,hold) {
1343 for (i = 2; i <= n; i++) {
1344 hold = A[j = i]
1345 while (A[j-1] > hold) {
e8e4542f 1346 j-- ; A[j+1] = A[j]
1347 }
c490069b
ER
1348 A[j] = hold
1349 }
1350 # sentinel A[0] = "" will be created if needed
1351}
1352
1353
1354function use_files_macros( i, n, t, a)
0bbcf6b4 1355{
6702f869
ER
1356 use_macros()
1357
2a10aeb5
ER
1358 # skip comments
1359 if (/^#/) {
1360 return;
1361 }
1362
3210b282
ER
1363 sub("^%doc %{_mandir}", "%{_mandir}")
1364
0bbcf6b4 1365 gsub("^%{_sbindir}", "%attr(755,root,root) %{_sbindir}")
1366 gsub("^%{_bindir}", "%attr(755,root,root) %{_bindir}")
c490069b 1367
bb7ad876
ER
1368 # uid/gid nobody is not valid in %files
1369 if (/%attr([^)]*nobody[^)]*)/ && !/FIXME/) {
1370 $0 = $0 " # FIXME nobody user/group can't own files! -adapter.awk"
1371 }
1372
07aced3a
JB
1373 # s[gu]id programs with globs are evil
1374 if (/%attr\([246]...,.*\*/ && !/FIXME/) {
1375 $0 = $0 " # FIXME no globs for suid/sgid files"
ca68f0c3
ER
1376 }
1377
aedb74de 1378 # replace back
16590ec6 1379 gsub("%{_sysconfdir}/cron\.d", "/etc/cron.d")
d7018013 1380 gsub("%{_sysconfdir}/crontab\.d", "/etc/crontab.d")
16590ec6
ER
1381 gsub("%{_sysconfdir}/logrotate\.d", "/etc/logrotate.d")
1382 gsub("%{_sysconfdir}/pam\.d", "/etc/pam.d")
1383 gsub("%{_sysconfdir}/profile\.d", "/etc/profile.d")
1384 gsub("%{_sysconfdir}/rc\.d", "/etc/rc.d")
1385 gsub("%{_sysconfdir}/security", "/etc/security")
1386 gsub("%{_sysconfdir}/skel", "/etc/skel")
1387 gsub("%{_sysconfdir}/sysconfig", "/etc/sysconfig")
1388 gsub("%{_sysconfdir}/certs", "/etc/certs")
aedb74de 1389 gsub("%{_sysconfdir}/init.d", "/etc/init.d")
fc100b2c 1390
aedb74de
ER
1391 # /etc/init.d -> /etc/rc.d/init.d
1392 if (!/^\/etc\/init\.d$/) {
1393 gsub("/etc/init.d", "/etc/rc.d/init.d")
1394 }
1395
1396 if (/\/etc\/rc\.d\/init\.d\// && !/functions/) {
fc100b2c
ER
1397 if (!/%attr.*\/etc\/rc\.d\/init\.d/) {
1398 $0 = "%attr(754,root,root) " $0
1399 }
1400 if (/^%attr.*\/etc\/rc\.d\/init\.d/ && !/^%attr\(754 *,/) {
a5e4249b 1401 gsub("^%attr\\(... *,", "%attr(754,");
fc100b2c 1402 }
eeb15f12
ER
1403 }
1404
17bd16f3 1405 if (/lib.+\.so/ && !/\.so$/ && !/^%attr.*/ && !/%exclude/) {
d749eebf
ER
1406 $0 = "%attr(755,root,root) " $0
1407 }
1408
46e31fbb
ER
1409 if (/%{perl_vendorarch}.*\.so$/ && !/^%attr.*/) {
1410 $0 = "%attr(755,root,root) " $0
1411 }
1412
f12fb504
ER
1413 # /etc/sysconfig files
1414 # %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
feb42f71 1415 # attr not required, allow default 644 attr
646a62fc 1416 if (!/network-scripts/ && !/%dir/ && !/\.d$/ && !/functions/ && !/\/etc\/sysconfig\/wmstyle/) {
9f60b463 1417 if (/\/etc\/sysconfig\// && /%config/ && !/%config\(noreplace/) {
aedb74de
ER
1418 gsub("%config", "%config(noreplace)")
1419 }
f12fb504 1420
9f60b463 1421 if (/\/etc\/sysconfig\// && !/%config\(noreplace/) {
aedb74de
ER
1422 $NF = "%config(noreplace) " $NF
1423 }
f12fb504 1424
aedb74de 1425 if (/\/etc\/sysconfig\// && /%attr\(755/) {
a5e4249b 1426 gsub("^%attr\\(... *,", "%attr(640,");
aedb74de 1427 }
f12fb504 1428
aedb74de
ER
1429 if (/\/etc\/sysconfig\// && !/%verify/) {
1430 gsub("/etc/sysconfig", "%verify(not size mtime md5) /etc/sysconfig");
1431 }
feb42f71
ER
1432 }
1433
f12fb504 1434 # kill leading zeros
6ac67f5b
ER
1435 if (/%attr\(0[1-9]/) {
1436 gsub("%attr\\(0", "%attr(")
1437 }
7dd00833 1438
42cd9911
ER
1439 # kill default attrs
1440 gsub(/%dir %attr\(755,root,root\)/, "%dir");
1441 gsub(/%attr\(755,root,root\) %dir/, "%dir");
1442 if (!/%dir/) {
1443 gsub(/%attr\(644,root,root\) /, "");
1444 }
68618e24 1445
c490069b 1446 # sort %verify attrs
91e497a5 1447 if (match($0, /%verify\(not([^)]+)\)/)) {
c490069b 1448 t = substr($0, RSTART, RLENGTH)
f51e180c
ER
1449 # kill commas: %verify(not,md5,size,mtime)
1450 gsub(/,/, " ", t);
1451
c490069b
ER
1452 gsub(/^%verify\(not |\)$/, "", t)
1453 n = split(t, a, / /)
1454 isort(a, n)
1455
1456 s = "%verify(not"
1457 for (i = 1 ; i <= n; i++) {
1458 s = s " " a[i]
1459 }
1460 s = s ")"
1461
91e497a5 1462 gsub(/%verify\(not[^)]+\)/, s)
c490069b 1463 }
35a7a211
ER
1464
1465 if (/%{_mandir}/) {
1dfac985 1466 gsub("\.gz$", "*")
35a7a211 1467 }
023aea7a 1468
5b33a6a1 1469 # locale dir and no %lang -> bad
d8a3c08f 1470 if (/%{_datadir}\/locale\/.*\// && !/%(dir|lang)/) {
5b33a6a1
ER
1471 $(NF + 1) = "# FIXME consider using %find_lang"
1472 }
1473
023aea7a
ER
1474 # atrpms
1475 $0 = fixedsub("%{perl_man1dir}", "%{_mandir}/man1", $0);
1476 $0 = fixedsub("%{perl_man3dir}", "%{_mandir}/man3", $0);
1477 $0 = fixedsub("%{perl_bin}", "%{_bindir}", $0);
c0ae0d40
ER
1478
1479 gsub(libdir "/pkgconfig", "%{_pkgconfigdir}");
1480 gsub("%{_libdir}/pkgconfig", "%{_pkgconfigdir}");
1481 gsub("%{_prefix}/lib/pkgconfig", "%{_pkgconfigdir}");
a83ba4f8
ER
1482
1483 gsub("%{_datadir}/applications", "%{_desktopdir}");
195fd300 1484 gsub("%{_datadir}/icons", "%{_iconsdir}");
6190dc2e 1485 gsub("%{_datadir}/pixmaps", "%{_pixmapsdir}");
0bbcf6b4 1486}
73e1a9a3 1487
afca35ce
ER
1488function use_script_macros()
1489{
1490 if (gsub("/sbin/service", "%service")) {
1491 sub(" >/dev/null 2>&1 \|\|:", "");
1492 sub(" 2> /dev/null \|\| :", "");
1493 }
1494}
1495
73e1a9a3 1496function fill(ch, n, i) {
1497 for (i = 0; i < n; i++)
1498 printf("%c", ch)
1499}
1500
1501function format_flush(line, indent, newline, word, first_word) {
1502 first_word = 1
d2bcf054 1503 if (format_indent == -1)
73e1a9a3 1504 newline = ""
1505 else
1506 newline = fill(" ", format_indent) "- "
1507
1508 while (match(line, /[^\t ]+/)) {
1509 word = substr(line, RSTART, RLENGTH)
1510 if (length(newline) + length(word) + 1 > tw) {
1511 print newline
d2bcf054 1512
73e1a9a3 1513 if (format_indent == -1)
1514 newline = ""
1515 else
1516 newline = fill(" ", format_indent + 2)
1517 first_word = 1
1518 }
1519
1520 if (first_word) {
1521 newline = newline word
1522 first_word = 0
1523 } else
1524 newline = newline " " word
d2bcf054 1525
73e1a9a3 1526 line = substr(line, RSTART + RLENGTH)
1527 }
1528 if (newline ~ /[^\t ]/) {
1529 print newline
1530 }
1531}
1532
0972e97d 1533function cflags(var)
1534{
2f46ef70 1535 if ($0 == var "=\"$RPM_OPT_FLAGS\"") {
1536 removed[var] = 1
0972e97d 1537 return 0
2f46ef70 1538 }
d2bcf054 1539
337741dd 1540 if (!/!\?debug/)
fe9a6f09 1541 sub("\$RPM_OPT_FLAGS", "%{rpmcflags}")
0972e97d 1542 return 1
1543}
0311af17 1544
a5ab7844
ER
1545function demacroize(str)
1546{
73eaf7b6
ER
1547 if (mod_name) {
1548 sub("%{mod_name}", mod_name, str);
1549 }
1550 if (name) {
1551 sub("%{name}", name, str);
1552 }
a5ab7844
ER
1553 if (version) {
1554 sub("%{version}", version, str);
1555 }
1556 if (_beta) {
1557 sub("%{_beta}", _beta, str);
1558 }
1559 if (_rc) {
1560 sub("%{_rc}", _rc, str);
1561 }
f8281d0c
ER
1562 if (_pre) {
1563 sub("%{_pre}", _pre, str);
1564 }
a5ab7844
ER
1565 if (_snap) {
1566 sub("%{_snap}", _snap, str);
1567 }
1568 return str;
1569}
1570
0311af17
ER
1571function kill_preamble_macros()
1572{
1573 if ($1 ~ /^URL:/ || $1 ~ /^Obsoletes:/) {
73eaf7b6 1574 # NB! assigning $2 a value breaks tabbing
a5ab7844 1575 $2 = demacroize($2);
3685f69f
ER
1576 # unify sourceforge url
1577 sub("\.sf\.net/$", ".sourceforge.net/", $2);
0311af17
ER
1578 }
1579}
9911efc1 1580
18cdb713
ER
1581function get_epoch(pkg, ver, epoch)
1582{
2a50ce70
ER
1583 return
1584# should parse the BR lines more adequately:
1585# freetype = 2.0.0 -> correct
1586# freetype = 2.1.9 -> with epoch 1, as epoch 1 was added in 2.1.7
1587
18cdb713
ER
1588 shell = "grep -o '^" pkg ":[^:]\+' ../PLD-doc/BuildRequires.txt | awk '{print $NF}'";
1589 shell | getline epoch;
1590 return epoch;
1591}
1592
9911efc1 1593function format_requires(tag, value, n, p, i, deps, ndeps) {
83c487a0
ER
1594 # skip any formatting for commented out items or some weird macros
1595 if (/^#/ || /%\(/) {
f3b115ea
ER
1596 return tag "\t" value
1597 }
9911efc1
ER
1598 n = split(value, p, / *,? */);
1599 for (i = 1; i <= n; i++) {
1600 if (p[i+1] ~ /[<=>]/) {
18cdb713
ER
1601 # add epoch if the version doesn't have it but BuildRequires.txt has
1602 if (p[i] ~ /^[a-z]/ && p[i+2] !~ /^[0-9]+:/) {
1603 epoch = get_epoch(p[i], p[i+2])
1604 if (epoch) {
1605 p[i+2] = epoch ":" p[i+2];
1606 }
1607 }
9911efc1
ER
1608 deps[ndeps++] = p[i] " " p[i+1] " " p[i+2];
1609 i += 2;
1610 } else {
1611 deps[ndeps++] = p[i];
1612 }
1613 }
1614 s = ""
1615 for (i in deps) {
1616 s = s sprintf("%s\t%s\n", tag, deps[i]);
1617 }
1618 return substr(s, 1, length(s)-1);
1619}
035bfa01
ER
1620
1621function use_tabs()
1622{
1623 # reverse vim: ts=4 sw=4 et
1624 gsub(/ /, "\t");
1625}
a3c6bbce
ER
1626
1627function add_br(br)
1628{
42cd9911 1629 BR[BR_count++] = br
a3c6bbce
ER
1630}
1631
cdf38256
ER
1632# php virtual deps as discussed in devel-en
1633function replace_php_virtual_deps()
1634{
42cd9911
ER
1635 pkg = $2
1636# if (pkg == "php-program") {
1637# $0 = $1 "\t/usr/bin/php"
1638# return
1639# }
1640
1641 if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
1642 sub(/^php-/, "php(", pkg);
1643 sub(/$/, ")", pkg);
1644 $2 = pkg
1645 }
1646
1647 if (pkg ~/^php$/) {
1648 $2 = "webserver(php)";
1649 if ($4 ~ /^[0-9]:/) {
1650 $4 = substr($4, 3);
1651 }
1652 }
1653
1654 if (pkg ~/^php4$/) {
1655 $2 = "webserver(php)";
1656 if ($4 ~ /^[0-9]:/) {
1657 $4 = substr($4, 3);
1658 }
1659 }
cdf38256
ER
1660}
1661
13dda4dc 1662# vim:ts=4:sw=4
This page took 0.406231 seconds and 4 git commands to generate.