From a6cb23564c064e435da610525222944b441ad2d8 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 10 Jan 2020 16:08:45 -0300 Subject: [PATCH] Adding locale to rpm package. --- rpm/libipc3270.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm/libipc3270.spec b/rpm/libipc3270.spec index ab9aad4..8d3f924 100644 --- a/rpm/libipc3270.spec +++ b/rpm/libipc3270.spec @@ -140,6 +140,7 @@ make all %install %makeinstall +%find_lang %{name} langfiles %files -n %{product}-plugin-ipc %defattr(-,root,root) @@ -155,7 +156,7 @@ make all %dir %{_libdir}/%{product}-plugins %{_libdir}/%{product}-plugins/ipcserver.so -%files -n %{name}-%{_libvrs} +%files -n %{name}-%{_libvrs} -f langfiles %defattr(-,root,root) %{_libdir}/%{name}.so.%{MAJOR_VERSION}.%{MINOR_VERSION} -- libgit2 0.21.2