Accepting request 87514 from home:Ansus:branches:M17N
- enable kde3 applet - rename uim-qt to uim-qt3 - remove obsolete version check OBS-URL: https://build.opensuse.org/request/show/87514 OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=27
This commit is contained in:
parent
6758fcdfc5
commit
e9e5dacc43
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 12:28:44 UTC 2011 - anixx@opensuse.org
|
||||
|
||||
- enable kde3 applet
|
||||
- rename uim-qt to uim-qt3
|
||||
- remove obsolete version check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 10:49:11 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
32
uim.spec
32
uim.spec
@ -43,11 +43,10 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
||||
%endif
|
||||
BuildRequires: gnome-panel-devel
|
||||
BuildRequires: qt3-devel
|
||||
BuildRequires: kdebase3-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xemacs
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
Version: 1.7.1
|
||||
Release: 20
|
||||
# xorg-x11-libXdmcp-devel libgnomeprintui-devel
|
||||
@ -118,14 +117,16 @@ Provides: locale(gnome-libs:ja)
|
||||
%description applet-gnome
|
||||
GNOME applet for uim
|
||||
|
||||
%package qt
|
||||
%package qt3
|
||||
License: GPLv2+
|
||||
Summary: Qt3 input module plugin for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
Provides: locale(qt3:ja)
|
||||
Provides: uim-qt = %{version}
|
||||
Obsoletes: uim-qt
|
||||
|
||||
%description qt
|
||||
%description qt3
|
||||
Qt3 input module plugin for uim
|
||||
|
||||
%package qt4
|
||||
@ -139,6 +140,17 @@ Provides: locale(libqt4:ja)
|
||||
%description qt4
|
||||
Qt4 input module plugin for uim
|
||||
|
||||
%package kde3
|
||||
Summary: KDE3 Applet for Uim
|
||||
Group: User Interface/Desktops
|
||||
Requires: uim = %{version}-%{release}
|
||||
Requires: uim-qt3
|
||||
|
||||
%description kde3
|
||||
Uim is a multilingual input method library. Uim aims to
|
||||
provide secure and useful input methods for all
|
||||
languages.
|
||||
|
||||
%prep
|
||||
%setup0 -q
|
||||
%patch10 -p1
|
||||
@ -158,7 +170,9 @@ cp po/Makefile.in.in qt4/chardict/po
|
||||
--with-qt\
|
||||
--with-qt-immodule \
|
||||
--with-qt4 \
|
||||
--with-qt4-immodule
|
||||
--with-qt4-immodule \
|
||||
--enable-kde-applet
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -314,7 +328,7 @@ uim-module-manager --register \
|
||||
%{_libdir}/bonobo/servers/*
|
||||
%endif
|
||||
|
||||
%files qt -f uim-chardict-qt.lang
|
||||
%files qt3 -f uim-chardict-qt.lang
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/uim-*-qt
|
||||
%{_prefix}/lib/uim/uim-*-qt
|
||||
@ -326,4 +340,10 @@ uim-module-manager --register \
|
||||
%{_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
|
||||
|
Loading…
x
Reference in New Issue
Block a user