SHA256
1
0
forked from pool/uim
OBS User unknown
2009-02-23 23:20:29 +00:00
committed by Git OBS Bridge
parent acf7622833
commit e1b410b125
3 changed files with 41 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package uim (Version 1.2.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
Name: uim
BuildRequires: anthy-devel canna-devel emacs-x11 gcc-c++ gnome-panel-devel gtk2-devel intltool ncurses-devel perl-XML-Parser pkg-config qt3-devel update-desktop-files xemacs
BuildRequires: anthy-devel canna-devel emacs-x11 gcc-c++ gnome-panel-devel gtk2-devel intltool libgnomeui-devel ncurses-devel perl-XML-Parser pkg-config qt3-devel update-desktop-files xemacs
%if %suse_version > 1020
BuildRequires: fdupes
%endif
@@ -30,7 +30,7 @@ AutoReqProv: on
PreReq: %{_bindir}/touch
Provides: locale(xorg-x11:ja)
Version: 1.2.1
Release: 276
Release: 277
Url: http://uim.freedesktop.org/wiki/
# svn co http://freedesktop.org:8080/svn/uim/trunk
# Source0: http://freedesktop.org/Software/UimDownload/uim-0.4.2.1.tar.bz2
@@ -49,6 +49,7 @@ Patch5: uim-slib.patch
Patch6: uim-aliasing.patch
Patch7: uim-el.patch
Patch8: missing-header.patch
Patch9: uim-fix-gnome-compilation.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: a multilingual input method library
@@ -135,6 +136,7 @@ Authors:
#%patch6
%patch7
%patch8 -p1
%patch9 -p1
cp emacs/README README.emacs
iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs
@@ -292,6 +294,11 @@ touch var/adm/SuSEconfig/run-gtk
%{_datadir}/uim/helperdata/bushu.t
%changelog
* Mon Feb 23 2009 vuntz@novell.com
- Add uim-fix-gnome-compilation.patch to fix build. The patch
should probably be sent upstream if the latest version still has
the issue (upstream is at 1.5.5 now).
- Add libgnomeui-devel BuildRequires for the patch.
* Tue Nov 25 2008 sbrabec@suse.cz
- Supplement gtk2-32bit/gtk2-64bit and qt3-32bit/qt3-64bit in
baselibs.conf (bnc#354164).