]> git.pld-linux.org Git - packages/adapter.git/blame - adapter.awk
- keep only cvs changelog
[packages/adapter.git] / adapter.awk
CommitLineData
37fceb07 1#!/usr/bin/gawk -f
bf0a58ea 2#
b3f2d1ee 3# This is adapter v0.28. Adapter adapts .spec files for PLD Linux.
e18c3fe8 4# $Id$
236b87ac 5#
e18c3fe8 6# Copyright (C) 1999-2006 PLD-Team <feedback@pld-linux.org>
236b87ac 7# Authors:
b4e337d9 8# Michał Kuratczyk <kura@pld.org.pl>
dda3eaa5 9# Sebastian Zagrodzki <s.zagrodzki@mimuw.edu.pl>
b4e337d9 10# Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
d8313167 11# Artur Frysiak <wiget@pld-linux.org>
f37c1259 12# Michal Kochanowicz <mkochano@pld.org.pl>
b4e337d9 13# Elan Ruusamäe <glen@pld-linux.org>
115a3045
ER
14#
15# See cvs log adapter{,.awk} for list of contributors
16#
236b87ac 17# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
3a14bf9d 18
8ebb1c08
ER
19# TODO
20# - parse ../PLD-doc/BuildRequires.txt and setup proper BR epoches?
21# - add "-nc" option to skip CVS interaction
6c67f9b1
ER
22# - sort Summary(XX)
23# - sort Requires, BuildRequires
fd5553c9 24# - check if %description (lang=C) contains 8bit
6e985933 25# - desc wrapping is totally fucked up on global.spec,1.25, dosemu.spec,1.115-
8ebb1c08 26
bf0a58ea 27BEGIN {
0ae11f54 28 RPM_SECTIONS = "package|build|changelog|clean|description|install|post|posttrans|postun|pre|prep|pretrans|preun|triggerin|triggerpostun|triggerun|verifyscript|check"
2b47df45 29 SECTIONS = "^%(" RPM_SECTIONS ")"
93e2a87a 30
6bf0d5da 31 PREAMBLE_TAGS = "(Summary|Name|Version|Release|Epoch|License|Group|URL|BuildArch|BuildRoot|Obsoletes|Conflicts|Provides|ExclusiveArch|ExcludeArch|Pre[Rr]eq|(Build)?Requires)"
c58d1357 32
1c955424 33 preamble = 1 # Is it part of preamble? Default - yes
6e985933
ER
34 boc = 4 # Beginning of %changelog
35 bod = 0 # Beginning of %description
7a72f436 36 tw = 70 # Descriptions width
f171fd40 37
89c604c7 38 b_idx = 0 # index of BR/R arrays
b6875e34 39 BR_count = 0 # number of additional BuildRequires
89c604c7 40
85e708f2 41 # If variable removed, then 1 (for removing it from export)
42 removed["LDFLAGS"] = 0
43 removed["CFLAGS"] = 0
44 removed["CXXFLAGS"] = 0
5c18171e 45
f6f0c932
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
3fc5a496 49 "rpm --eval '%{?_cvsmailfeedback}%{!?_cvsmailfeedback:PLD Team <feedback@pld-linux.org>}'" | getline _cvsmailfeedback
f6f0c932 50
246ad57e 51 # If 1, we are inside of comment block (started with /^#%/)
52 comment_block = 0
f171fd40 53
ed86212f 54 # File with rpm groups
312c5d87
SZ
55 "rpm --eval %_sourcedir" | getline groups_file
56 groups_file = groups_file "/rpm.groups"
826b40ea 57 system("cd `rpm --eval %_sourcedir`; [ -f rpm.groups ] || cvs up rpm.groups >/dev/null")
c2814373 58 system("[ -d ../PLD-doc ] && cd ../PLD-doc && ([ -f BuildRequires.txt ] || cvs up BuildRequires.txt >/dev/null)");
f1991554 59
5c18171e 60 # Temporary file for changelog section
61 changelog_file = ENVIRON["HOME"] "/tmp/adapter.changelog"
62
f1991554 63 # Load rpm macros
43c05c3c 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
2a638fcb 73 "rpm --eval %_examplesdir" | getline examplesdir
c2b069de 74 "rpm --eval %_defaultdocdir" | getline docdir
1077f405 75 "rpm --eval %_kdedocdir" | getline kdedocdir
4a62fb54
ER
76 "rpm --eval %_desktopdir" | getline desktopdir
77 "rpm --eval %_pixmapsdir" | getline pixmapsdir
336c1a4f
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
336c1a4f
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
9732cb3d 85
b7839d5b
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
6f2c1099
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
57caba32 96 "rpm --eval %php_pear_dir" | getline php_pear_dir
3d8be7c3 97 "rpm --eval %tmpdir" | getline tmpdir
bf0a58ea 98}
99
100# There should be a comment with CVS keywords on the first line of file.
8b1938ea 101FNR == 1 {
f1991554 102 if (!/# \$Revision:/) # If this line is already OK?
103 print "# $" "Revision:$, " "$" "Date:$" # No
04dde927 104 else {
f1991554 105 print $0 # Yes
106 next # It is enough for first line
04dde927 107 }
bf0a58ea 108}
109
43c05c3c 110# If the latest line matched /%files/
111defattr == 1 {
13b24a87
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 }
aec1bddb 119 defattr = 0
43c05c3c 120}
121
89c604c7
ER
122function b_makekey(a, b, s) {
123 s = a "" b;
124 # kill bcond
b6875e34 125 gsub(/[#%]+{[!?]+[_a-zA-Z0-9]+:/, "", s);
3b0074cc 126
8409a9b2 127 # kill commented out items
b6875e34 128 gsub(/^#[ \t]*/, "", s);
3b0074cc 129
c58d1357 130 # force order
b6875e34
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);
d9e2bd9b
ER
150
151# printf("%s -> %s\n", a""b, s);
89c604c7
ER
152 return s;
153}
154
eee34ffb 155# Comments
22622171 156/^#/ && (description == 0) {
eee34ffb 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 }
246ad57e 164
eee34ffb 165 # Generally, comments are printed without touching
70a1dc9e 166 sub(/[ \t]+$/, "")
4414eb86
ER
167
168 if (/Source.*md5/) {
169 print $0
170 next
171 }
246ad57e 172}
173
1da27823 174/^%define/ {
93e2a87a 175 # Remove defining _applnkdir (this macro has been included in rpm-3.0.4)
71a4728c 176 if ($2 == "_applnkdir") {
ba4b52a7 177 next
71a4728c
ER
178 }
179 if ($2 == "date") {
ba4b52a7 180 date = 1
4ab1678b
ER
181 if (did_files == 0) {
182 print "%files"
183 print ""
184 did_files = 1
185 }
71a4728c
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
a27fac4d
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 }
93e2a87a
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 }
a27fac4d
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 }
71a4728c
ER
226 if ($2 ~ /_includedir/)
227 includedir = $3
228 if ($2 ~ /_mandir/)
229 mandir = $3
230 if ($2 ~ /_infodir/)
231 infodir = $3
c2b069de
ER
232 if ($2 ~ /_docdir/)
233 docdir = $3
71a4728c
ER
234
235 # version related macros
236 if ($2 ~ /^_beta$/)
237 _beta = $3
238 if ($2 ~ /^_rc$/)
239 _rc = $3
59de1799
ER
240 if ($2 ~ /^_pre$/)
241 _pre = $3
71a4728c
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
a39ddef5 252
0ea7c3cd
ER
253 if ($2 ~ /^mod_name$/)
254 mod_name = $3
255
78d96561 256 sub(/[ \t]+$/, "");
a39ddef5
ER
257 # do nothing further, otherwise adapter thinks we're at preamble
258 print
259 next
1da27823
SZ
260}
261
6c67f9b1
ER
262# Obsolete
263/^%include.*\/usr\/lib\/rpm\/macros\.python$/ {
264 next
265}
266
246ad57e 267################
268# %description #
269################
93e2a87a 270/^%description/, (!/^%description/ && $0 ~ SECTIONS) {
aec1bddb 271 preamble = 0
efe53381 272
3a14bf9d 273 if (/^%description/) {
aec1bddb 274 bod++
236b87ac 275 format_line = ""
276 format_indent = -1
3a14bf9d
SZ
277 }
278
236b87ac 279 # Format description
7b868d98 280 if (ENVIRON["SKIP_DESC"] != 1 && description == 1 && !/^%[a-z]+/ && !/^%description/) {
3a14bf9d 281 if (/^[ \t]*$/) {
236b87ac 282 format_flush(format_line, format_indent)
3a14bf9d 283 print ""
236b87ac 284 format_line = ""
285 format_indent = -1
3a14bf9d 286 } else if (/^[ \t]*[-\*][ \t]*/) {
236b87ac 287 format_flush(format_line, format_indent)
f171fd40 288 match($0, /^[ \t]*/)
236b87ac 289 format_indent = RLENGTH
290 match($0, /^[ \t]*[-\*][ \t]/)
291 format_line = substr($0, RLENGTH)
f171fd40 292 } else
236b87ac 293 format_line = format_line " " $0
aec1bddb 294 next
efe53381 295 }
f171fd40 296
1da27823 297 if (/^%[a-z]+/ && (!/^%description/ || bod == 2)) {
ddb18dd4 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 }
236b87ac 304 format_flush(format_line, format_indent)
efe53381 305 if (bod == 2) {
aec1bddb
SZ
306 bod = 1
307 description = 1
efe53381 308 } else {
aec1bddb
SZ
309 bod = 0
310 description = 0
efe53381 311 }
312 } else
aec1bddb 313 description = 1
bf0a58ea 314}
315
246ad57e 316#########
317# %prep #
318#########
93e2a87a 319/^%prep/, (!/^%prep/ && $0 ~ SECTIONS) {
aec1bddb 320 preamble = 0
4ab1678b 321 did_prep = 1
f171fd40 322
ac779c71
ER
323 use_macros()
324
43c05c3c 325 # Add '-q' to %setup
e780ff0a 326 if (/^%setup/ && !/-q/) {
1da27823 327 sub(/^%setup/, "%setup -q")
e780ff0a
ER
328 }
329
af38fe16 330 if (/^%setup/ && name != "setup") {
e9097b46
ER
331 $0 = fixedsub(name, "%{name}", $0);
332 $0 = fixedsub(version, "%{version}", $0);
4a8d9a70 333 if (_beta) {
e9097b46 334 $0 = fixedsub(_beta, "%{_beta}", $0);
4a8d9a70
ER
335 }
336 if (_rc) {
e9097b46 337 $0 = fixedsub(_rc, "%{_rc}", $0);
4a8d9a70 338 }
59de1799
ER
339 if (_pre) {
340 $0 = fixedsub(_pre, "%{_pre}", $0);
341 }
4a8d9a70 342 if (_snap) {
e9097b46 343 $0 = fixedsub(_snap, "%{_snap}", $0);
4a8d9a70 344 }
4f822e22
ER
345 }
346
10690436 347 if (/^%setup/ && /-n %{name}-%{version}( |$)/) {
e9097b46 348 $0 = fixedsub(" -n %{name}-%{version}", "", $0)
e780ff0a 349 }
b6875e34 350 sub("^%patch ", "%patch0 ");
ac779c71
ER
351
352 # invalid in %prep
353 sub("^rm -rf \$RPM_BUILD_ROOT.*", "");
bf0a58ea 354}
355
246ad57e 356##########
357# %build #
358##########
93e2a87a 359/^%build/, (!/^%build/ && $0 ~ SECTIONS) {
aec1bddb 360 preamble = 0
bf0a58ea 361
4ab1678b
ER
362 if (did_prep == 0) {
363 print "%prep"
364 print ""
365 did_prep = 1
366 }
367
aec1bddb 368 use_macros()
6ebff802 369 use_tabs()
f171fd40 370
9cb72c72 371 if (/^automake$/)
372 sub(/$/, " -a -c")
373
eb4bf70e 374 if (/LDFLAGS/) {
85e708f2 375 if (/LDFLAGS="-s"/) {
376 removed["LDFLAGS"] = 1
377 next
378 } else {
379 split($0, tmp, "LDFLAGS=")
eb4bf70e 380 count = split(tmp[2], flags, "\"")
85e708f2 381 if (flags[1] != "" && flags[1] !~ "!?debug") {
fde8f52a 382 sub(/-s[" ]?/, "%{rpmldflags} ", flags[1])
85e708f2 383 $0 = tmp[1] line[1] "LDFLAGS=" flags[1] "\""
384 for (i = 2; i < count; i++)
385 $0 = $0 flags[i] "\""
386 }
eb4bf70e 387 }
388 }
389
390 if (/CFLAGS=/)
391 if (cflags("CFLAGS") == 0)
392 next
393
394 if (/CXXFLAGS=/)
395 if (cflags("CXXFLAGS") == 0)
396 next
f171fd40 397
85e708f2 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 }
2d74be7e 409
db9b1bf2 410 # quote CC
2d74be7e
ER
411 if (/CC=%{__cc} /) {
412 sub("CC=%{__cc}", "CC=\"%{__cc}\"")
413 }
b34b8660 414
e6f1551d 415 # use PLD Linux macros
b34b8660
ER
416 $0 = fixedsub("glib-gettextize --copy --force","%{__glib_gettextize}", $0);
417 $0 = fixedsub("intltoolize --copy --force", "%{__intltoolize}", $0);
db9b1bf2 418 $0 = fixedsub("automake --add-missing --copy", "%{__automake}", $0);
56699a32 419 $0 = fixedsub("automake -a --foreign --copy", "%{__automake}", $0);
4e26c5f2 420 $0 = fixedsub("automake -a -c --foreign", "%{__automake}", $0);
ebeed758 421 $0 = fixedsub("automake -a -c", "%{__automake}", $0);
56699a32
ER
422 $0 = fixedsub("libtoolize --force --automake --copy", "%{__libtoolize}", $0);
423 $0 = fixedsub("libtoolize -c -f --automake", "%{__libtoolize}", $0);
db9b1bf2
ER
424
425 sub(/^aclocal$/, "%{__aclocal}");
426 sub(/^autoheader$/, "%{__autoheader}");
427 sub(/^autoconf$/, "%{__autoconf}");
428 sub(/^automake$/, "%{__automake}");
ebeed758 429 sub(/^libtoolize$/, "%{__libtoolize}");
f171fd40 430
5e15e952
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);
bf0a58ea 434}
435
246ad57e 436##########
437# %clean #
438##########
93e2a87a 439/^%clean/, (!/^%clean/ && $0 ~ SECTIONS) {
1c52b18e 440 did_clean = 1
e6f1551d 441
b6875e34 442 use_macros()
1c52b18e
SZ
443}
444
246ad57e 445############
446# %install #
447############
93e2a87a 448/^%install/, (!/^%install/ && $0 ~ SECTIONS) {
f171fd40 449
aec1bddb 450 preamble = 0
f171fd40 451
ec0082cc 452 # foreign rpms
624df313 453 sub("^%{__rm} -rf %{buildroot}", "rm -rf $RPM_BUILD_ROOT")
b6875e34
ER
454 sub("%buildroot", "$RPM_BUILD_ROOT");
455 sub("%{buildroot}", "$RPM_BUILD_ROOT");
ec0082cc 456
624df313 457 if (/^[ \t]*rm([ \t]+-[rf]+)*[ \t]+(\${?RPM_BUILD_ROOT}?|%{?buildroot}?)/ && did_rmroot==0) {
1c52b18e 458 did_rmroot=1
dda3eaa5
SZ
459 print "rm -rf $RPM_BUILD_ROOT"
460 next
461 }
43c05c3c 462
1c52b18e 463 if (!/^(#?[ \t]*)$/ && !/^%install/ && did_rmroot==0) {
dda3eaa5 464 print "rm -rf $RPM_BUILD_ROOT"
1c52b18e 465 did_rmroot=1
dda3eaa5 466 }
f171fd40 467
b6875e34
ER
468 if (tmpdir) {
469 buildroot = tmpdir "/" name "-" version "-root-" ENVIRON["USER"]
3d8be7c3 470 gsub(buildroot, "$RPM_BUILD_ROOT")
b6875e34 471 }
3d8be7c3 472
b6875e34
ER
473 if (!/%{_lib}/) {
474 sub("\$RPM_BUILD_ROOT/%", "$RPM_BUILD_ROOT%")
475 }
259883bf 476
dda3eaa5 477 use_macros()
f171fd40 478
bf0a58ea 479 # 'install -d' instead 'mkdir -p'
480 if (/mkdir -p/)
aec1bddb 481 sub(/mkdir -p/, "install -d")
fde90d94 482
48409aee 483 # cp -a already implies cp -r
b6875e34 484 sub(/^cp -ar/, "cp -a")
f171fd40 485
43c05c3c 486 # No '-u root' or '-g root' for 'install'
681a4871 487 if (/^install/ && /-[ug][ \t]*root/)
aec1bddb 488 gsub(/-[ug][ \t]*root /, "")
f171fd40 489
2016aa83
ER
490 if (/^install/ && /-m[ \t]*[0-9]+/)
491 gsub(/-m[ \t]*[0-9]+ /, "")
f171fd40 492
f1991554 493 # No lines contain 'chown' or 'chgrp' if owner/group is 'root'
43c05c3c 494 if (($1 ~ /chown/ && $2 ~ /root\.root/) || ($1 ~ /chgrp/ && $2 ~ /root/))
aec1bddb 495 next
f171fd40 496
43c05c3c 497 # No lines contain 'chmod' if it sets the modes to '644'
681a4871 498 if ($1 ~ /chmod/ && $2 ~ /644/)
aec1bddb 499 next
5e15e952 500
5e15e952
ER
501 # atrpms
502 $0 = fixedsub("%perl_makeinstall", "%{__make} pure_install \\\n\tDESTDIR=$RPM_BUILD_ROOT", $0);
bf0a58ea 503}
504
246ad57e 505##########
506# %files #
507##########
93e2a87a 508/^%files/, (!/^%files/ && $0 ~ SECTIONS) {
aec1bddb 509 preamble = 0
4ab1678b 510 did_files = 1
f171fd40 511
1da27823 512 if ($0 ~ /^%files/)
aec1bddb 513 defattr = 1
f171fd40 514
eee34ffb 515 use_files_macros()
bf0a58ea 516}
517
246ad57e 518##############
519# %changelog #
520##############
93e2a87a 521/^%changelog/, (!/^%changelog/ && $0 ~ SECTIONS) {
aec1bddb 522 preamble = 0
dda3eaa5 523 has_changelog = 1
97e21521 524 skip = 0
bf0a58ea 525 # There should be some CVS keywords on the first line of %changelog.
97e21521 526 if (boc == 3) {
4b7a9b6b 527 if ($0 !~ _cvsmailfeedback) {
f6f0c932 528 print "* %{date} " _cvsmailfeedback > changelog_file
4b7a9b6b 529 } else {
97e21521 530 skip = 1
4b7a9b6b 531 }
97e21521 532 boc = 2
d31b8a48 533 }
97e21521 534 if (boc == 2 && !skip) {
d31b8a48 535 if (!/All persons listed below/) {
fd5e70be 536 printf "All persons listed below can be reached at " > changelog_file
f6f0c932 537 print "<cvs_login>" _cvsmaildomain "\n" > changelog_file
4b7a9b6b 538 } else {
97e21521 539 skip = 1
4b7a9b6b 540 }
44379e57 541 boc = 1
bf0a58ea 542 }
97e21521
JB
543 if (boc == 1 && !skip) {
544 if (!/^$/) {
4b7a9b6b 545 if (!/\$.*Log:.*\$/) {
97e21521 546 print "$" "Log:$" > changelog_file
4b7a9b6b 547 }
97e21521
JB
548 boc = 0
549 }
d31b8a48 550 }
3fdddc43 551 # Define date macro.
d31b8a48 552 if (boc == 4) {
a1aa4976 553 if (date == 0) {
5c18171e 554 printf "%%define date\t%%(echo `LC_ALL=\"C\"" > changelog_file
555 print " date +\"%a %b %d %Y\"`)" > changelog_file
1395ea1c 556 date = 1
a1aa4976 557 }
d31b8a48 558 boc = 3
3fdddc43 559 }
5c18171e 560
4b7a9b6b
ER
561 sub(/[ \t]+$/, "");
562 if (!/^%[a-z]+$/ || /changelog/) {
563 # stop changelog if "real" changelog starts
564 if (boc == 0 && /^\* /) {
565 boc = -1
566 }
567 if (boc == -1) {
568 next;
569 }
5c18171e 570 print > changelog_file
4b7a9b6b 571 } else {
5c18171e 572 print
4b7a9b6b 573 }
5c18171e 574 next
bf0a58ea 575}
576
246ad57e 577###########
578# SCRIPTS #
579###########
93e2a87a 580/^%pre/, (!/^%pre/ && $0 ~ SECTIONS) {
246ad57e 581 preamble = 0
e9176470 582
723ce732
ER
583 if (gsub("/usr/sbin/useradd", "%useradd")) {
584 sub(" 2> /dev/null \|\| :", "");
585 sub(" >/dev/null 2>&1 \|\|:", "");
586 }
587
e9176470
ER
588 # %useradd and %groupadd may not be wrapped
589 if (/%(useradd|groupadd).*\\$/) {
590 a = $0; getline;
591 sub(/^[\s\t]*/, "");
592 $0 = substr(a, 1, length(a) - 1) $0;
593 }
723ce732 594 use_script_macros()
246ad57e 595}
e9176470 596
93e2a87a 597/^%post/, (!/^%post/ && $0 ~ SECTIONS) {
246ad57e 598 preamble = 0
c2b069de 599 use_macros()
246ad57e 600}
93e2a87a 601/^%preun/, (!/^%preun/ && $0 ~ SECTIONS) {
246ad57e 602 preamble = 0
723ce732 603 use_script_macros()
246ad57e 604}
93e2a87a 605/^%postun/, (!/^%postun/ && $0 ~ SECTIONS) {
246ad57e 606 preamble = 0
723ce732 607 use_script_macros()
246ad57e 608}
93e2a87a 609/^%triggerin/, (!/^%triggerin/ && $0 ~ SECTIONS) {
bdba3986 610 preamble = 0
723ce732 611 use_script_macros()
bdba3986 612}
93e2a87a 613/^%triggerun/, (!/^%triggerun/ && $0 ~ SECTIONS) {
bdba3986 614 preamble = 0
723ce732 615 use_script_macros()
bdba3986 616}
93e2a87a 617/^%triggerpostun/, (!/^%triggerpostun/ && $0 ~ SECTIONS) {
bdba3986 618 preamble = 0
723ce732 619 use_script_macros()
bdba3986 620}
93e2a87a 621/^%pretrans/, (!/^%pretrans/ && $0 ~ SECTIONS) {
bdba3986 622 preamble = 0
723ce732 623 use_script_macros()
bdba3986 624}
93e2a87a 625/^%posttrans/, (!/^%posttrans/ && $0 ~ SECTIONS) {
bdba3986 626 preamble = 0
723ce732 627 use_script_macros()
bdba3986 628}
0ae11f54
ER
629/^%verifyscript/, (!/^%verifyscript/ && $0 ~ SECTIONS) {
630 preamble = 0
723ce732 631 use_script_macros()
0ae11f54
ER
632}
633/^%check/, (!/^%check/ && $0 ~ SECTIONS) {
634 preamble = 0
723ce732 635 use_script_macros()
0ae11f54 636}
246ad57e 637
638#############
639# PREAMBLES #
640#############
bf0a58ea 641preamble == 1 {
681a4871 642 # There should not be a space after the name of field
643 # and before the colon.
aec1bddb 644 sub(/[ \t]*:/, ":")
f171fd40 645
1462d6a3
ER
646 if (/^%perl_module_wo_prefix/) {
647 name = $2
648 version = $3
649 release = "0." fixedsub(".%{disttag}.at", "", $4)
650 }
651
aec1bddb 652 field = tolower($1)
db170a71 653 fieldnlower = $1
4c5be81e 654 if (field ~ /summary:/ && !/etc\.$/) {
024709c6
ER
655 sub(/\.$/, "", $0);
656 }
f37c1259 657 if (field ~ /group(\([^)]+\)):/)
1a5b27d5 658 next
f37c1259 659 if (field ~ /group:/) {
660 format_preamble()
d9e2bd9b
ER
661 group = $0;
662 sub(/^[^ \t]*[ \t]*/, "", group);
663
664 sub(/^Utilities\//,"Applications/", group)
665 sub(/^Games/,"Applications/Games", group)
666 sub(/^X11\/Games/,"X11/Applications/Games", group)
667 sub(/^X11\/GNOME\/Development\/Libraries/,"X11/Development/Libraries", group)
668 sub(/^X11\/GNOME\/Applications/,"X11/Applications", group)
669 sub(/^X11\/GNOME/,"X11/Applications", group)
670 sub(/^X11\/Utilities/,"X11/Applications", group)
671 sub(/^X11\/Games\/Strategy/,"X11/Applications/Games/Strategy", group)
e8feb984 672 sub(/^X11\/Library/,"X11/Libraries", group)
d9e2bd9b
ER
673 sub(/^Shells/,"Applications/Shells", group)
674 sub(/^System Environment\/Libraries$/, "Libraries", group)
e8feb984 675 sub(/^Library\/Development$/, "Development/Libraries", group)
d9e2bd9b
ER
676 sub(/^System Environment\/Daemons$/, "Daemons", group)
677 sub(/^Applications\/Internet$/, "Applications/Networking", group)
678 sub(/^Applications\/Daemons$/, "Daemons", group)
679 sub(/^Application\/Multimedia$/, "Applications/Multimedia", group)
680 sub(/^System\/Servers$/, "Daemons", group)
681 sub(/^X11\/Xserver$/, "X11/Servers", group)
682 sub(/^X11\/XFree86/, "X11", group)
683 sub(/^Applications\/Compilers$/, "Development/Languages", group)
684 sub(/^Applications\/Internet\/Peer to Peer/, "Applications/Networking", group)
685 sub(/^Networking\/Deamons$/, "Networking/Daemons", group)
686 sub(/^Development\/Docs$/, "Documentation", group)
d0297fb3 687 sub(/^Development\/Documentation$/, "Documentation", group)
78d96561 688 sub(/^System Environment\/Kernel$/, "Base/Kernel", group)
d0297fb3
ER
689 sub(/^Development\/Libraries\/Java$/, "Development/Languages/Java", group)
690 sub(/^Development\/Java/, "Development/Languages/Java", group)
691 sub(/^Development\/Testing$/, "Development", group)
692 sub(/^Text Processing\/Markup\/HTML$/, "Applications/Text", group)
693 sub(/^Text Processing\/Markup\/XML$/, "Applications/Text", group)
52a943cf
ER
694 sub(/^Web\/Database$/, "Applications/WWW", group)
695 sub(/^System Environment\/Base$/, "Base", group)
91fdce90 696 sub(/^System$/, "Base", group)
c2f43570 697 sub(/^Applications\/Productivity$/, "X11/Applications", group)
2b94cfb4
ER
698 sub(/^Database$/, "Applications/Databases", group)
699 sub(/^Development\/Code Generators$/, "Development", group)
d9e2bd9b
ER
700
701 $0 = "Group:\t\t" group
702
703 if (group ~ /^X11/ && x11 == 0) # Is it X11 application?
7a72f436 704 x11 = 1
8e5358f8 705
d9e2bd9b 706 byl_plik_z_groupmi = 0
8e5358f8
SZ
707 byl_opis_grupy = 0
708 while ((getline linia_grup < groups_file) > 0) {
d9e2bd9b
ER
709 byl_plik_z_groupmi = 1
710 if (linia_grup == group) {
8e5358f8
SZ
711 byl_opis_grupy = 1
712 break
713 }
714 }
69501a12 715
d9e2bd9b 716 if (!byl_plik_z_groupmi)
8e5358f8
SZ
717 print "######\t\t" groups_file ": no such file"
718 else if (!byl_opis_grupy)
719 print "######\t\t" "Unknown group!"
f171fd40 720
8e5358f8 721 close(groups_file)
4ab1678b 722 did_groups = 1
8e5358f8 723 }
f171fd40 724
307f5229 725 if (field ~ /prereq:/) {
a68f7b3b 726 sub(/Pre[Rr]eq:/, "Requires:", $1);
307f5229
ER
727 }
728
4aa6db15 729 # split (build)requires, obsoletes on commas
44ff0c79 730 if (field ~ /(obsoletes|requires|provides|conflicts):/ && NF > 2) {
ba377afe
ER
731 value = substr($0, index($0, $2));
732 $0 = format_requires($1, value);
f12ab15d 733 }
b6875e34 734
8e734165
ER
735 # BR: tar (and others) is to common (rpm-build requires it)
736 if (field ~ /^buildrequires:/) {
eb028bca
ER
737 l = substr($0, index($0, $2));
738 if (l == "awk" ||
739 l == "binutils" ||
740 l == "bzip2" ||
741 l == "cpio" ||
742 l == "diffutils" ||
743 l == "elfutils" ||
744 l == "fileutils" ||
745 l == "findutils" ||
746 l == "glibc-devel" ||
747 l == "grep" ||
748 l == "gzip" ||
749 l == "make" ||
750 l == "patch" ||
751 l == "sed" ||
752 l == "sh-utils" ||
753 l == "tar" ||
754 l == "textutils") {
8e734165
ER
755 next
756 }
d0297fb3 757
b6875e34 758 # perhaps we have common known name?
d0297fb3 759
b6875e34 760 # jpackages
d0297fb3 761 sub(/^java-devel$/, "jdk", $2);
d0297fb3
ER
762 sub(/^log4j$/, "jakarta-log4j", $2);
763 sub(/^oro$/, "jakarta-oro", $2);
2b94cfb4 764 sub(/^jakarta-ant$/, "ant", $2);
d0297fb3 765 sub(/^xerces-j2$/, "xerces-j", $2);
d0297fb3
ER
766 sub(/^ldapjdk$/, "ldapsdk", $2);
767 sub(/^saxon-scripts$/, "saxon", $2);
2b94cfb4
ER
768 sub(/^xalan-j2$/, "xalan-j", $2);
769 sub(/^xerces-j2$/, "xerces-j", $2);
30cd4686 770
b6875e34 771 replace_php_virtual_deps();
8e734165
ER
772 }
773
30cd4686 774 if (field ~ /^requires:/) {
b6875e34
ER
775 replace_php_virtual_deps();
776 }
30cd4686
ER
777
778
ff21ed9e 779 # obsolete/unwanted tags
32908bc5 780 if (field ~ /vendor:|packager:|distribution:|docdir:|prefix:|icon:|author:|author-email:|metadata-version:/) {
aec1bddb 781 next
ba377afe 782 }
f171fd40 783
4ab1678b 784 if (field ~ /buildroot:/) {
376e6bc4 785 $0 = $1 "%{tmpdir}/%{name}-%{version}-root-%(id -u -n)"
4ab1678b
ER
786 did_build_root = 1
787 }
681a4871 788
681a4871 789 # Use "License" instead of "Copyright" if it is (L)GPL or BSD
4932d2c6 790 if (field ~ /copyright:/ && $2 ~ /GPL|BSD/) {
aec1bddb 791 $1 = "License:"
4932d2c6 792 }
f171fd40 793
3b07e07f
ER
794 if (field ~ /license:/) {
795 l = substr($0, index($0, $2));
796 if (l == "Python Software Foundation License") {
797 l = "PSF"
798 }
799 $0 = "License:\t" l;
800 }
801
802
1462d6a3 803 if (field ~ /name:/) {
6426afb8 804 if ($2 == "%{name}" && name) {
63d47bae
ER
805 $2 = name
806 }
aec1bddb 807 name = $2
1462d6a3
ER
808 name_seen = 1;
809 }
681a4871 810
1462d6a3 811 if (field ~ /version:/) {
63d47bae
ER
812 if ($2 == "%{version}" && version) {
813 $2 = version
814 }
aec1bddb 815 version = $2
1462d6a3
ER
816 version_seen = 1;
817 }
818
819 if (field ~ /release:/) {
63d47bae
ER
820 if ($2 == "%{release}" && release) {
821 $2 = release
822 }
4ab1678b 823 sub(/%atrelease /, "0.", $0)
1462d6a3
ER
824 release = $2
825 release_seen = 1;
826 }
681a4871 827
32908bc5 828
c4dde22b
SZ
829 if (field ~ /serial:/)
830 $1 = "Epoch:"
b6853342 831
32908bc5
ER
832 if (field ~ /home-page:/)
833 $1 = "URL:"
834
89b1cd55 835 # proper caps
cf038723 836 if (field ~ /^url:$/)
89b1cd55
ER
837 $1 = "URL:"
838
32908bc5
ER
839 if (field ~ /^description:$/)
840 $1 = "\n%description\n"
841
681a4871 842 # Use %{name} and %{version} in the filenames in "Source:"
f4cb1924 843 if (field ~ /^source/ || field ~ /patch/) {
aec1bddb 844 n = split($2, url, /\//)
fd8718a5
SZ
845 if (url[n] ~ /\.gz$/) {
846 url[n+1] = ".gz" url[n+1]
847 sub(/\.gz$/,"",url[n])
848 }
849 if (url[n] ~ /\.zip$/) {
850 url[n+1] = ".zip" url[n+1]
851 sub(/\.zip$/,"",url[n])
852 }
853 if (url[n] ~ /\.tar$/) {
854 url[n+1] = ".tar" url[n+1]
855 sub(/\.tar$/,"",url[n])
856 }
857 if (url[n] ~ /\.patch$/) {
858 url[n+1] = ".patch" url[n+1]
859 sub(/\.patch$/,"",url[n])
860 }
861 if (url[n] ~ /\.bz2$/) {
862 url[n+1] = ".bz2" url[n+1]
863 sub(/\.bz2$/,"",url[n])
864 }
dac4e142
SZ
865 if (url[n] ~ /\.logrotate$/) {
866 url[n+1] = ".logrotate" url[n+1]
867 sub(/\.logrotate$/,"",url[n])
868 }
869 if (url[n] ~ /\.pamd$/) {
870 url[n+1] = ".pamd" url[n+1]
871 sub(/\.pamd$/,"",url[n])
872 }
873
a3fcc309 874 # allow %{name} only in last url component
ced0372e
ER
875 s = ""
876 for (i = 1; i <= n; i++) {
877 url[i] = fixedsub("%{name}", name, url[i])
878 if (s) {
879 s = s "/" url[i]
880 } else {
881 s = url[i]
882 }
883 }
884 $2 = s url[n+1]
885
aec1bddb 886 filename = url[n]
5e028343
ER
887 if (name) {
888 url[n] = fixedsub(name, "%{name}", url[n])
889 }
755ab9c0 890 if (field ~ /source/) {
5e028343
ER
891 if (version) {
892 url[n] = fixedsub(version, "%{version}", url[n])
893 }
755ab9c0
ER
894 if (_beta) {
895 url[n] = fixedsub(_beta, "%{_beta}", url[n])
896 }
897 if (_rc) {
898 url[n] = fixedsub(_rc, "%{_rc}", url[n])
899 }
59de1799
ER
900 if (_pre) {
901 url[n] = fixedsub(_pre, "%{_pre}", url[n])
902 }
755ab9c0
ER
903 if (_snap) {
904 url[n] = fixedsub(_snap, "%{_snap}", url[n])
905 }
906 }
57caba32 907 # assigning to $2 kills preamble formatting
fd8718a5 908 $2 = fixedsub(filename, url[n], $2)
f171fd40
ER
909
910 # sourceforge urls
dda77cb4
ER
911 sub("[?&]big_mirror=.*$", "", $2);
912 sub("[?&]modtime=.*$", "", $2);
913
55356feb 914 sub("[?]use_mirror=.*$", "", $2);
755ab9c0 915 sub("[?]download$", "", $2);
dda77cb4 916
e08b0e87 917 sub("^http://prdownloads\.sourceforge\.net/", "http://dl.sourceforge.net/", $2)
d0297fb3 918 sub("^http://download\.sf\.net/", "http://dl.sourceforge.net/", $2)
954c33c0 919 sub("^http://downloads\.sourceforge\.net/", "http://dl.sourceforge.net/", $2)
55356feb
ER
920
921 sub("^http://.*\.dl\.sourceforge\.net/", "http://dl.sourceforge.net/", $2)
7d2751eb 922 sub("^http://dl\.sourceforge\.net/sourceforge/", "http://dl.sourceforge.net/", $2)
70f22a8f 923 sub("^http://dl\.sf\.net/", "http://dl.sourceforge.net/", $2)
681a4871 924 }
8b1938ea 925
f171fd40 926
f4cb1924 927 if (field ~ /^source:/)
f171fd40 928 $1 = "Source0:"
aec1bddb 929
13b24a87 930 if (field ~ /^patch:/)
aec1bddb 931 $1 = "Patch0:"
f171fd40 932
0ea7c3cd 933 kill_preamble_macros();
aec1bddb 934 format_preamble()
f171fd40 935
c26ee7ef
ER
936 if (field ~ /requires/) {
937 # atrpms
938 $0 = fixedsub("%{eversion}", "%{epoch}:%{version}-%{release}", $0);
939 }
bf0a58ea 940}
941
4c1b7426
ER
942/^%bcond_/ {
943 # do nothing
944 print
945 next
946}
c58d1357
ER
947
948# sort BR/R!
949#
950# NOTES:
951# - mixing BR/R and anything else confuses this (all will be sorted together)
b6875e34 952# so don't do that.
c58d1357 953# - comments leading the BR/R can not be associated,
b6875e34 954# so don't adapterize when the BR/R are mixed with comments
c58d1357 955ENVIRON["SKIP_SORTBR"] != 1 && preamble == 1 && $0 ~ PREAMBLE_TAGS, $0 ~ PREAMBLE_TAGS {
57caba32 956 if ($1 ~ /Pre[Rr]eq:/) {
a68f7b3b 957 sub(/Pre[Rr]eq:/, "Requires:", $1);
c58d1357
ER
958 }
959 format_preamble()
8f7c516b 960# kill_preamble_macros(); # breaks tabbing
c58d1357
ER
961
962 b_idx++;
963 l = substr($0, index($0, $2));
964 b_ktmp = b_makekey($1, l);
965 b_key[b_idx] = b_ktmp;
966 b_val[b_ktmp] = $0;
967
968 next;
969}
970
c58d1357
ER
971preamble == 1 {
972 if (b_idx > 0) {
973 isort(b_key, b_idx);
974 for (i = 1; i <= b_idx; i++) {
4932d2c6
ER
975 v = b_val[b_key[i]];
976 sub(/[ \t]+$/, "", v);
977 print "" v;
c58d1357
ER
978 }
979 b_idx = 0
980 }
981}
982
7a72f436 983# main() ;-)
bf0a58ea 984{
aec1bddb 985 preamble = 1
f171fd40 986
70a1dc9e 987 sub(/[ \t]+$/, "")
aec1bddb 988 print
1462d6a3
ER
989
990 if (name_seen == 0 && name) {
31702e1e 991 print "Name:\t\t" name
1462d6a3
ER
992 name_seen = 1
993 }
994
995 if (version_seen == 0 && version) {
996 print "Version:\t" version
997 version_seen = 1
998 }
999
1000 if (release_seen == 0 && release) {
1001 print "Release:\t" release
1002 release_seen = 1
1003 }
32908bc5
ER
1004
1005 if (did_build_root == 0) {
4ab1678b 1006# print "BuildRoot:\t%{tmpdir}/%{name}-%{version}-root-%(id -u -n)"
32908bc5
ER
1007 did_build_root = 1
1008 }
4ab1678b
ER
1009 if (did_groups == 0) {
1010# print "Group:\t\tunknown"
1011 did_groups = 1
1012 }
a1aa4976 1013}
1014
f1991554 1015
a1aa4976 1016END {
eee34ffb 1017 if (do_not_touch_anything)
1018 exit 0
f171fd40 1019
b6875e34
ER
1020 # TODO: need to output these in proper place
1021 if (BR_count > 0) {
1022 for (i = 0; i <= BR_count; i++) {
1023 print BR[i];
1024 }
1025 }
1c955424 1026
f1991554 1027 close(changelog_file)
1028 while ((getline < changelog_file) > 0)
1029 print
1030 system("rm -f " changelog_file)
48c6019c 1031
1c52b18e
SZ
1032 if (did_clean == 0) {
1033 print ""
1034 print "%clean"
1035 print "rm -rf $RPM_BUILD_ROOT"
1036 }
1037
dda3eaa5
SZ
1038 if (date == 0) {
1039 print ""
1040 print "%define date\t%(echo `LC_ALL=\"C\" date +\"%a %b %d %Y\"`)"
1041 }
f171fd40 1042
1c955424 1043 if (has_changelog == 0) {
1395ea1c 1044 print "%changelog"
b6875e34 1045 }
dda3eaa5 1046
1c955424 1047 if (boc > 2) {
5bdbef27 1048 print "* %{date} PLD Team <feedback@pld-linux.org>"
b6875e34 1049 }
d31b8a48 1050 if (boc > 1) {
f818cd64 1051 printf "All persons listed below can be reached at "
5bdbef27 1052 print "<cvs_login>@pld-linux.org\n"
a1aa4976 1053 }
1c955424 1054 if (boc > 0) {
d31b8a48 1055 print "$" "Log:$"
b6875e34 1056 }
bf0a58ea 1057}
1058
7a72f436 1059function fixedsub(s1,s2,t, ind) {
fd8718a5 1060# substitutes fixed strings (not regexps)
7a72f436 1061 if (ind = index(t,s1))
1062 t = substr(t, 1, ind-1) s2 substr(t, ind+length(s1))
1063 return t
fd8718a5
SZ
1064}
1065
8b1938ea 1066# There should be one or two tabs after the colon.
1067function format_preamble()
1068{
57caba32 1069 if (/^#/ || /^%bcond_with/) {
08f60a73
ER
1070 return;
1071 }
aec1bddb 1072 sub(/:[ \t]*/, ":")
2b94cfb4
ER
1073 if (match($0, /[A-Za-z0-9(),#_ \t.-]+[ \t]*:[ \t]*/) == 1) {
1074 if (RLENGTH < 8) {
aec1bddb 1075 sub(/:/, ":\t\t")
b6875e34 1076 } else {
aec1bddb 1077 sub(/:/, ":\t")
b6875e34 1078 }
8b1938ea 1079 }
1080}
1081
43c05c3c 1082# Replace directly specified directories with macros
1083function use_macros()
1084{
13b24a87
ER
1085 # -m, --skip-macros, --no-macros -- skip macros subst
1086 if (ENVIRON["SKIP_MACROS"]) {
1087 return
1088 }
1089
b05d5275
ER
1090 # leave inline sed lines alone
1091 if (/(%{__sed}|sed) -i -e/) {
1092 return;
1093 }
1094
b6875e34
ER
1095 sub("%{_defaultdocdir}", "%{_docdir}");
1096 sub("%{_bindir}/perl", "%{__perl}");
1097 sub("%{_bindir}/python", "%{__python}");
36d9a33d 1098
a372a159
ER
1099 gsub(infodir, "%{_infodir}")
1100
336c1a4f
ER
1101 gsub(perl_sitearch, "%{perl_sitearch}")
1102 gsub(perl_archlib, "%{perl_archlib}")
1103 gsub(perl_privlib, "%{perl_privlib}")
336c1a4f
ER
1104 gsub(perl_vendorlib, "%{perl_vendorlib}")
1105 gsub(perl_vendorarch, "%{perl_vendorarch}")
1106 gsub(perl_sitelib, "%{perl_sitelib}")
9732cb3d
ER
1107
1108 gsub(py_sitescriptdir, "%{py_sitescriptdir}")
4ab1678b 1109 gsub(py_sitedir, "%{py_sitedir}")
1bdf7824 1110 gsub(py_scriptdir, "%{py_scriptdir}")
4a62fb54 1111 gsub("%{_libdir}/python2.4/site-packages", "%{py_sitedir}")
22ee0568 1112 gsub("%{python_sitelib}", "%{py_sitedir}")
6f2c1099
ER
1113
1114 gsub(ruby_archdir, "%{ruby_archdir}")
1115 gsub(ruby_ridir, "%{ruby_ridir}")
1116 gsub(ruby_rubylibdir, "%{ruby_rubylibdir}")
1117 gsub(ruby_sitearchdir, "%{ruby_sitearchdir}")
1118 gsub(ruby_sitelibdir, "%{ruby_sitelibdir}")
1119
4a62fb54
ER
1120 gsub("%{_datadir}/applications", "%{_desktopdir}")
1121 gsub("%{_datadir}/pixmaps", "%{_pixmapsdir}")
336c1a4f 1122
e00f41b5
ER
1123 gsub(libdir, "%{_libdir}")
1124
aec1bddb 1125 gsub(bindir, "%{_bindir}")
74edc57e 1126 gsub("%{prefix}/bin", "%{_bindir}")
b05d5275 1127 if (prefix"/bin" == bindir)
0080f34c 1128 gsub("%{_prefix}/bin", "%{_bindir}")
74edc57e 1129
de69503c 1130 for (c = 1; c <= NF; c++) {
1131 if ($c ~ sbindir "/fix-info-dir")
1132 continue;
3457b4f7
ER
1133 if ($c ~ sbindir "/webapp")
1134 continue;
a372a159
ER
1135 if ($c ~ sbindir "/ldconfig")
1136 continue;
4837c1e3
ER
1137 if ($c ~ sbindir "/chsh")
1138 continue;
1139 if ($c ~ sbindir "/usermod")
1140 continue;
f06959ff
ER
1141 if ($c ~ sbindir "/chkconfig")
1142 continue;
836e411f
ER
1143 if ($c ~ sbindir "/installzope(product|3package)")
1144 continue;
de69503c 1145 gsub(sbindir, "%{_sbindir}", $c)
1146 }
1147
74edc57e 1148 gsub("%{prefix}/sbin", "%{_sbindir}")
836e411f 1149 if (prefix"/sbin" == sbindir) {
5e1d0492 1150 gsub("%{_prefix}/sbin", "%{_sbindir}")
836e411f 1151 }
74edc57e 1152
353f5eea 1153 for (c = 1; c <= NF; c++) {
0965a1a0 1154 if ($c ~ sysconfdir "/{?cron.")
de69503c 1155 continue;
0080f34c 1156 if ($c ~ sysconfdir "/{?crontab.d")
807a0f6b 1157 continue;
6c178315
ER
1158 if ($c ~ sysconfdir "/{?env.d")
1159 continue;
90a421f5 1160 if ($c ~ sysconfdir "/{?modprobe.(d|conf)")
554d6b98 1161 continue;
e61b5989
ER
1162 if ($c ~ sysconfdir "/{?udev/rules.d")
1163 continue;
0080f34c 1164 if ($c ~ sysconfdir "/{?logrotate.d")
353f5eea 1165 continue;
0080f34c 1166 if ($c ~ sysconfdir "/{?pam.d")
a9b2c8c7 1167 continue;
0080f34c 1168 if ($c ~ sysconfdir "/{?profile.d")
66ef7810 1169 continue;
0080f34c 1170 if ($c ~ sysconfdir "/{?rc.d")
9ad7f20b 1171 continue;
0080f34c 1172 if ($c ~ sysconfdir "/{?security")
a9b2c8c7 1173 continue;
0080f34c 1174 if ($c ~ sysconfdir "/{?skel")
c21d1979 1175 continue;
0080f34c 1176 if ($c ~ sysconfdir "/{?sysconfig")
66ef7810 1177 continue;
6e985933
ER
1178 if ($c ~ sysconfdir "/{?shrc.d")
1179 continue;
7c73bc0f
ER
1180 if ($c ~ sysconfdir "/{?certs")
1181 continue;
de5d18d8
ER
1182 if ($c ~ sysconfdir "/{?X11")
1183 continue;
5debd9f6
ER
1184 if ($c ~ sysconfdir "/{?ld.so.conf.d")
1185 continue;
ff21ed9e
ER
1186 if ($c ~ sysconfdir "/{?rpm")
1187 continue;
57caba32 1188 if ($c ~ sysconfdir "/{?bash_completion.d")
6e985933 1189 continue;
57caba32 1190 if ($c ~ sysconfdir "/{?samba")
9292b547 1191 continue;
52a943cf
ER
1192 if ($c ~ sysconfdir "/shells")
1193 continue;
5dc7f5e4
ER
1194 if ($c ~ sysconfdir "/ppp")
1195 continue;
353f5eea 1196 gsub(sysconfdir, "%{_sysconfdir}", $c)
1197 }
74edc57e 1198
1077f405 1199 gsub(kdedocdir, "%{_kdedocdir}")
c2b069de 1200 gsub(docdir, "%{_docdir}")
57caba32 1201 gsub(php_pear_dir, "%{php_pear_dir}")
c2b069de 1202
c4adc376
ER
1203 for (c = 1; c <= NF; c++) {
1204 if ($c ~ datadir "/automake")
1205 continue;
13670287
ER
1206 if ($c ~ datadir "/unsermake")
1207 continue;
a9fb2db8
ER
1208 if ($c ~ datadir "/file/magic.mime")
1209 continue;
c4adc376
ER
1210 gsub(datadir, "%{_datadir}", $c)
1211 }
1212
74edc57e 1213 gsub("%{prefix}/share", "%{_datadir}")
c4adc376 1214 if (prefix"/share" == datadir)
0080f34c 1215 gsub("%{_prefix}/share", "%{_datadir}")
74edc57e 1216
826b40ea
ER
1217 # CFLAGS="-I/usr/include/ncurses is usually correct.
1218 if (!/-I\/usr\/include/) {
1219 gsub(includedir, "%{_includedir}")
1220 }
1221
74edc57e 1222 gsub("%{prefix}/include", "%{_includedir}")
826b40ea 1223 if (prefix"/include" == includedir) {
0080f34c 1224 gsub("%{_prefix}/include", "%{_includedir}")
826b40ea 1225 }
74edc57e 1226
aec1bddb 1227 gsub(mandir, "%{_mandir}")
826b40ea 1228 if ($0 !~ "%{_datadir}/manual") {
5e1d0492 1229 gsub("%{_datadir}/man", "%{_mandir}")
826b40ea 1230 }
9ce0df66 1231 gsub("%{_prefix}/share/man", "%{_mandir}")
1232 gsub("%{prefix}/share/man", "%{_mandir}")
74edc57e 1233 gsub("%{prefix}/man", "%{_mandir}")
1234 gsub("%{_prefix}/man", "%{_mandir}")
1235
aec1bddb 1236 gsub(infodir, "%{_infodir}")
74edc57e 1237 gsub("%{prefix}/info", "%{_infodir}")
1238 gsub("%{_prefix}/info", "%{_infodir}")
1239
0965a1a0 1240 if (prefix !~ "/X11R6") {
1241 gsub("%{_datadir}/aclocal", "%{_aclocaldir}")
1242 }
cfbf94ec 1243
2a638fcb 1244 gsub(examplesdir, "%{_examplesdir}")
7c6b85c4 1245
efd2d668 1246 if (prefix != "/") {
a9fb2db8
ER
1247 # leave --with-foo=/usr alone
1248 if ($0 !~ "--with.*=.*" prefix) {
1249 for (c = 1; c <= NF; c++) {
1250 if ($c ~ prefix "/sbin/fix-info-dir")
1251 continue;
3457b4f7
ER
1252 if ($c ~ prefix "/sbin/webapp")
1253 continue;
4837c1e3
ER
1254 if ($c ~ prefix "/sbin/chsh")
1255 continue;
1256 if ($c ~ prefix "/sbin/usermod")
1257 continue;
836e411f
ER
1258 if ($c ~ prefix "/sbin/installzope(product|3package)")
1259 continue;
a9fb2db8
ER
1260 if ($c ~ prefix "/share/automake")
1261 continue;
1262 if ($c ~ prefix "/share/unsermake")
1263 continue;
1264 if ($c ~ prefix "/lib/sendmail")
1265 continue;
97dae8dc
ER
1266 if ($c ~ prefix "/lib/pkgconfig")
1267 continue;
826b40ea 1268
b5fc4b79
ER
1269 # CFLAGS="-I/usr..." is usually correct.
1270 if (/-I\/usr/)
826b40ea 1271 continue;
474f0944
ER
1272 # same for LDFLAGS="-L/usr..."
1273 if (/-L\/usr/)
1274 continue;
826b40ea 1275
a9fb2db8
ER
1276 gsub(prefix, "%{_prefix}", $c)
1277 }
de69503c 1278 }
efd2d668 1279 gsub("%{prefix}", "%{_prefix}")
1280 }
3bcd1fab 1281
53d16b95
ER
1282 # replace back
1283 gsub("%{_includedir}/ncurses", "/usr/include/ncurses")
1284 gsub("%{_includedir}/freetype", "/usr/include/freetype")
1285
3bcd1fab 1286 gsub("%{PACKAGE_VERSION}", "%{version}")
1287 gsub("%{PACKAGE_NAME}", "%{name}")
b35c10f1 1288
59e208d5 1289 gsub("^make$", "%{__make}")
1290 gsub("^make ", "%{__make} ")
61b753c5 1291 gsub("^gcc ", "%{__cc} ")
9aece8c8 1292
cab706de
ER
1293 # mandrake specs
1294 gsub("^%make$", "%{__make}")
1295 gsub("^%make ", "%{__make} ")
1296 gsub("^%makeinstall_std", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
b7ca53a5 1297 gsub("^%{makeinstall}", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
63d47bae 1298 gsub("^%makeinstall", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
cab706de 1299 gsub("^%{__rm} -rf %{buildroot}", "rm -rf $RPM_BUILD_ROOT")
b7ca53a5 1300 gsub("^%{__install}", "install")
b7ca53a5 1301 gsub("^%{__rm}", "rm")
cab706de
ER
1302 gsub("%optflags", "%{rpmcflags}")
1303 gsub("%{compat_perl_vendorarch}", "%{perl_vendorarch}")
1304
a6ed8b03 1305 gsub("^%{__make} install DESTDIR=\$RPM_BUILD_ROOT", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
db6f5844 1306 gsub("^fix-info-dir$", "[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>\&1")
5e15e952
ER
1307 $0 = fixedsub("%buildroot", "$RPM_BUILD_ROOT", $0)
1308 $0 = fixedsub("%{buildroot}", "$RPM_BUILD_ROOT", $0)
63d47bae
ER
1309 $0 = fixedsub("CXXFLAGS=%{rpmcflags} %configure", "CXXFLAGS=%{rpmcflags}\n%configure", $0);
1310
740e3cd8
ER
1311 # split configure line to multiple lines
1312 if (/%configure / && !/\\$/) {
1313 $0 = format_configure($0);
1314 }
1315
ac779c71
ER
1316 gsub("%_bindir", "%{_bindir}")
1317 gsub("%_datadir", "%{_datadir}")
1318 gsub("%_iconsdir", "%{_iconsdir}")
c2b069de
ER
1319 gsub("%_sbindir", "%{_sbindir}")
1320 gsub("%_mandir", "%{_mandir}")
1321 gsub("%name", "%{name}")
b6875e34
ER
1322 gsub(/%__rm/, "rm");
1323 gsub(/%__mkdir_p/, "install -d");
1324 gsub(/%__cp/, "cp");
1325 gsub(/%__ln_s/, "ln -s");
1326 gsub(/%__sed/, "%{__sed}");
1327 gsub(/%__cat/, "cat");
1328 gsub(/%__chmod/, "chmod");
a6ed8b03 1329
9aece8c8 1330 gsub("/usr/src/linux", "%{_kernelsrcdir}")
1331 gsub("%{_prefix}/src/linux", "%{_kernelsrcdir}")
1c955424
ER
1332
1333 if (/^ant /) {
1334 sub(/^ant/, "%ant")
b6875e34
ER
1335 add_br("BuildRequires: jpackage-utils");
1336 add_br("BuildRequires: rpmbuild(macros) >= 1.300");
1337 }
1c955424 1338
9ae21f47 1339}
f171fd40 1340
740e3cd8
ER
1341function format_configure(line, n, a, s) {
1342 n = split(line, a, / /);
1343 s = a[1] " \\\n";
1344 for (i = 2; i <= n; i++) {
1345 s = s "\t" a[i] " \\\n"
1346 }
1347 return s
1348}
1349
7c23055b
ER
1350
1351# insertion sort of A[1..n]
1352# copied from mawk manual
1353function isort(A,n, i,j,hold) {
1354 for (i = 2; i <= n; i++) {
1355 hold = A[j = i]
1356 while (A[j-1] > hold) {
54caef3d 1357 j-- ; A[j+1] = A[j]
1358 }
7c23055b
ER
1359 A[j] = hold
1360 }
1361 # sentinel A[0] = "" will be created if needed
1362}
1363
1364
1365function use_files_macros( i, n, t, a)
eee34ffb 1366{
e6f1551d
ER
1367 use_macros()
1368
da6457aa
ER
1369 # skip comments
1370 if (/^#/) {
1371 return;
1372 }
1373
f158eddc
ER
1374 sub("^%doc %{_mandir}", "%{_mandir}")
1375
eee34ffb 1376 gsub("^%{_sbindir}", "%attr(755,root,root) %{_sbindir}")
1377 gsub("^%{_bindir}", "%attr(755,root,root) %{_bindir}")
7c23055b 1378
61cb9711
ER
1379 # uid/gid nobody is not valid in %files
1380 if (/%attr([^)]*nobody[^)]*)/ && !/FIXME/) {
1381 $0 = $0 " # FIXME nobody user/group can't own files! -adapter.awk"
1382 }
1383
16bb0647
JB
1384 # s[gu]id programs with globs are evil
1385 if (/%attr\([246]...,.*\*/ && !/FIXME/) {
1386 $0 = $0 " # FIXME no globs for suid/sgid files"
85bed066
ER
1387 }
1388
5dc673eb 1389 # replace back
8f6ddcd9 1390 gsub("%{_sysconfdir}/cron\.d", "/etc/cron.d")
3feaeac8 1391 gsub("%{_sysconfdir}/crontab\.d", "/etc/crontab.d")
8f6ddcd9
ER
1392 gsub("%{_sysconfdir}/logrotate\.d", "/etc/logrotate.d")
1393 gsub("%{_sysconfdir}/pam\.d", "/etc/pam.d")
1394 gsub("%{_sysconfdir}/profile\.d", "/etc/profile.d")
1395 gsub("%{_sysconfdir}/rc\.d", "/etc/rc.d")
1396 gsub("%{_sysconfdir}/security", "/etc/security")
1397 gsub("%{_sysconfdir}/skel", "/etc/skel")
1398 gsub("%{_sysconfdir}/sysconfig", "/etc/sysconfig")
1399 gsub("%{_sysconfdir}/certs", "/etc/certs")
5dc673eb 1400 gsub("%{_sysconfdir}/init.d", "/etc/init.d")
2fc0e274 1401
5dc673eb
ER
1402 # /etc/init.d -> /etc/rc.d/init.d
1403 if (!/^\/etc\/init\.d$/) {
1404 gsub("/etc/init.d", "/etc/rc.d/init.d")
1405 }
1406
1407 if (/\/etc\/rc\.d\/init\.d\// && !/functions/) {
2fc0e274
ER
1408 if (!/%attr.*\/etc\/rc\.d\/init\.d/) {
1409 $0 = "%attr(754,root,root) " $0
1410 }
1411 if (/^%attr.*\/etc\/rc\.d\/init\.d/ && !/^%attr\(754 *,/) {
89c604c7 1412 gsub("^%attr\\(... *,", "%attr(754,");
2fc0e274 1413 }
9a7a5776
ER
1414 }
1415
71a4728c 1416 if (/lib.+\.so/ && !/\.so$/ && !/^%attr.*/ && !/%exclude/) {
55356feb
ER
1417 $0 = "%attr(755,root,root) " $0
1418 }
1419
ab9b09e2
ER
1420 if (/%{perl_vendorarch}.*\.so$/ && !/^%attr.*/) {
1421 $0 = "%attr(755,root,root) " $0
1422 }
1423
f56d5519
ER
1424 # /etc/sysconfig files
1425 # %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
a825b76b 1426 # attr not required, allow default 644 attr
6ea64b8d 1427 if (!/network-scripts/ && !/%dir/ && !/\.d$/ && !/functions/ && !/\/etc\/sysconfig\/wmstyle/) {
6ea0907e 1428 if (/\/etc\/sysconfig\// && /%config/ && !/%config\(noreplace/) {
5dc673eb
ER
1429 gsub("%config", "%config(noreplace)")
1430 }
f56d5519 1431
6ea0907e 1432 if (/\/etc\/sysconfig\// && !/%config\(noreplace/) {
5dc673eb
ER
1433 $NF = "%config(noreplace) " $NF
1434 }
f56d5519 1435
5dc673eb 1436 if (/\/etc\/sysconfig\// && /%attr\(755/) {
89c604c7 1437 gsub("^%attr\\(... *,", "%attr(640,");
5dc673eb 1438 }
f56d5519 1439
5dc673eb
ER
1440 if (/\/etc\/sysconfig\// && !/%verify/) {
1441 gsub("/etc/sysconfig", "%verify(not size mtime md5) /etc/sysconfig");
1442 }
a825b76b
ER
1443 }
1444
f56d5519 1445 # kill leading zeros
7dfb4dea
ER
1446 if (/%attr\(0[1-9]/) {
1447 gsub("%attr\\(0", "%attr(")
1448 }
f9d5d512 1449
b6875e34
ER
1450 # kill default attrs
1451 gsub(/%dir %attr\(755,root,root\)/, "%dir");
1452 gsub(/%attr\(755,root,root\) %dir/, "%dir");
1453 if (!/%dir/) {
1454 gsub(/%attr\(644,root,root\) /, "");
1455 }
46292535 1456
7c23055b 1457 # sort %verify attrs
12bfc5c8 1458 if (match($0, /%verify\(not([^)]+)\)/)) {
7c23055b 1459 t = substr($0, RSTART, RLENGTH)
8409a9b2
ER
1460 # kill commas: %verify(not,md5,size,mtime)
1461 gsub(/,/, " ", t);
1462
7c23055b
ER
1463 gsub(/^%verify\(not |\)$/, "", t)
1464 n = split(t, a, / /)
1465 isort(a, n)
1466
1467 s = "%verify(not"
1468 for (i = 1 ; i <= n; i++) {
1469 s = s " " a[i]
1470 }
1471 s = s ")"
1472
12bfc5c8 1473 gsub(/%verify\(not[^)]+\)/, s)
7c23055b 1474 }
13defa79
ER
1475
1476 if (/%{_mandir}/) {
d64e2ec0 1477 gsub("\.gz$", "*")
13defa79 1478 }
5e15e952 1479
ef6d2b7a 1480 # locale dir and no %lang -> bad
b9080a1b 1481 if (/%{_datadir}\/locale\/.*\// && !/%(dir|lang)/) {
ef6d2b7a
ER
1482 $(NF + 1) = "# FIXME consider using %find_lang"
1483 }
1484
5e15e952
ER
1485 # atrpms
1486 $0 = fixedsub("%{perl_man1dir}", "%{_mandir}/man1", $0);
1487 $0 = fixedsub("%{perl_man3dir}", "%{_mandir}/man3", $0);
1488 $0 = fixedsub("%{perl_bin}", "%{_bindir}", $0);
97dae8dc
ER
1489
1490 gsub(libdir "/pkgconfig", "%{_pkgconfigdir}");
1491 gsub("%{_libdir}/pkgconfig", "%{_pkgconfigdir}");
1492 gsub("%{_prefix}/lib/pkgconfig", "%{_pkgconfigdir}");
eee20d8d
ER
1493
1494 gsub("%{_datadir}/applications", "%{_desktopdir}");
9730a549 1495 gsub("%{_datadir}/icons", "%{_iconsdir}");
0904210e 1496 gsub("%{_datadir}/pixmaps", "%{_pixmapsdir}");
eee34ffb 1497}
236b87ac 1498
723ce732
ER
1499function use_script_macros()
1500{
1501 if (gsub("/sbin/service", "%service")) {
1502 sub(" >/dev/null 2>&1 \|\|:", "");
1503 sub(" 2> /dev/null \|\| :", "");
1504 }
1505}
1506
236b87ac 1507function fill(ch, n, i) {
1508 for (i = 0; i < n; i++)
1509 printf("%c", ch)
1510}
1511
1512function format_flush(line, indent, newline, word, first_word) {
1513 first_word = 1
f171fd40 1514 if (format_indent == -1)
236b87ac 1515 newline = ""
1516 else
1517 newline = fill(" ", format_indent) "- "
1518
1519 while (match(line, /[^\t ]+/)) {
1520 word = substr(line, RSTART, RLENGTH)
1521 if (length(newline) + length(word) + 1 > tw) {
1522 print newline
f171fd40 1523
236b87ac 1524 if (format_indent == -1)
1525 newline = ""
1526 else
1527 newline = fill(" ", format_indent + 2)
1528 first_word = 1
1529 }
1530
1531 if (first_word) {
1532 newline = newline word
1533 first_word = 0
1534 } else
1535 newline = newline " " word
f171fd40 1536
236b87ac 1537 line = substr(line, RSTART + RLENGTH)
1538 }
1539 if (newline ~ /[^\t ]/) {
1540 print newline
1541 }
1542}
1543
eb4bf70e 1544function cflags(var)
1545{
85e708f2 1546 if ($0 == var "=\"$RPM_OPT_FLAGS\"") {
1547 removed[var] = 1
eb4bf70e 1548 return 0
85e708f2 1549 }
f171fd40 1550
246ad57e 1551 if (!/!\?debug/)
fde8f52a 1552 sub("\$RPM_OPT_FLAGS", "%{rpmcflags}")
eb4bf70e 1553 return 1
1554}
0ea7c3cd 1555
4e26c5f2
ER
1556function demacroize(str)
1557{
8f7c516b
ER
1558 if (mod_name) {
1559 sub("%{mod_name}", mod_name, str);
1560 }
1561 if (name) {
1562 sub("%{name}", name, str);
1563 }
4e26c5f2
ER
1564 if (version) {
1565 sub("%{version}", version, str);
1566 }
1567 if (_beta) {
1568 sub("%{_beta}", _beta, str);
1569 }
1570 if (_rc) {
1571 sub("%{_rc}", _rc, str);
1572 }
59de1799
ER
1573 if (_pre) {
1574 sub("%{_pre}", _pre, str);
1575 }
4e26c5f2
ER
1576 if (_snap) {
1577 sub("%{_snap}", _snap, str);
1578 }
1579 return str;
1580}
1581
0ea7c3cd
ER
1582function kill_preamble_macros()
1583{
1584 if ($1 ~ /^URL:/ || $1 ~ /^Obsoletes:/) {
8f7c516b 1585 # NB! assigning $2 a value breaks tabbing
4e26c5f2 1586 $2 = demacroize($2);
523ea04f
ER
1587 # unify sourceforge url
1588 sub("\.sf\.net/$", ".sourceforge.net/", $2);
0ea7c3cd
ER
1589 }
1590}
ba377afe 1591
9815f9b2
ER
1592function get_epoch(pkg, ver, epoch)
1593{
cccfa553
ER
1594 return
1595# should parse the BR lines more adequately:
1596# freetype = 2.0.0 -> correct
1597# freetype = 2.1.9 -> with epoch 1, as epoch 1 was added in 2.1.7
1598
9815f9b2
ER
1599 shell = "grep -o '^" pkg ":[^:]\+' ../PLD-doc/BuildRequires.txt | awk '{print $NF}'";
1600 shell | getline epoch;
1601 return epoch;
1602}
1603
ba377afe 1604function format_requires(tag, value, n, p, i, deps, ndeps) {
87b130e2
ER
1605 # skip any formatting for commented out items or some weird macros
1606 if (/^#/ || /%\(/) {
3f81d059
ER
1607 return tag "\t" value
1608 }
ba377afe
ER
1609 n = split(value, p, / *,? */);
1610 for (i = 1; i <= n; i++) {
1611 if (p[i+1] ~ /[<=>]/) {
9815f9b2
ER
1612 # add epoch if the version doesn't have it but BuildRequires.txt has
1613 if (p[i] ~ /^[a-z]/ && p[i+2] !~ /^[0-9]+:/) {
1614 epoch = get_epoch(p[i], p[i+2])
1615 if (epoch) {
1616 p[i+2] = epoch ":" p[i+2];
1617 }
1618 }
ba377afe
ER
1619 deps[ndeps++] = p[i] " " p[i+1] " " p[i+2];
1620 i += 2;
1621 } else {
1622 deps[ndeps++] = p[i];
1623 }
1624 }
1625 s = ""
1626 for (i in deps) {
1627 s = s sprintf("%s\t%s\n", tag, deps[i]);
1628 }
1629 return substr(s, 1, length(s)-1);
1630}
6ebff802
ER
1631
1632function use_tabs()
1633{
1634 # reverse vim: ts=4 sw=4 et
1635 gsub(/ /, "\t");
1636}
1c955424
ER
1637
1638function add_br(br)
1639{
b6875e34 1640 BR[BR_count++] = br
1c955424
ER
1641}
1642
30cd4686
ER
1643# php virtual deps as discussed in devel-en
1644function replace_php_virtual_deps()
1645{
b6875e34
ER
1646 pkg = $2
1647# if (pkg == "php-program") {
1648# $0 = $1 "\t/usr/bin/php"
1649# return
1650# }
1651
1652 if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
1653 sub(/^php-/, "php(", pkg);
1654 sub(/$/, ")", pkg);
1655 $2 = pkg
1656 }
1657
1658 if (pkg ~/^php$/) {
1659 $2 = "webserver(php)";
1660 if ($4 ~ /^[0-9]:/) {
1661 $4 = substr($4, 3);
1662 }
1663 }
1664
1665 if (pkg ~/^php4$/) {
1666 $2 = "webserver(php)";
1667 if ($4 ~ /^[0-9]:/) {
1668 $4 = substr($4, 3);
1669 }
1670 }
30cd4686
ER
1671}
1672
2b94cfb4 1673# vim:ts=4:sw=4
This page took 0.457083 seconds and 4 git commands to generate.