/[smeserver]/rpms/aspell-fr/sme8/aspell-fr.spec
ViewVC logotype

Contents of /rpms/aspell-fr/sme8/aspell-fr.spec

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 18:05:43 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: aspell-fr-0_50-9_2_2_el5_sme
Import on branch sme8 of package aspell-fr-0.50-9.2.2.el5.sme.src.rpm

1 %define lang fr
2 %define langrelease 3
3 Summary: French dictionaries for Aspell.
4 Name: aspell-%{lang}
5 Epoch: 50
6 Version: 0.50
7 Release: 9.2.2%{?dist}
8 License: GPL
9 Group: Applications/Text
10 URL: http://aspell.net/
11 Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{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: French, Swiss French
20
21 %prep
22 rm -rf $RPM_BUILD_ROOT
23 %setup -q -n aspell-%{lang}-%{version}-%{langrelease}
24
25 %build
26 echo "ASPELL = aspell" > Makefile
27 echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile
28 echo "WORD_LIST_COMPRESS = 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 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
48 - Clean up spec so package can be built by koji/plague
49
50 * Thu Feb 08 2007 Shad L. Lords <slords@mail.com>
51 - Update to new release naming. No functional changes.
52 - Make Packager generic
53
54 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-9.2.2
55 - rebuild
56
57 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-9.2.1
58 - bump again for double-long bug on ppc(64)
59
60 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-9.2
61 - rebuilt for new gcc4.1 snapshot and glibc changes
62
63 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
64 - rebuilt
65
66 * Mon Jul 18 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-9
67 - build with aspell-0.60.3
68
69 * Mon Apr 11 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-8
70 - rebuilt
71
72 * Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 50:0.50-7
73 - remove debuginfo
74
75 * Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.50-6
76 - sync epoch with other dicts
77
78 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
79 - rebuilt
80
81 * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
82 - rebuilt
83
84 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
85 - rebuilt
86
87 * Mon Jun 23 2003 Adrian Havill <havill@redhat.com> 0.50-3
88 - first build for new aspell (0.50)

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