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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16880 - (show annotations) (download)
Fri Jan 14 01:23:16 2011 UTC (13 years, 2 months ago) by ahmad
File size: 1446 byte(s)
imported package aspell-ga
1 %define _enable_debug_packages %{nil}
2 %define debug_package %{nil}
3
4 %define src_ver 4.4-0
5 %define fname aspell5-%{languagecode}
6 %define aspell_ver 0.60
7 %define languageenglazy Irish
8 %define languagecode ga
9 %define lc_ctype ga_IE
10
11 Summary: %{languageenglazy} files for aspell
12 Name: aspell-%{languagecode}
13 Version: 4.4.0
14 Release: %mkrel 3
15 Group: System/Internationalization
16 Source: http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
17 URL: http://aspell.sourceforge.net/
18 License: GPL
19 BuildRoot: %{_tmppath}/%{name}-%{version}-root
20
21 BuildRequires: aspell >= %{aspell_ver}
22 BuildRequires: make
23 Requires: aspell >= %{aspell_ver}
24
25 # Mandriva Stuff
26 Requires: locales-%{languagecode}
27 # aspell = 1, myspell = 2, lang-specific = 3
28 Provides: enchant-dictionary = 1
29 Provides: aspell-dictionary
30 Provides: aspell-%{lc_ctype}
31
32 Obsoletes: ispell-%{languagecode}, iirish, ispell-gaeilge
33
34 Autoreqprov: no
35
36 %description
37 A %{languageenglazy} dictionary for use with aspell, a spelling checker.
38
39 %prep
40 %setup -q -n %{fname}-%{src_ver}
41
42 %build
43
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 cp doc/README README.%{languagecode}
55 chmod 644 README* Copyright doc/*
56
57 %clean
58 rm -fr $RPM_BUILD_ROOT
59
60 %files
61 %defattr(-,root,root)
62 %doc README.%{languagecode} Copyright
63 %{_libdir}/aspell-%{aspell_ver}/*
64
65
66
67

  ViewVC Help
Powered by ViewVC 1.1.30