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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17316 - (show annotations) (download)
Fri Jan 14 08:15:45 2011 UTC (13 years, 3 months ago) by dmorgan
File size: 1586 byte(s)
Remove mandriva occurencies
1 %define _enable_debug_packages %{nil}
2 %define debug_package %{nil}
3
4 %define src_ver 6.0-0
5 %define fname aspell6-%{languagecode}
6 %define aspell_ver 0.60
7 %define languagelocal english
8 %define languageeng english
9 %define languageenglazy American
10 %define languagecode en
11 %define lc_ctype en_US
12
13 Summary: English files for aspell
14 Name: aspell-%{languagecode}
15 Version: 6.0.0
16 Release: %mkrel 10
17 Group: System/Internationalization
18 Source: http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%fname-%{src_ver}.tar.bz2
19 URL: http://aspell.sourceforge.net/
20 License: SCOWL
21 BuildRoot: %{_tmppath}/%{name}-%{version}-root
22 Provides: spell-%{languagecode}
23 # old ispell is repalced with aspell
24 Obsoletes: ispell-%{languagecode}
25 Obsoletes: ispell-english, iamerica, ibritish, ispell-british
26
27 BuildRequires: make
28 BuildRequires: aspell >= %{aspell_ver}
29 Requires: aspell >= %{aspell_ver}
30
31 # Mageia Stuff
32 Requires: locales-%{languagecode}
33 # aspell = 1, myspell = 2, lang-specific = 3
34 Provides: enchant-dictionary = 1
35 Provides: aspell-dictionary
36 Obsoletes: aspell-en_CA aspell-en_GB
37 Provides: aspell-en_CA aspell-en_GB
38
39 Autoreqprov: no
40
41 %description
42 A English dictionary for use with aspell, a spelling checker.
43
44
45 %prep
46 %setup -q -n %{fname}-%{src_ver}
47
48 %build
49
50 # don't use %%configure macro
51 ./configure
52
53 %make
54
55 %install
56 rm -fr $RPM_BUILD_ROOT
57
58 %makeinstall_std
59
60 chmod 644 README Copyright
61
62 %clean
63 rm -fr $RPM_BUILD_ROOT
64
65 %files
66 %defattr(-,root,root)
67 %doc README Copyright
68 %{_libdir}/aspell-%{aspell_ver}/*
69
70
71
72

  ViewVC Help
Powered by ViewVC 1.1.30