]> git.pld-linux.org Git - SPECS.git/blob - hspell-gui.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / hspell-gui.spec
1 Summary:        GUI front-end for hspell
2 Summary(pl.UTF-8):      Graficzny interfejs użytkownika do programu hspell
3 Name:           hspell-gui
4 Version:        0.2.6.1
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://downloads.sourceforge.net/hspell-gui/%{name}-%{version}.tar.bz2
9 # Source0-md5:  959dc62ada989e0d4ba127ce967b4e3a
10 URL:            http://hspell-gui.sourceforge.net/
11 BuildRequires:  gettext-tools
12 BuildRequires:  gtk+2-devel >= 1:2.0.0
13 BuildRequires:  hspell-devel
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 GUI front-end for hspell.
19
20 %description -l pl.UTF-8
21 Graficzny interfejs użytkownika do programu hspell.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %find_lang %{name}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files -f %{name}.lang
42 %defattr(644,root,root,755)
43 %doc NEWS README
44 %attr(755,root,root) %{_bindir}/hspell-gui
45 %{_mandir}/man1/hspell-gui.1*
This page took 0.250545 seconds and 3 git commands to generate.