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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16820 - (show annotations) (download)
Fri Jan 14 01:11:54 2011 UTC (13 years, 2 months ago) by ahmad
File size: 1344 byte(s)
imported package aspell-cy
1 %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 %define languagelocal cymraeg
10 %define languageeng welsh
11 %define languageenglazy Welsh
12 %define languagecode cy
13 %define lc_ctype cy_CY
14
15 Summary: %{languageenglazy} files for aspell
16 Name: aspell-%{languagecode}
17 Version: 0.50.3
18 Release: %mkrel 18
19 Group: System/Internationalization
20 Source: http://aspell.sourceforge.net/aspell-%{languagecode}-%{src_ver}.tar.bz2
21 URL: http://aspell.sourceforge.net/
22 License: GPL
23 Epoch: 1
24 BuildRoot: %{_tmppath}/%{name}-%{version}-root
25 Provides: spell-cy
26
27 BuildRequires: aspell >= 0.50
28 Requires: aspell >= 0.50
29 BuildRequires: locales-cy
30
31 # Mandriva Stuff
32 Requires: locales-%{languagecode}
33 # aspell = 1, myspell = 2, lang-specific = 3
34 Provides: enchant-dictionary = 1
35 Provides: aspell-dictionary
36
37 Autoreqprov: no
38
39 %description
40 A %{languageenglazy} dictionary for use with aspell, a spelling checker.
41
42 %prep
43 %setup -q -n %{name}-%{src_ver}
44
45 %build
46 export LC_ALL=cy
47
48 ./configure
49 %make
50
51 %install
52 rm -fr $RPM_BUILD_ROOT
53
54 export LC_ALL=cy
55
56 make DESTDIR=$RPM_BUILD_ROOT install
57
58 # fix doc perms
59 chmod 644 README
60
61 %clean
62 rm -fr $RPM_BUILD_ROOT
63
64 %files
65 %defattr(-,root,root)
66 %doc README
67 %{_libdir}/aspell-*/*
68
69
70
71

  ViewVC Help
Powered by ViewVC 1.1.30