1 | Name: gnome-spell |
---|
2 | Version: 1.0.5 |
---|
3 | Release: %{?custom_release}%{!?custom_release:1} |
---|
4 | License: GPL |
---|
5 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
---|
6 | URL: http://www.gnome.org/ |
---|
7 | Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.gz |
---|
8 | Summary: The spelling component for bonobo |
---|
9 | Group: System Environment/Libraries |
---|
10 | Requires: aspell >= 0.28 |
---|
11 | Requires: pspell >= 0.12 |
---|
12 | Requires: bonobo >= 0.28 |
---|
13 | Requires: gal >= 0.7.99.5 |
---|
14 | BuildRequires: aspell-devel >= 0.28 |
---|
15 | BuildRequires: pspell-devel >= 0.12 |
---|
16 | BuildRequires: bonobo-devel >= 0.28 |
---|
17 | BuildRequires: libglade-devel |
---|
18 | BuildRequires: gal-devel >= 0.7.99.5 |
---|
19 | |
---|
20 | %description |
---|
21 | GNOME/Bonobo speeling component |
---|
22 | |
---|
23 | %prep |
---|
24 | %setup -q |
---|
25 | |
---|
26 | %build |
---|
27 | CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; |
---|
28 | CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; |
---|
29 | FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; |
---|
30 | ./configure %{_target_platform} \ |
---|
31 | --prefix=%{_prefix} \ |
---|
32 | --exec-prefix=%{_exec_prefix} \ |
---|
33 | --bindir=%{_bindir} \ |
---|
34 | --sbindir=%{_sbindir} \ |
---|
35 | --sysconfdir=%{_sysconfdir} \ |
---|
36 | --datadir=%{_datadir} \ |
---|
37 | --libdir=%{_libdir} \ |
---|
38 | --libexecdir=%{_libexecdir} \ |
---|
39 | --localstatedir=%{_localstatedir} \ |
---|
40 | --sharedstatedir=%{_sharedstatedir} \ |
---|
41 | --mandir=%{_mandir} \ |
---|
42 | --infodir=%{_infodir} |
---|
43 | make |
---|
44 | |
---|
45 | %install |
---|
46 | if test "$RPM_BUILD_ROOT" != "/"; then |
---|
47 | rm -rf "$RPM_BUILD_ROOT" |
---|
48 | fi |
---|
49 | make \ |
---|
50 | prefix=%{?buildroot:%{buildroot}}%{_prefix} \ |
---|
51 | exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \ |
---|
52 | bindir=%{?buildroot:%{buildroot}}%{_bindir} \ |
---|
53 | sbindir=%{?buildroot:%{buildroot}}%{_sbindir} \ |
---|
54 | sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir} \ |
---|
55 | datadir=%{?buildroot:%{buildroot}}%{_datadir} \ |
---|
56 | includedir=%{?buildroot:%{buildroot}}%{_includedir} \ |
---|
57 | libdir=%{?buildroot:%{buildroot}}%{_libdir} \ |
---|
58 | libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir} \ |
---|
59 | localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir} \ |
---|
60 | sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \ |
---|
61 | mandir=%{?buildroot:%{buildroot}}%{_mandir} \ |
---|
62 | infodir=%{?buildroot:%{buildroot}}%{_infodir} \ |
---|
63 | install |
---|
64 | |
---|
65 | %{find_lang} %{name} |
---|
66 | |
---|
67 | %clean |
---|
68 | if test "$RPM_BUILD_ROOT" != "/"; then |
---|
69 | rm -rf "$RPM_BUILD_ROOT" |
---|
70 | fi |
---|
71 | |
---|
72 | %files -f %{name}.lang |
---|
73 | %defattr(-, root, root) |
---|
74 | %doc AUTHORS COPYING ChangeLog INSTALL NEWS README |
---|
75 | %{_bindir}/* |
---|
76 | %{_datadir}/idl/*.idl |
---|
77 | %{_datadir}/oaf/*.oafinfo |
---|
78 | %{_datadir}/gnome-spell |
---|
79 | |
---|
80 | %changelog |
---|
81 | * Thu Nov 01 2001 Peter Bowen <pzb@datastacks.com> |
---|
82 | - Include with gnome-spell in CVS |
---|
83 | |
---|
84 | * Thu Oct 04 2001 David Sainty <dsainty@redhat.com> |
---|
85 | - Updated to 0.3 |
---|
86 | |
---|
87 | * Mon Sep 03 2001 David Sainty <dsainty@redhat.com> |
---|
88 | - Updated to CVS snapshot. |
---|
89 | |
---|
90 | * Fri Aug 10 2001 Peter Bowen <pzb@scyld.com> 0.2-0.1 |
---|
91 | - Initial Revision |
---|