Accepting request 63926 from M17N
Accepted submit request 63926 from user tiwai OBS-URL: https://build.opensuse.org/request/show/63926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uim?expand=0&rev=22
This commit is contained in:
commit
dc69c98f70
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 9 12:29:07 CET 2011 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix post scripts to use new gtk2_immodule_* macros (bnc#678080)
|
||||||
|
- Fix builds with older distros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 14 15:43:54 UTC 2011 - coolo@novell.com
|
Fri Jan 14 15:43:54 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
13
uim.spec
13
uim.spec
@ -31,7 +31,11 @@ BuildRequires: libqt4-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
%if %suse_version > 1130
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
|
%else
|
||||||
|
BuildRequires: gtk2-devel
|
||||||
|
%endif
|
||||||
BuildRequires: qt3-devel
|
BuildRequires: qt3-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xemacs
|
BuildRequires: xemacs
|
||||||
@ -85,6 +89,7 @@ Requires: %{name} = %{version}
|
|||||||
Obsoletes: uim-applet
|
Obsoletes: uim-applet
|
||||||
Provides: uim-applet
|
Provides: uim-applet
|
||||||
Provides: locale(gnome-libs:ja)
|
Provides: locale(gnome-libs:ja)
|
||||||
|
%gtk2_immodule_requires
|
||||||
|
|
||||||
%description gtk2
|
%description gtk2
|
||||||
Control applet using gnome2
|
Control applet using gnome2
|
||||||
@ -205,14 +210,10 @@ uim-module-manager --register pyload anthy anthy-utf8 canna skk tcode tutcode ha
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%post gtk2
|
%post gtk2
|
||||||
# trigger run of SuSEconfig.gtk2 to register/unregister this input module
|
%gtk2_immodule_post
|
||||||
# by calling gtk-query-immodules-2.0:
|
|
||||||
touch var/adm/SuSEconfig/run-gtk
|
|
||||||
|
|
||||||
%postun gtk2
|
%postun gtk2
|
||||||
# trigger run of SuSEconfig.gtk2 to register/unregister this input module
|
%gtk2_immodule_postun
|
||||||
# by calling gtk-query-immodules-2.0:
|
|
||||||
touch var/adm/SuSEconfig/run-gtk
|
|
||||||
|
|
||||||
%files -n uim -f uim.lang
|
%files -n uim -f uim.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user