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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30