diff --git a/brise-0.13.tar.gz b/brise-0.13.tar.gz new file mode 100644 index 0000000..785d731 --- /dev/null +++ b/brise-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c7ea43b5baf972a1d9a6cccce5f860b73924b36e2b3f68822ac8329d1c11f3 +size 5368874 diff --git a/brise.changes b/brise.changes index 1d5a04a..2d56cf7 100644 --- a/brise.changes +++ b/brise.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Oct 11 14:36:24 UTC 2012 - i@marguerite.su + +- update version 0.13 + * install data files from a separate package. + * update: luna_pinyin, terra_pinyin, jyutping tables. + * update: essay database. + * new schema: emoji. + ------------------------------------------------------------------- Sat Jul 21 22:37:03 UTC 2012 - i@marguerite.su diff --git a/brise.spec b/brise.spec index 20e057d..e4b3a3e 100644 --- a/brise.spec +++ b/brise.spec @@ -16,14 +16,15 @@ # Name: brise -Version: 0.9.2 +Version: 0.13 Release: 0 License: GPL-3.0+ Summary: Rime Input Schemas Collection Url: http://code.google.com/p/rimeime Group: System/I18n/Chinese -Source: librime-%{version}.tar.gz +Source: brise-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: librime-devel BuildArch: noarch %description @@ -37,14 +38,13 @@ Brise is the input schemas collection of Rime. %setup -q -n %{name} %build -# no need to build +make %{?_smp_mflags} %install -install -d -m 755 %{buildroot}%{_datadir}/%{name}/ -cp -r * %{buildroot}%{_datadir}/%{name}/ +make DESTDIR=%{buildroot} install %files %defattr(-,root,root) -%{_datadir}/%{name}/ +%{_datadir}/rime-data/ %changelog diff --git a/librime-0.9.2.tar.gz b/librime-0.9.2.tar.gz deleted file mode 100644 index 9154511..0000000 --- a/librime-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60971a0799a75d5c2e245e472396b704759cdb6b63d7fb1d3dcfc97e8c5c3dc -size 7268599 diff --git a/librime-0.9.4.tar.gz b/librime-0.9.4.tar.gz new file mode 100644 index 0000000..845be93 --- /dev/null +++ b/librime-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626082f5a2954686059445e414786691ee568777104ce8e093fbfd47c0095795 +size 2300407 diff --git a/librime.changes b/librime.changes index 9bf21df..42f234c 100644 --- a/librime.changes +++ b/librime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 11 14:40:51 UTC 2012 - i@marguerite.su + +- update version 0.9.4 + * document new dependency 'google-glog'. + * fix x64 build. + ------------------------------------------------------------------- Sun Aug 12 14:54:46 UTC 2012 - i@marguerite.su diff --git a/librime.spec b/librime.spec index 642294e..3f2f243 100644 --- a/librime.spec +++ b/librime.spec @@ -17,7 +17,7 @@ Name: librime -Version: 0.9.2 +Version: 0.9.4 Release: 0 Summary: Rime Input Method Engine License: GPL-3.0+ @@ -27,6 +27,7 @@ Source: %{name}-%{version}.tar.gz BuildRequires: boost-devel BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: glog-devel BuildRequires: googletest-devel %if 0%{?suse_version} >= 1220 BuildRequires: libboost_filesystem1_49_0 @@ -72,24 +73,12 @@ Mainly it's about to express your thinking with your keystrokes. %package -n rime Summary: Rime Input Method Engine Group: System/I18n/Chinese -Requires: rime-data = %{version} %description -n rime Rime is an Traditional Chinese input method engine. Its idea comes from ancient Chinese brush and carving art. Mainly it's about to express your thinking with your keystrokes. -%package -n rime-data -Summary: Schemas of Rime -Group: System/I18n/Chinese - -%description -n rime-data -Rime is an Traditional Chinese input method engine. -Its idea comes from ancient Chinese brush and carving art. -Mainly it's about to express your thinking with your keystrokes. - -This package is the resources and schemas of Rime. - %package -n librime0 Summary: Rime Input Method Engine Group: System/Libraries @@ -138,14 +127,10 @@ make DESTDIR=%{buildroot} install %{_bindir}/rime_deployer %{_bindir}/rime_dict_manager -%files -n rime-data -%defattr(-,root,root) -%{_datadir}/rime-data/ - %files -n librime0 %defattr(-,root,root) %{_libdir}/%{name}.so.0 -%{_libdir}/%{name}.so.0.9.2 +%{_libdir}/%{name}.so.0.9.4 %files devel %defattr(-,root,root)