Commit a6cb23564c064e435da610525222944b441ad2d8

Authored by Perry Werneck
1 parent 5ee612f5
Exists in master and in 1 other branch develop

Adding locale to rpm package.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
rpm/libipc3270.spec
... ... @@ -140,6 +140,7 @@ make all
140 140  
141 141 %install
142 142 %makeinstall
  143 +%find_lang %{name} langfiles
143 144  
144 145 %files -n %{product}-plugin-ipc
145 146 %defattr(-,root,root)
... ... @@ -155,7 +156,7 @@ make all
155 156 %dir %{_libdir}/%{product}-plugins
156 157 %{_libdir}/%{product}-plugins/ipcserver.so
157 158  
158   -%files -n %{name}-%{_libvrs}
  159 +%files -n %{name}-%{_libvrs} -f langfiles
159 160 %defattr(-,root,root)
160 161 %{_libdir}/%{name}.so.%{MAJOR_VERSION}.%{MINOR_VERSION}
161 162  
... ...