Copy the I18N table to the source header so i18n works there
CVS patchset: 2107 CVS date: 1998/05/05 18:24:36
This commit is contained in:
parent
27e10f28bb
commit
2a0f3482cb
1
CHANGES
1
CHANGES
|
@ -12,6 +12,7 @@
|
|||
strings plucked from i18n strings
|
||||
- do not remove comments in scripts
|
||||
- save/restore existing arch when done with buildarch
|
||||
- copy the I18N table to the source header so i18n stuff works
|
||||
|
||||
2.4.108 -> 2.4.109:
|
||||
- remove icons with --rmsource
|
||||
|
|
|
@ -143,6 +143,7 @@ int processSourceFiles(Spec spec)
|
|||
case RPMTAG_CHANGELOGNAME:
|
||||
case RPMTAG_CHANGELOGTEXT:
|
||||
case RPMTAG_URL:
|
||||
case HEADER_I18NTABLE:
|
||||
headerAddEntry(spec->sourceHeader, tag, type, ptr, count);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue