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:
parent
62d437254a
commit
56c38928fa
3
brise-0.13.tar.gz
Normal file
3
brise-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72c7ea43b5baf972a1d9a6cccce5f860b73924b36e2b3f68822ac8329d1c11f3
|
||||
size 5368874
|
@ -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
|
||||
|
||||
|
12
brise.spec
12
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
|
||||
|
@ -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
3
librime-0.9.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:626082f5a2954686059445e414786691ee568777104ce8e093fbfd47c0095795
|
||||
size 2300407
|
@ -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
|
||||
|
||||
|
21
librime.spec
21
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)
|
||||
|
Loading…
Reference in New Issue
Block a user