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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17310 - (show annotations) (download)
Fri Jan 14 08:15:36 2011 UTC (13 years, 3 months ago) by dmorgan
File size: 2036 byte(s)
Remove mandriva occurencies
1 %define _enable_debug_packages %{nil}
2 %define debug_package %{nil}
3
4 %define src_ver 2.1.5-1
5 %define fname aspell6-%{languagecode}
6 %define aspell_ver 0.60
7 %define languageenglazy Catalan
8 %define languagecode ca
9 %define lc_ctype ca_ES
10
11 Summary: %{languageenglazy} files for aspell
12 Summary(ca): Diccionari català per aspell
13 Name: aspell-%{languagecode}
14 Version: 20090721
15 Release: %mkrel 2
16 Group: System/Internationalization
17 Source: http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
18 URL: http://aspell.net/
19 License: GPLv2
20 BuildRoot: %{_tmppath}/%{name}-%{version}-root
21 Provides: spell-ca
22
23
24 BuildRequires: aspell >= %{aspell_ver}
25 BuildRequires: make
26 Requires: aspell >= %{aspell_ver}
27
28 # Mageia Stuff
29 Requires: locales-%{languagecode}
30 # aspell = 1, myspell = 2, lang-specific = 3
31 Provides: enchant-dictionary = 1
32 Provides: aspell-dictionary
33 Provides: aspell-%{lc_ctype}
34
35 Autoreqprov: no
36
37 %description
38 A %{languageenglazy} dictionary for use with aspell, a spelling checker.
39
40 %description -l ca
41 aspell-ca té les dades d'ortografia del català per utilitzar-se amb
42 el programa ispell. Amb aquesta extensió, podeu redactar un document
43 en català i verificar fàcilment les seves errades.
44
45 aspell es pot utilitzar directament des de la línia d'ordres
46 per tal de verificar un fitxer o utilitzat per diversos programes
47 comercials de text, com el Lyx, etc."
48
49 %prep
50 %setup -q -n %{fname}-%{src_ver}
51 iconv -f ISO-8859-15 -t utf-8 doc/ChangeLog -o doc/ChangeLog.aux
52 iconv -f ISO-8859-15 -t utf-8 Copyright -o Copyright.aux
53 mv -f doc/ChangeLog.aux doc/ChangeLog
54 mv -f Copyright.aux Copyright
55
56 %build
57
58 # don't use configure macro
59 ./configure
60
61 %make
62
63 %install
64 rm -fr $RPM_BUILD_ROOT
65
66 %makeinstall_std
67
68 mv -f README README.%{languagecode}
69 chmod 644 Copyright README.%{languagecode} doc/*
70
71 %clean
72 rm -fr $RPM_BUILD_ROOT
73
74 %files
75 %defattr(-,root,root)
76 %doc README.%{languagecode} Copyright doc/*
77 %{_libdir}/aspell-%{aspell_ver}/*
78
79
80
81

  ViewVC Help
Powered by ViewVC 1.1.30