/[smeserver]/rpms/aspell-ru/sme7/aspell-ru.spec
ViewVC logotype

Annotation of /rpms/aspell-ru/sme7/aspell-ru.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Feb 9 16:18:08 2009 UTC (15 years, 4 months ago) by slords
Branch: MAIN
Import of spell-ru-0.99f7-2.2.2.src.rpm

1 slords 1.1 %define lang ru
2     %define langrelease 0
3     Summary: Russian dictionaries for Aspell.
4     Epoch: 50
5     Name: aspell-%{lang}
6     Version: 0.99f7
7     Release: 2.2.2
8     License: GPL
9     Group: Applications/Text
10     URL: http://aspell.net/
11     Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell5-%{lang}-%{version}-%{langrelease}.tar.bz2
12     Buildrequires: aspell >= 12:0.60
13     Requires: aspell >= 12:0.60
14     BuildRoot: %{_tmppath}/%{name}-%{version}-root
15    
16     %define debug_package %{nil}
17    
18     %description
19     Provides the word list/dictionaries for the following: Russian
20    
21     %prep
22     rm -rf $RPM_BUILD_ROOT
23     %setup -q -n aspell5-%{lang}-%{version}-%{langrelease}
24    
25     %build
26     echo "ASPELL = aspell" > Makefile
27     echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile
28     echo "PREZIP = word-list-compress" >> Makefile
29     echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
30     echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
31     cat Makefile.pre >> Makefile
32     make
33    
34     %install
35     make install
36    
37     %clean
38     rm -rf $RPM_BUILD_ROOT
39    
40     %files
41     %defattr(-,root,root)
42    
43     %{_libdir}/aspell-0.60/*
44     #%{_datadir}/aspell/*
45    
46     %changelog
47     * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:0.99f7-2.2.2
48     - rebuild
49    
50     * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:0.99f7-2.2.1
51     - bump again for double-long bug on ppc(64)
52    
53     * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:0.99f7-2.2
54     - rebuilt for new gcc4.1 snapshot and glibc changes
55    
56     * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
57     - rebuilt
58    
59     * Tue Jul 19 2005 Ivana Varekova <varekova@redhat.com> 50:0.99f7-0-2
60     - build with aspell-0.60.3
61    
62     * Wed Mar 16 2005 Ivana Varekova <varekova@redhat.com> 50:0.99f7-0-1
63     - initial release

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed