update to 1.6.3

This commit is contained in:
Parag Nemade 2011-10-11 18:57:16 +05:30
parent b768eafb9e
commit cd3ddc5937

View File

@ -2,8 +2,8 @@
%bcond_without anthy %bcond_without anthy
Name: m17n-lib Name: m17n-lib
Version: 1.6.2 Version: 1.6.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Multilingual text library Summary: Multilingual text library
Group: System Environment/Libraries Group: System Environment/Libraries
@ -87,7 +87,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%postun tools -p /sbin/ldconfig %postun tools -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS %doc AUTHORS COPYING NEWS
%{_bindir}/m17n-conv %{_bindir}/m17n-conv
%{_libdir}/libm17n.so.* %{_libdir}/libm17n.so.*
@ -95,11 +94,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/libm17n-flt.so.* %{_libdir}/libm17n-flt.so.*
%files anthy %files anthy
%defattr(-,root,root,-)
%{_libdir}/m17n/1.0/libmimx-anthy.so %{_libdir}/m17n/1.0/libmimx-anthy.so
%files devel %files devel
%defattr(-,root,root,-)
%doc ChangeLog README %doc ChangeLog README
%{_bindir}/m17n-config %{_bindir}/m17n-config
%{_includedir}/* %{_includedir}/*
@ -107,7 +104,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%files tools %files tools
%defattr(-,root,root,-)
%{_bindir}/m17n-date %{_bindir}/m17n-date
%{_bindir}/m17n-dump %{_bindir}/m17n-dump
%{_bindir}/m17n-edit %{_bindir}/m17n-edit
@ -116,8 +112,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/m17n/1.0/libm17n-gd.so %{_libdir}/m17n/1.0/libm17n-gd.so
%{_libdir}/libm17n-gui.so.* %{_libdir}/libm17n-gui.so.*
%changelog %changelog
* Tue Oct 11 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.3-1
- update to 1.6.3
* Tue Mar 22 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.2-3 * Tue Mar 22 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.2-3
- Resolves: rh#680363 - Remove m17n-lib-ispell subpackage - Resolves: rh#680363 - Remove m17n-lib-ispell subpackage
- Resolves: rh#677866 - m17n*.pc reports wrong moduledir on x86_64 system - Resolves: rh#677866 - m17n*.pc reports wrong moduledir on x86_64 system