2012-08-29 09:33:24 +02:00
|
|
|
#
|
|
|
|
# spec file for package brise
|
|
|
|
#
|
2014-08-10 17:17:07 +02:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2012-08-29 09:33:24 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2013-07-02 12:20:22 +02:00
|
|
|
|
2012-08-29 09:33:24 +02:00
|
|
|
Name: brise
|
2016-03-03 05:37:19 +01:00
|
|
|
Version: 0.36+git20160221.7dbd56b
|
2013-07-02 12:20:22 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Rime Input Schemas Collection
|
|
|
|
License: GPL-3.0+
|
|
|
|
Group: System/I18n/Chinese
|
2014-08-10 17:17:07 +02:00
|
|
|
Url: https://github.com/lotem/brise
|
2015-08-12 04:30:52 +02:00
|
|
|
Source: brise-%{version}.tar.xz
|
2014-08-10 17:17:07 +02:00
|
|
|
BuildRequires: kyotocabinet
|
2012-11-02 16:42:57 +01:00
|
|
|
BuildRequires: librime-devel
|
2014-08-10 17:17:07 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2012-08-29 09:33:24 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
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.
|
|
|
|
|
|
|
|
Brise is the input schemas collection of Rime.
|
|
|
|
|
|
|
|
%prep
|
2014-03-15 14:12:23 +01:00
|
|
|
%setup -q
|
2012-08-29 09:33:24 +02:00
|
|
|
|
|
|
|
%build
|
2015-08-11 18:06:02 +02:00
|
|
|
make %{?_smp_mflags}
|
2012-08-29 09:33:24 +02:00
|
|
|
|
|
|
|
%install
|
2014-08-10 17:17:07 +02:00
|
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
2012-08-29 09:33:24 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2012-11-02 16:42:57 +01:00
|
|
|
%{_datadir}/rime-data/
|
2012-08-29 09:33:24 +02:00
|
|
|
|
|
|
|
%changelog
|