Compare commits
19 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
31686c2594 | ||
|
3314702200 | ||
|
0e325c007c | ||
|
80378aaf28 | ||
|
6f1a198de7 | ||
|
ba2ce111a5 | ||
|
a7e47d950d | ||
|
c404ec65e2 | ||
|
837d3493c9 | ||
|
eec8d37a21 | ||
|
01444a4a28 | ||
|
44ad006468 | ||
|
0bc7823e8d | ||
|
c079690fbe | ||
|
fdb0b2e05e | ||
|
7c3a036960 | ||
|
4f2e64a05f | ||
|
99a7c18838 | ||
|
c64b7b9c8c |
15
fcitx.spec
15
fcitx.spec
@ -5,7 +5,7 @@
|
||||
Name: fcitx
|
||||
Summary: Free Chinese Input Toy for X (XIM)
|
||||
Version: 4.2.5
|
||||
Release: 1%{?dist}
|
||||
Release: 1.1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
URL: http://code.google.com/p/%{name}/
|
||||
@ -135,7 +135,7 @@ This package contains table engine for fcitx.
|
||||
%build
|
||||
mkdir -p build
|
||||
pushd build
|
||||
%cmake .. -DENABLE_GTK3_IM_MODULE=On -DENABLE_QT_IM_MODULE=On -DENABLE_OPENCC=On-DENABLE_LUA=On -DENABLE_GIR=On
|
||||
%cmake .. -DENABLE_GTK3_IM_MODULE=On -DENABLE_QT_IM_MODULE=On -DENABLE_OPENCC=On-DENABLE_LUA=On -DENABLE_GIR=Off
|
||||
make VERBOSE=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -228,8 +228,6 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%{_libdir}/%{name}/%{name}-[!pqt]*.so
|
||||
%{_libdir}/%{name}/%{name}-punc.so
|
||||
%{_libdir}/%{name}/%{name}-quickphrase.so
|
||||
%{_libdir}/girepository-1.0/Fcitx-1.0.typelib
|
||||
%{_datadir}/gir-1.0/Fcitx-1.0.gir
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root,-)
|
||||
@ -308,17 +306,26 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.5-1.1
|
||||
- Disable GIR Binding on Fedora 16
|
||||
|
||||
* Sun Jul 22 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.5-1
|
||||
- Upstream to fcitx-4.2.5
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jun 07 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.4-2.1
|
||||
- Disable GIR Binding on Fedora 16
|
||||
|
||||
* Thu Jun 07 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.4-2
|
||||
- Drop fcitx-keyboard
|
||||
- Divide Table Engine into fcitx-table
|
||||
- Move GIR Binding into fcitx-libs
|
||||
|
||||
* Wed Jun 06 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.4-1.1
|
||||
- Disable GIR Binding on Fedora 16
|
||||
|
||||
* Tue Jun 05 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.4-1
|
||||
- Upgrade to fcitx-4.2.4
|
||||
- Fix the ownership conflict on fcitx and fcitx-data
|
||||
|
Loading…
Reference in New Issue
Block a user