brise/brise.spec
Stephan Kulow 206d6e99f9 Accepting request 181464 from M17N
I decide to split it (data) from librime, because now they distributes with different version numbers. so if any existing package link in Factory points to openSUSE:Factory librime, please remove brise first then accept this package. thanks

OBS-URL: https://build.opensuse.org/request/show/181464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/brise?expand=0&rev=3
2013-07-02 10:20:22 +00:00

52 lines
1.5 KiB
RPMSpec

#
# spec file for package brise
#
# Copyright (c) 2013 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.22
Release: 0
Summary: Rime Input Schemas Collection
License: GPL-3.0+
Group: System/I18n/Chinese
Url: http://code.google.com/p/rimeime
Source: brise-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: kyotocabinet
BuildRequires: librime-devel
%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 -n %{name}
%build
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%{_datadir}/rime-data/
%changelog