- remove qt3 support, long dead
OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=42
This commit is contained in:
committed by
Git OBS Bridge
parent
df33e1b23e
commit
728ef7e012
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 15:36:23 UTC 2013 - coolo@suse.com
|
||||
|
||||
- remove qt3 support, long dead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 15:27:55 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
36
uim.spec
36
uim.spec
@@ -42,7 +42,6 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-panel-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kdebase3-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libqt4-devel
|
||||
@@ -50,7 +49,6 @@ BuildRequires: m17n-lib-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: qt3-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xemacs
|
||||
%if %build_gtk3
|
||||
@@ -113,15 +111,6 @@ Provides: locale(gnome-libs:ja)
|
||||
%description applet-gnome
|
||||
GNOME applet for uim
|
||||
|
||||
%package qt3
|
||||
Summary: Qt3 input module plugin for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
Provides: locale(qt3:ja)
|
||||
|
||||
%description qt3
|
||||
Qt3 input module plugin for uim
|
||||
|
||||
%package qt4
|
||||
Summary: Qt4 input module plugin for uim
|
||||
Group: System/I18n/Japanese
|
||||
@@ -131,17 +120,6 @@ Provides: locale(libqt4:ja)
|
||||
%description qt4
|
||||
Qt4 input module plugin for uim
|
||||
|
||||
%package kde3
|
||||
Summary: KDE3 Applet for Uim
|
||||
Group: System/GUI/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-qt3 = %{version}
|
||||
|
||||
%description kde3
|
||||
Uim is a multilingual input method library. Uim aims to
|
||||
provide secure and useful input methods for all
|
||||
languages.
|
||||
|
||||
%prep
|
||||
%setup0 -q
|
||||
%patch2 -p1
|
||||
@@ -155,8 +133,6 @@ iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs
|
||||
--libexecdir=%{_prefix}/lib/uim \
|
||||
--with-canna\
|
||||
--with-anthy-utf8 \
|
||||
--with-qt\
|
||||
--with-qt-immodule \
|
||||
--with-qt4 \
|
||||
--with-qt4-immodule \
|
||||
--enable-kde-applet
|
||||
@@ -313,22 +289,10 @@ uim-module-manager --register \
|
||||
%{_libdir}/bonobo/servers/*
|
||||
%endif
|
||||
|
||||
%files qt3 -f uim-chardict-qt.lang
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/uim-*-qt
|
||||
%{_prefix}/lib/uim/uim-*-qt
|
||||
%{_prefix}/lib/qt3/plugins/inputmethods/*.so
|
||||
|
||||
%files qt4 -f uim-chardict-qt.lang
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/uim-*-qt4
|
||||
%{_prefix}/lib/uim/uim-*-qt4
|
||||
%{_libdir}/qt4/plugins/inputmethods/*.so
|
||||
|
||||
%files kde3
|
||||
%defattr (-, root, root, -)
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
/opt/kde3/%{_lib}/kde3/uim_panelapplet.so
|
||||
/opt/kde3/share/apps/kicker/applets/uimapplet.desktop
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user