Updating link to change in openSUSE:Factory/librime revision 2.0

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/brise?expand=0&rev=198dea5053ff20b2fd6ca4bf7d5c2c7c
This commit is contained in:
OBS User buildservice-autocommit 2012-11-02 15:42:57 +00:00 committed by Git OBS Bridge
parent 62d437254a
commit 56c38928fa
7 changed files with 31 additions and 27 deletions

3
brise-0.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72c7ea43b5baf972a1d9a6cccce5f860b73924b36e2b3f68822ac8329d1c11f3
size 5368874

View File

@ -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 Sat Jul 21 22:37:03 UTC 2012 - i@marguerite.su

View File

@ -16,14 +16,15 @@
# #
Name: brise Name: brise
Version: 0.9.2 Version: 0.13
Release: 0 Release: 0
License: GPL-3.0+ License: GPL-3.0+
Summary: Rime Input Schemas Collection Summary: Rime Input Schemas Collection
Url: http://code.google.com/p/rimeime Url: http://code.google.com/p/rimeime
Group: System/I18n/Chinese Group: System/I18n/Chinese
Source: librime-%{version}.tar.gz Source: brise-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: librime-devel
BuildArch: noarch BuildArch: noarch
%description %description
@ -37,14 +38,13 @@ Brise is the input schemas collection of Rime.
%setup -q -n %{name} %setup -q -n %{name}
%build %build
# no need to build make %{?_smp_mflags}
%install %install
install -d -m 755 %{buildroot}%{_datadir}/%{name}/ make DESTDIR=%{buildroot} install
cp -r * %{buildroot}%{_datadir}/%{name}/
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/%{name}/ %{_datadir}/rime-data/
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a60971a0799a75d5c2e245e472396b704759cdb6b63d7fb1d3dcfc97e8c5c3dc
size 7268599

3
librime-0.9.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:626082f5a2954686059445e414786691ee568777104ce8e093fbfd47c0095795
size 2300407

View File

@ -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 Sun Aug 12 14:54:46 UTC 2012 - i@marguerite.su

View File

@ -17,7 +17,7 @@
Name: librime Name: librime
Version: 0.9.2 Version: 0.9.4
Release: 0 Release: 0
Summary: Rime Input Method Engine Summary: Rime Input Method Engine
License: GPL-3.0+ License: GPL-3.0+
@ -27,6 +27,7 @@ Source: %{name}-%{version}.tar.gz
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: glog-devel
BuildRequires: googletest-devel BuildRequires: googletest-devel
%if 0%{?suse_version} >= 1220 %if 0%{?suse_version} >= 1220
BuildRequires: libboost_filesystem1_49_0 BuildRequires: libboost_filesystem1_49_0
@ -72,24 +73,12 @@ Mainly it's about to express your thinking with your keystrokes.
%package -n rime %package -n rime
Summary: Rime Input Method Engine Summary: Rime Input Method Engine
Group: System/I18n/Chinese Group: System/I18n/Chinese
Requires: rime-data = %{version}
%description -n rime %description -n rime
Rime is an Traditional Chinese input method engine. Rime is an Traditional Chinese input method engine.
Its idea comes from ancient Chinese brush and carving art. Its idea comes from ancient Chinese brush and carving art.
Mainly it's about to express your thinking with your keystrokes. 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 %package -n librime0
Summary: Rime Input Method Engine Summary: Rime Input Method Engine
Group: System/Libraries Group: System/Libraries
@ -138,14 +127,10 @@ make DESTDIR=%{buildroot} install
%{_bindir}/rime_deployer %{_bindir}/rime_deployer
%{_bindir}/rime_dict_manager %{_bindir}/rime_dict_manager
%files -n rime-data
%defattr(-,root,root)
%{_datadir}/rime-data/
%files -n librime0 %files -n librime0
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/%{name}.so.0 %{_libdir}/%{name}.so.0
%{_libdir}/%{name}.so.0.9.2 %{_libdir}/%{name}.so.0.9.4
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)