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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17334 - (show annotations) (download)
Fri Jan 14 08:16:12 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 1493 byte(s)
Remove mandriva occurencies
1 %define _enable_debug_packages %{nil}
2 %define debug_package %{nil}
3
4 %define src_ver 1.2-0
5 %define fname aspell5-%{languagecode}
6 %define aspell_ver 0.60
7 %define languageenglazy Indonesian
8 %define languagecode id
9 %define lc_ctype id_ID
10
11 Summary: %{languageenglazy} files for aspell
12 Name: aspell-%{languagecode}
13 Version: 1.2.0
14 Release: %mkrel 9
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: GPL
19 BuildRoot: %{_tmppath}/%{name}-%{version}-root
20 Provides: spell-%{languagecode}
21 # old ispell is repalced with aspell
22 Obsoletes: ispell-%{languagecode}
23 Obsoletes: ispell-indonesian
24 Obsoletes: indospell
25
26 BuildRequires: aspell >= %{aspell_ver}
27 BuildRequires: make
28 Requires: aspell >= %{aspell_ver}
29
30 # Mageia Stuff
31 Requires: locales-%{languagecode}
32 # aspell = 1, myspell = 2, lang-specific = 3
33 Provides: enchant-dictionary = 1
34 Provides: aspell-dictionary
35 Provides: aspell-%{lc_ctype}
36
37 Autoreqprov: no
38
39 %description
40 An %{languageenglazy} dictionary for use with aspell, a spelling checker.
41
42 %prep
43 %setup -q -n %{fname}-%{src_ver}
44
45 %build
46 # don't use configure macro
47 ./configure
48
49 %make
50
51 %install
52 rm -fr $RPM_BUILD_ROOT
53
54 %makeinstall_std
55
56 chmod 644 Copyright README* doc/*
57
58 %clean
59 rm -fr $RPM_BUILD_ROOT
60
61 %files
62 %defattr(-,root,root)
63 %doc README* Copyright doc/*
64 %{_libdir}/aspell-%{aspell_ver}/*
65
66
67
68

  ViewVC Help
Powered by ViewVC 1.1.30