4676c49d02
OBS-URL: https://build.opensuse.org/request/show/365072 OBS-URL: https://build.opensuse.org/package/show/M17N/brise?expand=0&rev=9
52 lines
1.5 KiB
RPMSpec
52 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package brise
|
|
#
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
Name: brise
|
|
Version: 0.36+git20160221.7dbd56b
|
|
Release: 0
|
|
Summary: Rime Input Schemas Collection
|
|
License: GPL-3.0+
|
|
Group: System/I18n/Chinese
|
|
Url: https://github.com/lotem/brise
|
|
Source: brise-%{version}.tar.xz
|
|
BuildRequires: kyotocabinet
|
|
BuildRequires: librime-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%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
|
|
%setup -q
|
|
|
|
%build
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_datadir}/rime-data/
|
|
|
|
%changelog
|