*** empty log message ***
This commit is contained in:
parent
74c45aa090
commit
6cad61208c
10
fcitx.spec
10
fcitx.spec
@ -5,7 +5,7 @@
|
|||||||
Name: fcitx
|
Name: fcitx
|
||||||
Summary: Free Chinese Input Toy for X (XIM)
|
Summary: Free Chinese Input Toy for X (XIM)
|
||||||
Version: 3.6.3
|
Version: 3.6.3
|
||||||
Release: 4.%{?svndate}svn_utf8%{?dist}
|
Release: 5.%{?svndate}svn_utf8%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://code.google.com/p/%{name}/
|
URL: http://code.google.com/p/%{name}/
|
||||||
@ -25,8 +25,7 @@ BuildRequires: autoconf automake
|
|||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: libXft-devel
|
BuildRequires: libXft-devel
|
||||||
BuildRequires: libXpm-devel
|
BuildRequires: libXpm-devel
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
Requires: im-chooser
|
Requires: im-chooser
|
||||||
Requires(post): %{_sbindir}/alternatives
|
Requires(post): %{_sbindir}/alternatives
|
||||||
@ -44,7 +43,7 @@ This package is the UTF-8 branch of fcitx.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# fix DSOLinking
|
# fix DSOLinking
|
||||||
sed -i -e 's/fcitx_LDFLAGS =/fcitx_LDFLAGS = -ldl -lXext/g' src/core/Makefile.am
|
sed -i -e 's/fcitx_LDFLAGS =/fcitx_LDFLAGS = -ldl/g' src/core/Makefile.am
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure --enable-dbus
|
%configure --enable-dbus
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -91,6 +90,9 @@ fi
|
|||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 14 2010 Chen Lei <supercyper@163.com> - 3.6.3-5.20100514svn_utf8
|
||||||
|
- Remove BR:libXext-devel
|
||||||
|
|
||||||
* Fri May 14 2010 Chen Lei <supercyper@163.com> - 3.6.3-4.20100514svn_utf8
|
* Fri May 14 2010 Chen Lei <supercyper@163.com> - 3.6.3-4.20100514svn_utf8
|
||||||
- svn 365
|
- svn 365
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user