]> git.pld-linux.org Git - SPECS.git/blob - nabi.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / nabi.spec
1 Summary:        Nabi - The Easy Hangul XIM
2 Summary(pl.UTF-8):      Nabi - The Easy Hangul XIM - łatwa metoda XIM oparta na silniku Hangul
3 Name:           nabi
4 Version:        1.0.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 #Source0Download: https://github.com/choehwanjin/nabi/releases
9 Source0:        https://github.com/choehwanjin/nabi/archive/%{name}-%{version}.tar.gz
10 # Source0-md5:  ca1c196a24d9173e39da5513a180c885
11 URL:            https://github.com/choehwanjin/nabi
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  glib2-devel >= 2.0
16 BuildRequires:  gtk+2-devel >= 1:2.4.0
17 BuildRequires:  libhangul-devel >= 0.1.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  xorg-lib-libSM-devel
20 BuildRequires:  xorg-lib-libX11-devel
21 Requires:       gtk+2 >= 1:2.4.0
22 Requires:       libhangul >= 0.1.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Nabi is the easy Hangul XIM for Korean characters.
27
28 %description -l pl.UTF-8
29 Nabi to łatwa metoda wprowadzania znaków dla X (XIM) dla znaków
30 koreańskich, wykorzystująca silnik Hangul.
31
32 %prep
33 %setup -q -n %{name}-%{name}-%{version}
34
35 %build
36 %{__glib_gettextize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS NEWS README TODO
59 %attr(755,root,root) %{_bindir}/nabi
60 %{_datadir}/nabi
This page took 0.590799 seconds and 3 git commands to generate.