source: trunk/third/gnome-spell/gnome-spell.spec @ 19737

Revision 19737, 2.7 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19736, which included commits to RCS files with non-trunk default branches.
Line 
1Name:           gnome-spell     
2Version:        1.0.5   
3Release:        %{?custom_release}%{!?custom_release:1}
4License:        GPL
5BuildRoot:      %{_tmppath}/%{name}-%{version}-root
6URL:            http://www.gnome.org/
7Source:         ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.gz
8Summary:        The spelling component for bonobo
9Group:          System Environment/Libraries
10Requires:       aspell >= 0.28
11Requires:       pspell >= 0.12
12Requires:       bonobo >= 0.28
13Requires:       gal >= 0.7.99.5
14BuildRequires:  aspell-devel >= 0.28
15BuildRequires:  pspell-devel >= 0.12
16BuildRequires:  bonobo-devel >= 0.28
17BuildRequires:  libglade-devel
18BuildRequires:  gal-devel >= 0.7.99.5
19
20%description
21GNOME/Bonobo speeling component
22
23%prep
24%setup -q
25
26%build
27CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
28CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ;
29FFLAGS="${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}
43make
44
45%install
46if test "$RPM_BUILD_ROOT" != "/"; then
47        rm -rf "$RPM_BUILD_ROOT"
48fi
49make \
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} \
63install
64
65%{find_lang} %{name}
66
67%clean
68if test "$RPM_BUILD_ROOT" != "/"; then
69        rm -rf "$RPM_BUILD_ROOT"
70fi
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
Note: See TracBrowser for help on using the repository browser.