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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1778921 - (hide annotations) (download)
Thu Feb 17 08:32:34 2022 UTC (2 years, 1 month ago) by danf
File size: 1286 byte(s)
SILENT: Switch to https URLs
1 ahmad 17050 %define _enable_debug_packages %{nil}
2     %define debug_package %{nil}
3    
4     #
5     # NOTE: rpm is unable to package filenames in an enocidng other than the
6     # the one it is currently using; so this package has to be build with
7     # an iso-8859-* locale; eg: LC_ALL=fr rpm -be specfile
8     #
9    
10 sander85 274605 %define src_ver 3.3-2
11 ahmad 17050
12     %define languageenglazy Romanian
13     %define languagecode ro
14     %define lc_ctype ro_RO
15    
16     Summary: %{languageenglazy} files for aspell
17     Name: aspell-%{languagecode}
18 sander85 274605 Version: 3.3.2
19 umeabot 1510376 Release: %mkrel 8
20 ahmad 17050 Group: System/Internationalization
21 danf 1778921 Source: https://ftp.gnu.org/gnu/aspell/dict/ro/aspell5-ro-%{src_ver}.tar.bz2
22 ahmad 17050 URL: http://aspell.net/
23     License: Free
24    
25     BuildRequires: aspell >= 0.50
26     BuildRequires: make
27     Requires: aspell >= 0.50
28    
29 dmorgan 17358 # Mageia Stuff
30 ahmad 17050 Requires: locales-%{languagecode}
31     Provides: aspell-dictionary
32     Provides: aspell-%{lc_ctype}
33 sander85 274605 Provides: spell-%{languagecode}
34 ahmad 17050
35     Autoreqprov: no
36    
37     %description
38     A %{languageenglazy} dictionary for use with aspell, a spelling checker.
39    
40     %prep
41     %setup -q -n aspell5-ro-%{src_ver}
42    
43     %build
44     # don't use configure macro
45     ./configure
46    
47 ovitters 1578831 %make_build
48 ahmad 17050
49     %install
50 wally 1470944 %make_install
51 ahmad 17050
52     #cp doc/README README.%{languagecode}
53     chmod 644 README Copyright
54    
55     %files
56     %doc README Copyright
57     %{_libdir}/aspell-*/*

  ViewVC Help
Powered by ViewVC 1.1.30