More bad xref fixes

This commit is contained in:
Petr Bokoc 2019-03-29 00:04:54 +01:00
parent b0dfe52ca8
commit c89d3b7d73

View file

@ -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`