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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 274605 - (show annotations) (download)
Thu Jul 26 15:43:56 2012 UTC (11 years, 8 months ago) by sander85
File size: 1281 byte(s)
New version: 3.3-2
1 %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 %define src_ver 3.3-2
11
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 Version: 3.3.2
19 Release: %mkrel 1
20 Group: System/Internationalization
21 Source: ftp://ftp.gnu.org/gnu/aspell/dict/ro/aspell5-ro-%{src_ver}.tar.bz2
22 URL: http://aspell.net/
23 License: Free
24
25 BuildRequires: aspell >= 0.50
26 BuildRequires: make
27 Requires: aspell >= 0.50
28
29 # Mageia Stuff
30 Requires: locales-%{languagecode}
31 Provides: aspell-dictionary
32 Provides: aspell-%{lc_ctype}
33 Provides: spell-%{languagecode}
34
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 %make
48
49 %install
50 %makeinstall_std
51
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