| |
@@ -11,7 +11,12 @@
|
| |
BuildRequires: gcc
|
| |
BuildRequires: texinfo, autoconf
|
| |
|
| |
+ # Remove dependency on glibc-gconv-extra to avoid rebuilding entire glibc
|
| |
+ # when building flatpaks with mtools as dependency. Glibc is already
|
| |
+ # included in the runtime.
|
| |
+ %if ! 0%{?flatpak}
|
| |
Requires: glibc-gconv-extra
|
| |
+ %endif
|
| |
|
| |
%description
|
| |
Mtools is a collection of utilities for accessing MS-DOS files.
|
| |
This will allow mtools to be built as dependency for some flatpaks.
Without this change each flatpak would have to rebuild entire glibc
which is already present in the runtime.