/[packages]/cauldron/aspell-he/current/SPECS/aspell-he.spec
ViewVC logotype

Contents of /cauldron/aspell-he/current/SPECS/aspell-he.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16900 - (show annotations) (download)
Fri Jan 14 01:26:42 2011 UTC (13 years, 2 months ago) by ahmad
File size: 1442 byte(s)
imported package aspell-he
1 %define _enable_debug_packages %{nil}
2 %define debug_package %{nil}
3
4 %define src_ver 1.0-0
5 %define fname aspell6-%{languagecode}
6 %define aspell_ver 0.60
7 %define languageenglazy Hebrew
8 %define languagecode he
9 %define lc_ctype he_IL
10
11 Summary: %{languageenglazy} files for aspell
12 Name: aspell-%{languagecode}
13 Version: 1.0.0
14 Release: %mkrel 10
15 Group: System/Internationalization
16 Source: http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
17 URL: http://aspell.net/
18 License: GPLv2
19 BuildRoot: %{_tmppath}/%{name}-%{version}-root
20 Provides: spell-%{languagecode}
21
22 BuildRequires: aspell >= %{aspell_ver}
23 BuildRequires: make
24 Requires: aspell >= %{aspell_ver}
25
26 # Mandriva Stuff
27 Requires: locales-%{languagecode}
28 # aspell = 1, myspell = 2, lang-specific = 3
29 Provides: enchant-dictionary = 1
30 Provides: aspell-dictionary
31 Provides: aspell-%{lc_ctype}
32
33 Autoreqprov: no
34
35 %description
36 A %{languageenglazy} dictionary for use with aspell, a spelling checker.
37
38 %prep
39 %setup -q -n %{fname}-%{src_ver}
40 iconv -f ISO-8859-15 -t utf-8 README.iso -o README.iso.aux
41 mv -f README.iso.aux README.iso
42
43 %build
44 # don't use configure macro
45 ./configure
46
47 %make
48
49 %install
50 rm -fr $RPM_BUILD_ROOT
51
52 %makeinstall_std
53
54 chmod 644 Copyright README*
55
56 %clean
57 rm -fr $RPM_BUILD_ROOT
58
59 %files
60 %defattr(-,root,root)
61 %doc README* Copyright
62 %{_libdir}/aspell-%{aspell_ver}/*
63
64
65
66

  ViewVC Help
Powered by ViewVC 1.1.30