Merge branch 'master' into f16
This commit is contained in:
commit
0bc7823e8d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/fcitx-4.0.1_all.tar.gz
|
||||
/fcitx-4.1.0_all.tar.bz2
|
||||
/fcitx-4.1.1_all.tar.bz2
|
||||
/fcitx-4.1.2_all.tar.bz2
|
||||
|
13
fcitx.spec
13
fcitx.spec
@ -4,8 +4,8 @@
|
||||
|
||||
Name: fcitx
|
||||
Summary: Free Chinese Input Toy for X (XIM)
|
||||
Version: 4.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 4.1.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
URL: http://code.google.com/p/%{name}/
|
||||
@ -23,6 +23,7 @@ Requires(post): %{_sbindir}/alternatives
|
||||
Requires(postun): %{_sbindir}/alternatives
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-gtk3 = %{version}-%{release}
|
||||
Requires: %{name}-gtk22 = %{version}-%{release}
|
||||
|
||||
%description
|
||||
FCITX(Free Chinese Input Toy of X) is a collection of Simplified Chinese
|
||||
@ -168,7 +169,8 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%doc AUTHORS ChangeLog THANKS TODO COPYING
|
||||
#%doc __doc/*
|
||||
%config %{_xinputconf}
|
||||
%{_bindir}/*
|
||||
%{_bindir}/fcitx-*
|
||||
%{_bindir}/fcitx
|
||||
%{_datadir}/applications/%{name}-kimpanel.desktop
|
||||
%{_datadir}/applications/%{name}-configtool.desktop
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
@ -186,6 +188,7 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc
|
||||
%{_bindir}/fcitx4-config
|
||||
%{_libdir}/libfcitx*.so.*
|
||||
%{_libdir}/%{name}/*.so
|
||||
|
||||
@ -248,6 +251,10 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 25 2011 Liang Suilong <liangsuilong@gmail.com> - 4.1.2-1
|
||||
- Update to 4.1.2
|
||||
- move fcitx4-config to devel
|
||||
|
||||
* Fri Sep 09 2011 Liang Suilong <liangsuilong@gmail.com> - 4.1.1-2
|
||||
- Update xinput-fcitx
|
||||
- Add fcitx-gtk3 as fcitx requires
|
||||
|
Loading…
Reference in New Issue
Block a user