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

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

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


Revision 1.2 - (show annotations) (download)
Mon Feb 9 16:20:48 2009 UTC (15 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: aspell-ru-0_99f7-2_2_2_el4_sme, HEAD
Changes since 1.1: +3 -1 lines
Update

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

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