*** empty log message ***
This commit is contained in:
parent
44800cf2ba
commit
37215e972f
10
fcitx.spec
10
fcitx.spec
@ -5,7 +5,7 @@
|
||||
Name: fcitx
|
||||
Summary: Free Chinese Input Toy for X (XIM)
|
||||
Version: 3.6.3
|
||||
Release: 4.%{?svndate}svn_utf8%{?dist}
|
||||
Release: 5.%{?svndate}svn_utf8%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://code.google.com/p/%{name}/
|
||||
@ -25,8 +25,7 @@ BuildRequires: autoconf automake
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: dbus-devel
|
||||
Requires: im-chooser
|
||||
Requires(post): %{_sbindir}/alternatives
|
||||
@ -44,7 +43,7 @@ This package is the UTF-8 branch of fcitx.
|
||||
|
||||
%build
|
||||
# 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
|
||||
%configure --enable-dbus
|
||||
make %{?_smp_mflags}
|
||||
@ -91,6 +90,9 @@ fi
|
||||
%{_datadir}/pixmaps/*
|
||||
|
||||
%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
|
||||
- svn 365
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user