]> git.pld-linux.org Git - SPECS.git/blob - ibus-table-extraphrase.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / ibus-table-extraphrase.spec
1 Summary:        Extra Chinese phrases for ibus-table
2 Summary(pl.UTF-8):      Dane dodatkowych fraz chińskich dla ibus-table
3 Name:           ibus-table-extraphrase
4 Version:        1.3.9.20110826
5 Release:        1
6 License:        GPL v3+
7 Group:          Libraries
8 #Source0Download: https://github.com/acevery/ibus-table-extraphrase/releases
9 Source0:        http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
10 # Source0-md5:  289da050912045fe59ab525910391f6f
11 URL:            https://github.com/acevery/ibus-table-extraphrase
12 BuildRequires:  ibus-table-devel >= 1.1.0
13 BuildRequires:  pkgconfig
14 Requires:       ibus-table > 1.1.0
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Extra Chinese phrases for IBus Table engine.
20
21 %description -l pl.UTF-8
22 Dane dodatkowych fraz chińskich dla IBus Table.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         pkgconfigdir=%{_npkgconfigdir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS README
45 %{_datadir}/ibus-table/data/extra_phrase.txt
46 %{_npkgconfigdir}/ibus-table-extraphrase.pc
This page took 0.942934 seconds and 3 git commands to generate.