- Move the helper applications for Qt to uim-qt-common. - Rebuild against qt3-devel. (#440870)
593 lines
19 KiB
RPMSpec
593 lines
19 KiB
RPMSpec
%define inst_xinput alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf 50
|
|
%define uninst_xinput alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf
|
|
|
|
Name: uim
|
|
Version: 1.4.2
|
|
Release: 2%{?dist}
|
|
# uim itself is licensed under BSD
|
|
# scm/py.scm, helper/eggtrayicon.[ch], qt/pref-kseparator.{cpp,h}
|
|
# and qt/chardict/chardict-kseparator.{cpp,h} is licensed under LGPLv2+
|
|
# pixmaps/*.{svg,png} is licensed under BSD or LGPLv2
|
|
License: BSD and LGPLv2+ and (BSD or LGPLv2)
|
|
URL: http://code.google.com/p/uim/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: libXft-devel libX11-devel libXext-devel libXrender-devel libXau-devel libXdmcp-devel libXt-devel
|
|
BuildRequires: gtk2-devel gnome-panel-devel qt3-devel ncurses-devel
|
|
BuildRequires: anthy-devel Canna-devel m17n-lib-devel gettext desktop-file-utils
|
|
BuildRequires: m17n-db-amharic m17n-db-arabic m17n-db-armenian m17n-db-assamese m17n-db-bengali
|
|
BuildRequires: m17n-db-chinese m17n-db-croatian m17n-db-dhivehi m17n-db-farsi m17n-db-generic
|
|
BuildRequires: m17n-db-gregorian m17n-db-greek m17n-db-gujarati m17n-db-hebrew m17n-db-hindi
|
|
BuildRequires: m17n-db-japanese m17n-db-kannada m17n-db-kazakh m17n-db-khmer m17n-db-korean
|
|
BuildRequires: m17n-db-lao m17n-db-latin m17n-db-malayalam m17n-db-myanmar
|
|
BuildRequires: m17n-db-oriya m17n-db-punjabi m17n-db-russian m17n-db-serbian
|
|
BuildRequires: m17n-db-sinhala m17n-db-slovak m17n-db-swedish m17n-db-syriac m17n-db-tamil
|
|
BuildRequires: m17n-db-telugu m17n-db-thai m17n-db-tibetan m17n-db-vietnamese
|
|
BuildRequires: emacs
|
|
Source0: http://uim.googlecode.com/files/%{name}-%{version}.tar.bz2
|
|
Source1: xinput.d-uim
|
|
Source2: uim-init.el
|
|
|
|
|
|
Summary: A multilingual input method library
|
|
Group: System Environment/Libraries
|
|
Requires(post): %{_sbindir}/alternatives /sbin/ldconfig
|
|
Requires(postun): %{_sbindir}/alternatives /sbin/ldconfig
|
|
Requires: im-chooser >= 0.4.1-2.fc8
|
|
|
|
%package devel
|
|
Summary: Development files for the Uim library
|
|
Group: Development/Libraries
|
|
Requires: uim = %{version}-%{release}
|
|
|
|
%package gtk2
|
|
Summary: GTK+2 support for Uim
|
|
Group: User Interface/Desktops
|
|
Requires: uim = %{version}-%{release}
|
|
Requires(post): gtk2
|
|
Requires(postun): gtk2
|
|
# for update-gtk-immodules
|
|
PreReq: gtk2 >= 2.9.1-2
|
|
|
|
%package gnome
|
|
Summary: GNOME Applet for Uim
|
|
Group: User Interface/Desktops
|
|
Requires: uim = %{version}-%{release}
|
|
Requires(post): %{_sbindir}/bonobo-activation-sysconf
|
|
Requires(postun): %{_sbindir}/bonobo-activation-sysconf
|
|
Requires: uim-gtk2
|
|
|
|
%package qt3
|
|
Summary: Qt3 support for Uim
|
|
Group: User Interface/Desktops
|
|
Requires: uim-qt-common = %{version}-%{release}
|
|
Obsoletes: uim-qt < 1.4.2-2
|
|
|
|
%package qt-common
|
|
Summary: Qt support for Uim
|
|
Group: User Interface/Desktops
|
|
Requires: uim = %{version}-%{release}
|
|
Obsoletes: uim-qt < 1.4.2-2
|
|
|
|
%package el
|
|
Summary: Emacs support for Uim
|
|
Group: System Environment/Libraries
|
|
Requires: %{name}-el-common = %{version}
|
|
Requires: emacs-common
|
|
|
|
%package el-common
|
|
Summary: Common package for Emacsen support for Uim
|
|
Group: System Environment/Libraries
|
|
Requires: uim = %{version}-%{release}
|
|
|
|
%package anthy
|
|
Summary: Anthy support for Uim
|
|
Group: System Environment/Libraries
|
|
Requires: anthy
|
|
Requires: uim = %{version}-%{release}
|
|
Requires(post): gtk2 /usr/bin/uim-module-manager
|
|
Requires(postun): gtk2 /usr/bin/uim-module-manager
|
|
|
|
%package canna
|
|
Summary: Canna support for Uim
|
|
Group: System Environment/Libraries
|
|
Requires: Canna
|
|
Requires: uim = %{version}-%{release}
|
|
Requires(post): gtk2 /usr/bin/uim-module-manager
|
|
Requires(postun): gtk2 /usr/bin/uim-module-manager
|
|
|
|
%package skk
|
|
Summary: SKK support for Uim
|
|
Group: System Environment/Libraries
|
|
Requires: skkdic
|
|
Requires: uim = %{version}-%{release}
|
|
Requires(post): gtk2 /usr/bin/uim-module-manager
|
|
Requires(postun): gtk2 /usr/bin/uim-module-manager
|
|
|
|
%package m17n
|
|
Summary: m17n-lib support for Uim
|
|
Group: System Environment/Libraries
|
|
Requires: uim = %{version}-%{release}
|
|
Requires(post): gtk2 /usr/bin/uim-module-manager
|
|
Requires(postun): gtk2 /usr/bin/uim-module-manager
|
|
|
|
%description
|
|
Uim is a multilingual input method library. Uim aims to
|
|
provide secure and useful input methods for all
|
|
languages. Currently, it can input to applications which
|
|
support Gtk+'s immodule, Qt's immodule and XIM.
|
|
|
|
This package provides the input method library, the XIM
|
|
bridge and most of the input methods.
|
|
|
|
For the Japanese input methods you need to install
|
|
- uim-anthy for Anthy
|
|
- uim-canna for Canna
|
|
- uim-skk for SKK.
|
|
|
|
%description devel
|
|
Uim is a multilingual input method library. Uim aims to
|
|
provide secure and useful input methods for all
|
|
languages.
|
|
|
|
This package contains the header files and the libraries which is
|
|
needed for developing Uim applications.
|
|
|
|
%description gtk2
|
|
Uim is a multilingual input method library. Uim aims to
|
|
provide secure and useful input methods for all
|
|
languages.
|
|
|
|
This package provides the Gtk IM module and helper program.
|
|
|
|
%description gnome
|
|
Uim is a multilingual input method library. Uim aims to
|
|
provide secure and useful input methods for all
|
|
languages.
|
|
|
|
This package provides the GNOME panel applet.
|
|
|
|
%description qt3
|
|
Uim is a multilingual input method library. Uim aims to
|
|
provide secure and useful input methods for all
|
|
languages.
|
|
|
|
This package provides the Qt3 IM module and helper programs.
|
|
|
|
%description qt-common
|
|
Uim is a multilingual input method library. Uim aims to
|
|
provide secure and useful input methods for all
|
|
languages.
|
|
|
|
This package contains the helper applications for Qt support.
|
|
|
|
%description el
|
|
This package provides Emacs support.
|
|
|
|
%description el-common
|
|
This package provides an utility to use Emacsen support for Uim.
|
|
|
|
%description anthy
|
|
This package provides support for Anthy, a Japanese input method.
|
|
|
|
%description canna
|
|
This package provides support for Canna, a Japanese input method.
|
|
|
|
%description skk
|
|
This package provides support for SKK, a Japanese input method.
|
|
|
|
%description m17n
|
|
This package provides support for m17n-lib, which allows input of
|
|
many languages using the input table map from m17n-db.
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
%build
|
|
# assumes that this is built against qt-3.3.
|
|
export QTDIR=%{_libdir}/qt-3.3
|
|
%configure --with-x --with-xft --with-canna --with-anthy --with-m17nlib --without-scim --with-gtk2 --with-gnome2 --with-qt --with-qt-immodule
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
# remove .desktop file (#240706)
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/uim.desktop
|
|
|
|
# remove unnecessary files
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/uim/plugin/*la
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.*/immodules/im-uim.*a
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/qt-3.*/plugins/inputmethods/lib*.*a
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/libgcroots.*
|
|
rm -rf $RPM_BUILD_ROOT%{_includedir}/gcroots.h
|
|
rm -rf $RPM_BUILD_ROOT%{_includedir}/sigscheme
|
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/sigscheme
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/uim/{installed-modules,loader}.scm
|
|
|
|
install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinput.d
|
|
install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinput.d/uim.conf
|
|
install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
|
|
install -m 0644 -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/
|
|
|
|
install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/uim
|
|
touch $RPM_BUILD_ROOT%{_localstatedir}/lib/uim/{installed-modules,loader}.scm
|
|
ln -sf %{_localstatedir}/lib/uim/installed-modules.scm $RPM_BUILD_ROOT%{_datadir}/uim/
|
|
ln -sf %{_localstatedir}/lib/uim/loader.scm $RPM_BUILD_ROOT%{_datadir}/uim/
|
|
|
|
%find_lang %{name}
|
|
%find_lang uim-chardict-qt
|
|
|
|
find $RPM_BUILD_ROOT -name "*.scm" -type f | egrep -v "(anthy|canna|skk|m17n)" > scm.list
|
|
cat scm.list | sed -e s,$RPM_BUILD_ROOT,,g >> %{name}.lang
|
|
|
|
# compress large doc
|
|
bzip2 ChangeLog
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
%{inst_xinput}
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --register tcode trycode tutcode byeoru latin pyload hangul viqr ipa-x-sampa > /dev/null 2>&1 || :
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if [ "$1" = "0" ]; then
|
|
%{uninst_xinput}
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --unregister tcode trycode tutcode byeoru latin pyload hangul viqr ipa-x-sampa > /dev/null 2>&1 || :
|
|
fi
|
|
|
|
%post gtk2
|
|
umask 022
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
|
|
|
%postun gtk2
|
|
umask 022
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
|
|
|
%post gnome
|
|
bonobo-activation-sysconf --add-directory=%{_libdir}/bonobo/servers > /dev/null
|
|
|
|
%postun gnome
|
|
if [ "$1" = "0" ]; then
|
|
bonobo-activation-sysconf --remove-directory=%{_libdir}/bonobo/servers
|
|
fi
|
|
|
|
%post anthy
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --register anthy > /dev/null 2>&1 || :
|
|
|
|
%postun anthy
|
|
if [ "$1" = "0" ]; then
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --unregister anthy > /dev/null 2>&1 || :
|
|
fi
|
|
|
|
%post canna
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --register canna > /dev/null 2>&1 || :
|
|
|
|
%postun canna
|
|
if [ "$1" = "0" ]; then
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --unregister canna > /dev/null 2>&1 || :
|
|
fi
|
|
|
|
%post skk
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --register skk > /dev/null 2>&1 || :
|
|
|
|
%postun skk
|
|
if [ "$1" = "0" ]; then
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --unregister skk > /dev/null 2>&1 || :
|
|
fi
|
|
|
|
%post m17n
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --register m17nlib > /dev/null 2>&1 || :
|
|
|
|
%postun m17n
|
|
if [ "$1" = "0" ]; then
|
|
/usr/bin/uim-module-manager --path %{_localstatedir}/lib/uim --unregister m17nlib > /dev/null 2>&1 || :
|
|
fi
|
|
|
|
%files -f %{name}.lang
|
|
%defattr (-, root, root, -)
|
|
%doc AUTHORS COPYING ChangeLog* NEWS README
|
|
%dir %{_libdir}/uim
|
|
%dir %{_libdir}/uim/plugin
|
|
%{_bindir}/uim-fep*
|
|
%{_bindir}/uim-module-manager
|
|
%{_bindir}/uim-sh
|
|
%{_bindir}/uim-xim
|
|
%{_libdir}/lib*.so.*
|
|
%exclude %{_datadir}/uim/anthy*.scm
|
|
%exclude %{_datadir}/uim/canna*.scm
|
|
%exclude %{_datadir}/uim/skk*.scm
|
|
%exclude %{_datadir}/uim/m17nlib.scm
|
|
## pixmaps are licensed under BSD or LGPLv2
|
|
%exclude %{_datadir}/uim/pixmaps/anthy.png
|
|
%exclude %{_datadir}/uim/pixmaps/canna.png
|
|
%exclude %{_datadir}/uim/pixmaps/m17n*png
|
|
%{_datadir}/uim
|
|
%{_sysconfdir}/X11/xinit/xinput.d
|
|
%{_libdir}/uim/plugin/libuim-custom-enabler.so
|
|
%{_libexecdir}/uim-helper-server
|
|
%{_mandir}/man1/uim-xim.1*
|
|
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/uim/*.scm
|
|
%dir %{_localstatedir}/lib/uim
|
|
|
|
%files devel
|
|
%defattr (-, root, root, -)
|
|
%{_includedir}/uim/
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%files gtk2
|
|
%defattr (-, root, root, -)
|
|
# BSD
|
|
%{_bindir}/uim-toolbar-gtk
|
|
# BSD and LGPLv2+
|
|
%{_bindir}/uim-toolbar-gtk-systray
|
|
# BSD
|
|
%{_bindir}/uim-pref-gtk
|
|
%{_bindir}/uim-im-switcher-gtk
|
|
%{_bindir}/uim-input-pad-ja
|
|
%{_libdir}/gtk-2.0/2.*/immodules
|
|
%{_libexecdir}/uim-candwin-gtk
|
|
|
|
%files gnome
|
|
%defattr (-, root, root, -)
|
|
%{_libexecdir}/uim-toolbar-applet
|
|
%{_libdir}/bonobo/servers/GNOME_UimApplet.server
|
|
|
|
%files qt3
|
|
%defattr (-, root, root, -)
|
|
%{_libdir}/qt-3.*/plugins/inputmethods
|
|
|
|
%files -f uim-chardict-qt.lang qt-common
|
|
%defattr (-, root, root, -)
|
|
# BSD and LGPLv2+
|
|
%{_bindir}/uim-chardict-qt
|
|
# BSD
|
|
%{_bindir}/uim-im-switcher-qt
|
|
# BSD and LGPLv2+
|
|
%{_bindir}/uim-pref-qt
|
|
# BSD
|
|
%{_bindir}/uim-toolbar-qt
|
|
%{_libexecdir}/uim-candwin-qt
|
|
|
|
%files el
|
|
%defattr (-, root, root, -)
|
|
%doc emacs/COPYING emacs/README
|
|
%lang(ja) %doc emacs/README.ja
|
|
%{_datadir}/emacs/site-lisp/uim-el
|
|
%{_datadir}/emacs/site-lisp/site-start.d/uim-init.el
|
|
|
|
%files el-common
|
|
%defattr (-, root, root, -)
|
|
%{_bindir}/uim-el-agent
|
|
%{_bindir}/uim-el-helper-agent
|
|
|
|
%files anthy
|
|
%defattr (-, root, root, -)
|
|
%{_libdir}/uim/plugin/libuim-anthy.so
|
|
%{_datadir}/uim/anthy*.scm
|
|
# BSD or LGPLv2
|
|
%{_datadir}/uim/pixmaps/anthy.png
|
|
%dir %{_datadir}/uim
|
|
|
|
%files canna
|
|
%defattr (-, root, root, -)
|
|
%{_libdir}/uim/plugin/libuim-canna.so
|
|
%{_datadir}/uim/canna*.scm
|
|
# BSD or LGPLv2
|
|
%{_datadir}/uim/pixmaps/canna.png
|
|
%dir %{_datadir}/uim
|
|
|
|
%files skk
|
|
%defattr (-, root, root, -)
|
|
%{_libdir}/uim/plugin/libuim-skk.so
|
|
%{_datadir}/uim/skk*.scm
|
|
%dir %{_datadir}/uim
|
|
|
|
%files m17n
|
|
%defattr (-, root, root, -)
|
|
%{_libdir}/uim/plugin/libuim-m17nlib.so
|
|
%{_datadir}/uim/m17nlib.scm
|
|
# BSD or LGPLv2
|
|
%{_datadir}/uim//pixmaps/m17n*png
|
|
%dir %{_datadir}/uim
|
|
|
|
%changelog
|
|
* Wed Apr 2 2008 Akira TAGOH <tagoh@redhat.com> - 1.4.2-2
|
|
- Move Qt3 immodule plugin to uim-qt3.
|
|
- Move the helper applications for Qt to uim-qt-common.
|
|
- Rebuild against qt3-devel. (#440870)
|
|
|
|
* Wed Mar 5 2008 Akira TAGOH <tagoh@redhat.com> - 1.4.2-1
|
|
- New upstream release.
|
|
- Remove patches because of no longer needed.
|
|
- uim-1.4.1-m17n-not-list-nil-im.patch
|
|
- uim-1.4.1-gcc43.patch
|
|
- Remove libgcroots.so.* (#436751)
|
|
|
|
* Thu Jan 31 2008 Akira TAGOH <tagoh@redhat.com> - 1.4.1-11
|
|
- Use full path to bring up XIM server.
|
|
- uim-1.4.1-gcc43.patch: Fix a build fail with gcc-4.3.
|
|
|
|
* Wed Oct 31 2007 Akira TAGOH <tagoh@redhat.com>
|
|
- Update the upstream URL.
|
|
|
|
* Fri Sep 28 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-9
|
|
- Add Requires: uim-gtk2 in uim-gnome.
|
|
|
|
* Thu Sep 20 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-8
|
|
- Add Requires: im-chooser and drop xorg-x11-xinit dependency. (#297231)
|
|
- Correct License tag. (Todd Zullinger)
|
|
|
|
* Mon Sep 10 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-7
|
|
- Update the xinput script to support the new im-chooser.
|
|
- bring up uim-toolbar-gtk-systray as the auxiliary program
|
|
- support the config button.
|
|
|
|
* Mon Aug 20 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-6
|
|
- uim-1.4.1-m17n-not-list-nil-im.patch: Fix appearing m17n-nil IME and crashing
|
|
when it's selected. (#235331)
|
|
|
|
* Fri Aug 10 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-5
|
|
- Update License tag.
|
|
- Update BuildReq.
|
|
|
|
* Tue May 29 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-4
|
|
- Remove uim.desktop file. (#240706)
|
|
|
|
* Tue Apr 3 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-3
|
|
- Register/Unregister the modules at %%post/%%postun. (#234804)
|
|
- Add X-GNOME-PersonalSettings to the desktop file categories.
|
|
|
|
* Mon Mar 26 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-2
|
|
- Own %%{_libdir}/uim/plugin. (#233817)
|
|
|
|
* Mon Mar 19 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-1
|
|
- New upstream release.
|
|
- add m17n-db-* and gettext to BR.
|
|
|
|
* Tue Jan 30 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.0-1
|
|
- New upstream release.
|
|
|
|
* Mon Dec 18 2006 Akira TAGOH <tagoh@redhat.com> - 1.3.0-1
|
|
- New upstream release.
|
|
|
|
* Fri Sep 15 2006 Akira TAGOH <tagoh@redhat.com> - 1.2.1-2
|
|
- rebuilt
|
|
|
|
* Fri Sep 1 2006 Akira TAGOH <tagoh@redhat.com> - 1.2.1-1
|
|
- New upstream release.
|
|
|
|
* Fri Aug 4 2006 Akira TAGOH <tagoh@redhat.com> - 1.2.0-1
|
|
- New upstream release.
|
|
|
|
* Mon Jul 24 2006 Akira TAGOH <tagoh@redhat.com> - 1.1.1-2
|
|
- install a xinput file with .conf suffix.
|
|
|
|
* Fri Jul 7 2006 Akira TAGOH <tagoh@redhat.com> - 1.1.1-1
|
|
- New upstream release.
|
|
|
|
* Wed Jul 5 2006 Akira TAGOH <tagoh@redhat.com> - 1.1.0-2
|
|
- use %%{_host} not %%{_target_platform} for update-gtk-immodules.
|
|
- add PreReq: gtk2 >= 2.9.1-2 and ignore update-gtk-immodules errors.
|
|
- follow the new xinput.sh and added Requires: xorg-x11-xinit >= 1.0.2-5.fc6.
|
|
- removed the unnecessary %%post and %%postun.
|
|
|
|
* Mon Jun 19 2006 Akira TAGOH <tagoh@redhat.com> - 1.1.0-1
|
|
- New upstream release.
|
|
|
|
* Thu Mar 2 2006 Akira TAGOH <tagoh@redhat.com> - 1.0.1-2
|
|
- rebuilt.
|
|
|
|
* Tue Dec 27 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.1-1
|
|
- New upstream release.
|
|
|
|
* Fri Dec 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.0-0.2.beta
|
|
- updates to 1.0.0-beta.
|
|
|
|
* Thu Dec 15 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.0-0.1.alpha
|
|
- New upstream release.
|
|
- added uim-m17n package. (#175600)
|
|
- added uim-el package.
|
|
- uim-0.4.6-dont-require-devel-pkgs.patch: removed.
|
|
|
|
* Fri Sep 30 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.9.1-1
|
|
- New upstream release.
|
|
|
|
* Wed Aug 17 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.8-1
|
|
- New upstream release.
|
|
|
|
* Thu Aug 4 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.7.1-2
|
|
- removed Requires: Canna-devel from uim-canna. this is no longer needed
|
|
since 0.4.6-4. (Warren Togami, #165088)
|
|
|
|
* Wed Aug 3 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.7.1-1
|
|
- New upstream release.
|
|
|
|
* Tue Jul 12 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.7-1
|
|
- New upstream release.
|
|
- removed the patches. fixed in upstream.
|
|
- uim-0.4.6-multilib.patch
|
|
- uim-0.4.6-fix-typo-in-configure.patch
|
|
|
|
* Wed Jun 29 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.6-5
|
|
- built with --without-scim explicitly. it doesn't work actually.
|
|
|
|
* Mon Jun 13 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.6-4
|
|
- uim-0.4.6-fix-typo-in-configure.patch: applied to get uim-pref-gtk building.
|
|
- uim-0.4.6-dont-require-devel-pkgs.patch: applied to be able to dlopen
|
|
the shared libraries without -devel packages.
|
|
|
|
* Mon May 16 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.6-3
|
|
- uim-0.4.6-multilib.patch: applied to fix a build issue for
|
|
libquiminputcontextplugin.so. (John Thacker, #156880)
|
|
|
|
* Fri May 6 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.6-2
|
|
- added BuildRequires: ncurses-devel. (#156880)
|
|
|
|
* Mon Apr 18 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.6-1
|
|
- New upstream release. (#155173)
|
|
- fixed missing return statement issue. (#150304)
|
|
- Updated upstream URL.
|
|
- ensure to build with Canna and anthy.
|
|
- enabled Qt immodule.
|
|
- added QT_IM_MODULE=uim to xinput.d-uim
|
|
|
|
* Fri Apr 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.4.5.1-2
|
|
- Include headers directory in -devel package.
|
|
|
|
* Fri Mar 4 2005 Ville Skyttä <ville.skytta at iki.fi>
|
|
- Split context marked dependency syntax to work around #118773.
|
|
- Add ldconfig scriptlet dependencies.
|
|
|
|
* Thu Feb 24 2005 Akira TAGOH <tagoh@redhat.com> - 0.4.5.1-1
|
|
- New upstream release.
|
|
- security fix.
|
|
- support xinput script.
|
|
|
|
* Sun Feb 20 2005 Thorsten Leemhuis <fedora[AT]leemhuis[dot]info> 0.4.5-2
|
|
- Added autoreconf-patch; fixes build on x86_64
|
|
|
|
* Wed Jan 12 2005 Akira TAGOH <tagoh@redhat.com> 0.4.5-1
|
|
- New upstream release.
|
|
|
|
* Wed Sep 08 2004 Akira TAGOH <tagoh@redhat.com> 0.4.3-1
|
|
- New upstream release.
|
|
- moved out gtk2 related files to uim-gtk2 package.
|
|
|
|
* Mon Jul 12 2004 Jens Petersen <petersen@redhat.com> - 0.4.0-1
|
|
- no longer need to remove screen files
|
|
- include console fep programs
|
|
|
|
* Fri Jul 2 2004 Jens Petersen <petersen@redhat.com> - 0.3.9-3
|
|
- support both update-gtk-immodules of newer gtk2 and older
|
|
gtk-query-immodules-2.0 with new %%gtk_im_update added
|
|
|
|
* Wed Jun 30 2004 Jens Petersen <petersen@redhat.com> - 0.3.9-2
|
|
- add uim-applet-category-cjk.patch to put applet in right submenu
|
|
- improve the summaries and descriptions
|
|
- make the Requires(postun) be Requires(post,postun)
|
|
- file ownership and other minor cleanup
|
|
|
|
* Wed Jun 23 2004 Akira TAGOH <tagoh@redhat.com> 0.3.9-1
|
|
- New upstream release.
|
|
|
|
* Fri Jun 04 2004 Akira TAGOH <tagoh@redhat.com> 0.3.8-4
|
|
- wrote the descriptions.
|
|
- uim-skk: fixed the dependency.
|
|
|
|
* Fri Jun 04 2004 Nils Philippsen <nphilipp@redhat.com> 0.3.8-3
|
|
- more spec cleanups
|
|
|
|
* Fri Jun 04 2004 Warren Togami <wtogami@redhat.com> 0.3.8-2
|
|
- many spec cleanups
|
|
|
|
* Thu Jun 03 2004 Akira TAGOH <tagoh@redhat.com> 0.3.8-1
|
|
- Initial package.
|