Upgrade to FCITX 4.0.1

This commit is contained in:
Fedora 2010-12-17 20:50:55 +08:00
parent 57fd047c09
commit 2a8013bb9d
4 changed files with 1 additions and 89 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/fcitx-4.0.1_all.tar.gz

View File

@ -1,68 +1,7 @@
<<<<<<< HEAD
%define svndate 20100602
%define svnver 366
=======
>>>>>>> master
%define _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/fcitx.conf
Name: fcitx
Summary: Free Chinese Input Toy for X (XIM)
<<<<<<< HEAD
Version: 3.6.3
Release: 6.%{?svndate}svn_utf8%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://code.google.com/p/%{name}/
#
# The upstream svn trunk and the released tar ball are in GBK coding. We use the
# UTF-8 branch. And upstream has planned to move to UTF-8 coding in some future
# release.
#
#Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
# svn export -r %{svnver} http://fcitx.googlecode.com/svn/branches/fcitx-utf8 fcitx-%{svndate}
# tar -cjvf fcitx-%{svndate}.tar.bz2 fcitx-%{svndate}
Source0: %{name}-%{svndate}.tar.bz2
Source1: xinput-%{name}
BuildRequires: autoconf automake
BuildRequires: gettext-devel
BuildRequires: libXtst-devel
BuildRequires: libXft-devel
BuildRequires: libXpm-devel
BuildRequires: dbus-devel
Requires: im-chooser
Requires(post): %{_sbindir}/alternatives
Requires(postun): %{_sbindir}/alternatives
%description
Fcitx(Free Chinese Input Toy of X) is a collection of Simplified Chinese
input methods for Linux. It supports Pinyin, QuWei and Table-based input
methods. It's small and fast.
This package is the UTF-8 branch of fcitx.
%prep
%setup -q -n %{name}-%{svndate}
%build
# fix DSOLinking
sed -i -e 's/fcitx_LDFLAGS =/fcitx_LDFLAGS = -ldl/g' src/core/Makefile.am
./autogen.sh
%configure --enable-dbus
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install INSTALL="install -p" DESTDIR=%{buildroot}
#fix doc path
mkdir __doc
mv %{buildroot}%{_datadir}/%{name}/doc/* __doc
rm -rf %{buildroot}%{_datadir}/%{name}/doc
rm -f __doc/{API.txt,Develop_Readme*,fcitx_trunk.doxyfile}
=======
Version: 4.0.1
Release: 1%{?dist}
License: GPLv2+
@ -120,16 +59,11 @@ chrpath --delete %{buildroot}%{_bindir}/{*PYMB,mb2org,fcitx,readPYBase}
#mv %{buildroot}%{_datadir}/%{name}/doc/* __doc
#rm -rf %{buildroot}%{_datadir}/%{name}/doc
#rm -f __doc/{API.txt,Develop_Readme*,fcitx_trunk.doxyfile}
>>>>>>> master
# install xinput config file
install -pm 644 -D %{SOURCE1} %{buildroot}%{_xinputconf}
<<<<<<< HEAD
chmod 0755 %{buildroot}%{_datadir}/%{name}/tools/winmb2fcitx.py
=======
%find_lang %{name}
>>>>>>> master
%clean
rm -rf %{buildroot}
@ -144,15 +78,6 @@ if [ "$1" = "0" ]; then
[ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
fi
<<<<<<< HEAD
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING THANKS TODO
%doc __doc/*
# winmb2fcitx.py is a utility script, byte-compilation is useless.
%exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyc
%exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyo
=======
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
@ -161,17 +86,10 @@ fi
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog THANKS TODO
#%doc __doc/*
>>>>>>> master
%config %{_xinputconf}
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
<<<<<<< HEAD
%changelog
* Tue Jul 20 2010 Chen Lei <supercyper@163.com> - 3.6.3-6.20100602svn_utf8
- svn 366
=======
%{_datadir}/applications/%{name}-configtool.desktop
%{_datadir}/applications/%{name}.desktop
%{_docdir}/%{name}/
@ -204,7 +122,6 @@ fi
* Fri Nov 19 2010 Chen Lei <supercyper@163.com> - 4.0.0-1
- Update to 4.0.0
>>>>>>> master
* Mon Jun 14 2010 Chen Lei <supercyper@163.com> - 3.6.3-5.20100514svn_utf8
- Remove BR:libXext-devel

View File

@ -1,3 +1 @@
ce1156b19c719b04bd077f53fc4bd980 fcitx-4.0.0_all.tar.gz
844f6a382ca970d6c3343e12148be641 fcitx-4.0.1_all.tar.gz

View File

@ -2,11 +2,7 @@ XIM=fcitx
XIM_PROGRAM=/usr/bin/fcitx
ICON="/usr/share/pixmaps/fcitx.png"
XIM_ARGS="-D"
<<<<<<< HEAD
SHORT_DESC="Fcitx"
=======
PREFERENCE_PROGRAM=/usr/bin/fcitx-config
SHORT_DESC="FCITX"
>>>>>>> master
GTK_IM_MODULE=xim
QT_IM_MODULE=xim