File: hspell-gui-0.2.2-0.spec

package info (click to toggle)
hspell-gui 0.2.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 648 kB
  • ctags: 105
  • sloc: sh: 3,111; ansic: 501; makefile: 55
file content (49 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Summary: A GTK2 front end to hspell.
Name: hspell-gui
Version: 0.2.2
Release: 1
Copyright: GPL
Group: Applications/Productivity
Source: hspell-gui-0.2.2.tar.gz

BuildRoot: /var/tmp/%{name}-buildroot
BuildArch: i386

Requires: hspell-fat
BuildRequires: hspell-fat-devel

%description
A GTK2 front end to hspell, a hebrew speller.
with GNOME 2 panel applet.

%prep

%setup

%build
./configure --prefix=%{_prefix}
make CFLAGS="$CFLAGS $RPM_OPT_FLAGS"

%install
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/bin/hspell-gui
/usr/bin/hspell-gui-heb
/usr/libexec/hspell-applet
/usr/lib/bonobo/servers/hspell-applet.server
/usr/share/hspell-gui/pixmaps/logo.png
/usr/share/locale/he/LC_MESSAGES/hspell-gui.mo

%doc README COPYING NEWS AUTHORS ChangeLog

   
%post

%postun

%changelog