Resolves:rh#880957 - m17n-lib doesn't uninstall properly
This commit is contained in:
parent
085bea3afd
commit
0e1aa0cf0f
@ -3,7 +3,7 @@
|
||||
|
||||
Name: m17n-lib
|
||||
Version: 1.6.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Multilingual text library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -79,7 +79,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
#This is needed for libm17n-gui.so.*
|
||||
%post tools -p /sbin/ldconfig
|
||||
%postun tools -p /sbin/ldconfig
|
||||
|
||||
@ -113,6 +112,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/libm17n-gui.so.*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 30 2012 Parag Nemade <pnemade AT redhat DOT com> - 1.6.4-4
|
||||
- Resolves:rh#880957 - m17n-lib doesn't uninstall properly
|
||||
|
||||
* Tue Nov 20 2012 Parag Nemade <pnemade AT redhat DOT com> - 1.6.4-3
|
||||
- m17n-lib to own %%{_libdir}/m17n
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user