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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1914082 - (show annotations) (download)
Fri Dec 2 18:59:41 2022 UTC (16 months, 3 weeks ago) by danf
File size: 1180 byte(s)
SILENT: Switch SourceForge project URLs to https:
1 %define _enable_debug_packages %{nil}
2 %define debug_package %{nil}
3
4 %define src_ver 0.2.16-1
5 %define fname aspell5-%{languagecode}
6 %define aspell_ver 0.60
7 %define languageeng faroese
8 %define languageenglazy Faroese
9 %define languagecode fo
10
11 Summary: %{languageenglazy} files for aspell
12 Name: aspell-%{languagecode}
13 Version: 0.2.16.1
14 Release: %mkrel 18
15 Epoch: 1
16 Group: System/Internationalization
17 Source: https://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
18 URL: https://aspell.sourceforge.net/
19 License: GPL
20 Provides: spell-fo
21
22 BuildRequires: aspell >= %{aspell_ver}
23 Requires: aspell >= %{aspell_ver}
24
25 # Mageia Stuff
26 Requires: locales-%{languagecode}
27 # aspell = 1, myspell = 2, lang-specific = 3
28 Provides: aspell-dictionary
29
30 Autoreqprov: no
31
32 %description
33 A %{languageenglazy} dictionary for use with aspell, a spelling checker.
34
35 %prep
36 %setup -q -n %{fname}-%{src_ver}
37
38 %build
39
40 # don't use configure macro
41 ./configure
42
43 %make_build
44
45 %install
46 %make_install
47
48 chmod 644 README Copyright
49
50 %files
51 %doc README Copyright doc/contributors
52 %{_libdir}/aspell-%{aspell_ver}/*

  ViewVC Help
Powered by ViewVC 1.1.30