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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16935 - (show annotations) (download)
Fri Jan 14 01:33:13 2011 UTC (13 years, 3 months ago) by ahmad
File size: 1333 byte(s)
imported package aspell-is
1 %define _enable_debug_packages %{nil}
2 %define debug_package %{nil}
3
4 %define src_ver 0.51.1-0
5 %define languageenglazy Icelandic
6 %define languagecode is
7 %define lc_ctype is_IS
8
9 Summary: %{languageenglazy} files for aspell
10 Name: aspell-%{languagecode}
11 Version: 0.51.1
12 Release: %mkrel 10
13 Group: System/Internationalization
14 Source: http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
15 URL: http://aspell.net/
16 License: GPL
17 BuildRoot: %{_tmppath}/%{name}-%{version}-root
18
19 BuildRequires: aspell >= 0.50
20 BuildRequires: make
21 Requires: aspell >= 0.50
22
23 # Mandriva Stuff
24 Requires: locales-%{languagecode}
25 # aspell = 1, myspell = 2, lang-specific = 3
26 Provides: enchant-dictionary = 1
27 Provides: aspell-dictionary
28 Provides: aspell-%{lc_ctype}
29
30 Autoreqprov: no
31
32 %description
33 An %{languageenglazy} dictionary for use with aspell, a spelling checker.
34
35 %prep
36 %setup -q -n %{name}-%{src_ver}
37
38 %build
39 # don't use configure macro
40 ./configure
41
42 %make
43
44 %install
45 rm -fr $RPM_BUILD_ROOT
46
47 %makeinstall_std
48
49 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aspell
50 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aspell
51
52 chmod 644 Copyright README*
53
54 %clean
55 rm -fr $RPM_BUILD_ROOT
56
57 %files
58 %defattr(-,root,root)
59 %doc README* Copyright
60 %{_libdir}/aspell-*/*
61
62
63
64

  ViewVC Help
Powered by ViewVC 1.1.30