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

Annotation of /cauldron/aspell-cy/current/SPECS/aspell-cy.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1914191 - (hide annotations) (download)
Fri Dec 2 19:15:42 2022 UTC (16 months, 3 weeks ago) by danf
File size: 1237 byte(s)
SILENT: Switch to https URLs
1 ahmad 16820 %define _enable_debug_packages %{nil}
2     %define debug_package %{nil}
3    
4     # WARNING
5     # To build this package, you must set LC_ALL to cy
6     # example : LC_ALL=cy rpm -ba aspell-cy.speco
7    
8     %define src_ver 0.50-3
9 danf 1914191 %define fname aspell-%{languagecode}
10 ahmad 16820 %define languagelocal cymraeg
11     %define languageeng welsh
12     %define languageenglazy Welsh
13     %define languagecode cy
14     %define lc_ctype cy_CY
15    
16     Summary: %{languageenglazy} files for aspell
17     Name: aspell-%{languagecode}
18     Version: 0.50.3
19 umeabot 1791172 Release: %mkrel 27
20 ahmad 16820 Group: System/Internationalization
21 danf 1914191 Source: https://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
22     URL: https://aspell.sourceforge.net/
23 ahmad 16820 License: GPL
24     Epoch: 1
25     Provides: spell-cy
26    
27     BuildRequires: aspell >= 0.50
28     Requires: aspell >= 0.50
29     BuildRequires: locales-cy
30    
31 dmorgan 17312 # Mageia Stuff
32 ahmad 16820 Requires: locales-%{languagecode}
33     # aspell = 1, myspell = 2, lang-specific = 3
34     Provides: aspell-dictionary
35    
36     Autoreqprov: no
37    
38     %description
39     A %{languageenglazy} dictionary for use with aspell, a spelling checker.
40    
41     %prep
42     %setup -q -n %{name}-%{src_ver}
43    
44     %build
45     export LC_ALL=cy
46    
47     ./configure
48 ovitters 1578786 %make_build
49 ahmad 16820
50     %install
51     export LC_ALL=cy
52    
53     make DESTDIR=$RPM_BUILD_ROOT install
54    
55     # fix doc perms
56     chmod 644 README
57    
58     %files
59     %doc README
60     %{_libdir}/aspell-*/*
61    
62    
63    
64    

  ViewVC Help
Powered by ViewVC 1.1.30