Fixed Bug 855250; Fixed Google issue 1405
This commit is contained in:
parent
bdc14d25d3
commit
b5b1379504
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/ibus-table-chinese-1.3.0.20110114-Source.tar.gz
|
/ibus-table-chinese-1.3.0.20110114-Source.tar.gz
|
||||||
/ibus-table-chinese-1.3.4-Source.tar.gz
|
/ibus-table-chinese-1.3.4-Source.tar.gz
|
||||||
/ibus-table-chinese-1.3.5-Source.tar.gz
|
/ibus-table-chinese-1.3.5-Source.tar.gz
|
||||||
|
/ibus-table-chinese-1.4.0-Source.tar.gz
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
%define ibus_tables_dir %{_datadir}/ibus-table/tables
|
%global message_level 6
|
||||||
%define ibus_icons_dir %{_datadir}/ibus-table/icons
|
%global ibus_tables_dir %{_datadir}/ibus-table/tables
|
||||||
%define createdb ibus-table-createdb
|
%global ibus_icons_dir %{_datadir}/ibus-table/icons
|
||||||
|
%global createdb ibus-table-createdb
|
||||||
Name: ibus-table-chinese
|
Name: ibus-table-chinese
|
||||||
Version: 1.3.5
|
Version: 1.4.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Chinese input tables for IBus
|
Summary: Chinese input tables for IBus
|
||||||
Summary(zh_CN): 中文码表输入法
|
Summary(zh_CN): 中文码表输入法
|
||||||
Summary(zh_TW): 中文碼表輸入法
|
Summary(zh_TW): 中文碼表輸入法
|
||||||
@ -15,7 +16,6 @@ Source0: http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: cmake >= 2.6
|
BuildRequires: cmake >= 2.6
|
||||||
BuildRequires: cmake-fedora >= 0.8.1
|
|
||||||
BuildRequires: ibus-table-devel >= 1.2
|
BuildRequires: ibus-table-devel >= 1.2
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -202,8 +202,6 @@ This package includes the Smart Cangjie 6.
|
|||||||
」等功能,而且還能肩負起促進「資訊科技教育、母語教育
|
」等功能,而且還能肩負起促進「資訊科技教育、母語教育
|
||||||
和特殊教育」等多重任務。
|
和特殊教育」等多重任務。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%package stroke5
|
%package stroke5
|
||||||
Summary: Stroke 5 input method
|
Summary: Stroke 5 input method
|
||||||
Summary(zh_CN): 笔顺五码输入法
|
Summary(zh_CN): 笔顺五码输入法
|
||||||
@ -310,15 +308,15 @@ YongMa input method.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# $RPM_OPT_FLAGS should be loaded from cmake macro.
|
# $RPM_OPT_FLAGS should be loaded from cmake macro.
|
||||||
%cmake .
|
%cmake -DMANAGE_MESSAGE_LEVEL=%{message_level} -DCMAKE_FEDORA_ENABLE_FEDORA_BUILD=1 .
|
||||||
%__make VERBOSE=1 %{?_smp_mflags}
|
%__make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__rm -rf $RPM_BUILD_ROOT
|
%__rm -rf $RPM_BUILD_ROOT
|
||||||
%__make install DESTDIR=$RPM_BUILD_ROOT
|
%__make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
# We install document using %doc
|
# We install document using %doc
|
||||||
(cd $RPM_BUILD_ROOT//usr/share/doc/ibus-table-chinese-1.3.5
|
(cd $RPM_BUILD_ROOT//usr/share/doc/ibus-table-chinese-1.4.0
|
||||||
%__rm -rf RELEASE-NOTES.txt AUTHORS README ChangeLog COPYING README
|
%__rm -rf AUTHORS README ChangeLog COPYING README
|
||||||
)
|
)
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -371,7 +369,7 @@ YongMa input method.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc RELEASE-NOTES.txt AUTHORS README ChangeLog COPYING README
|
%doc AUTHORS README ChangeLog COPYING README
|
||||||
|
|
||||||
%files array
|
%files array
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -453,6 +451,13 @@ YongMa input method.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 07 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.0-1
|
||||||
|
- Table build scripts has been refactored.
|
||||||
|
- cmake-fedora is added as submodule.
|
||||||
|
- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
|
||||||
|
merging maxiaojun's repository
|
||||||
|
- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-3
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user