mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
More bad xref fixes
This commit is contained in:
parent
b0dfe52ca8
commit
c89d3b7d73
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ This is an iterative process; after editing the `.spec` file, rerun `rpmbuild`.
|
||||||
|
|
||||||
Since our program uses translations and internationalization, we are seeing a lot of undeclared i18 files.
|
Since our program uses translations and internationalization, we are seeing a lot of undeclared i18 files.
|
||||||
|
|
||||||
The xref:packaging-guidelines:guidelines:index.adoc#_handling_locale_files[recommended method] to declare them is:
|
The xref:packaging-guidelines:ROOT:index.adoc#_handling_locale_files[recommended method] to declare them is:
|
||||||
|
|
||||||
* find the filenames in the `%install` step: `%find_lang %\{name}`
|
* find the filenames in the `%install` step: `%find_lang %\{name}`
|
||||||
* add the required build dependencies: `BuildRequires: gettext`
|
* add the required build dependencies: `BuildRequires: gettext`
|
||||||
|
|
Loading…
Reference in a new issue