Commit af85659a01d7f02d54dd2cd4db0efe72318d68a3
1 parent
e5d680b5
Exists in
master
and in
3 other branches
Adding translation files to the rpm.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
rpm/lib3270.spec
... | ... | @@ -93,9 +93,10 @@ make all %{?_smp_mflags} |
93 | 93 | %install |
94 | 94 | |
95 | 95 | %make_install |
96 | +%find_lang %{name} langfiles | |
96 | 97 | %fdupes %{buildroot}/%{_prefix} |
97 | 98 | |
98 | -%files -n %{name}-%{_libvrs} | |
99 | +%files -n %{name}-%{_libvrs} -f langfiles | |
99 | 100 | |
100 | 101 | # https://en.opensuse.org/openSUSE:Packaging_for_Leap#RPM_Distro_Version_Macros |
101 | 102 | %if 0%{?sle_version} > 120200 | ... | ... |