source: projects/specs/trunk/g/gnome-spell/gnome-spell-vl.spec @ 521

Revision 521, 3.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Bonobo component for spell checking
2Summary(ja): ¥¹¥Ú¥ë¥Á¥§¥Ã¥¯ÍÑ Bonobo ¥³¥ó¥Ý¡¼¥Í¥ó¥È
3Name: gnome-spell
4Version: 1.0.5
5Release: 10vl1
6Source0: ftp://ftp.gnome.org/pub/gnome/sources/gnome-spell/1.0/%{name}-%{version}.tar.bz2
7Patch0: gnome-spell-1.0.2-pspell-compat.patch
8Patch1: gnome-spell-1.0.2-langlist.patch
9Patch2: gnome-spell-1.0.4-multilib.patch
10Patch3: gnome-spell-1.0.5-allowdeprecated.patch
11License: GPL
12Group: Applications/Text
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: aspell-devel, intltool >= 0.11
15BuildRequires: libgnomeui-devel, libbonoboui-devel, libglade2-devel
16
17# for aspell back patch
18BuildRequires: autoconf, automake14
19
20
21%description
22Gnome Spell is GNOME/Bonobo component for spell checking. In current
23version it contains GNOME::Spell::Dictionary object, which provides
24spell checking dictionary (see Spell.idl for exact API definition).
25It's based on pspell package, which is required to build gnome-spell.
26
27%prep
28%setup -q
29%patch0 -p1 -b .pspell-compat
30%patch1 -p1 -b .langlist
31%patch2 -p1 -b .multilib
32%patch3 -p1 -b .nodep
33
34%build
35autoheader
36automake-1.4
37autoconf
38export _lib=%{_lib}
39%configure
40make
41
42%install
43rm -rf $RPM_BUILD_ROOT
44%makeinstall
45
46rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-spell/*.a
47rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-spell/*.la
48
49%{find_lang} %{name}-%{version}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files -f %{name}-%{version}.lang
55%defattr(-,root,root)
56%doc README COPYING ChangeLog NEWS AUTHORS INSTALL
57%{_libdir}/gnome-spell/*.so
58%{_libdir}/bonobo/servers/*
59%{_datadir}/control-center-2.0/icons/*
60%{_datadir}/gnome-spell-%{version}
61%{_datadir}/idl/*
62
63%changelog
64* Thu Oct  6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-10vl1
65- new upstream based on Fedora development
66  * Wed Nov 24 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.5-8
67  - added explicit Requires on libgnomeui, libbonoboui,
68    libglade2 and BuildRequires on the corresponding devel packages
69  - removed erroneous BuildRequires on libgal2-devel and linc-devel (#140478)
70  * Wed Jul 23 2003 Elliot Lee <sopwith@redhat.com> 1.0.4-3
71  - Fix multilib (multilib.patch)
72
73* Wed Jun 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-5vl1
74- build for Vine Linux
75
76* Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
77- rebuilt
78
79* Thu Jun  5 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-4
80- rebuild
81
82* Sun May 11 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-3
83- new approach for handling compatibility with old pspell, fixes crashes with
84  the old patch and makes it a less manual process
85
86* Wed May  7 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-2
87- fix broken auto*
88
89* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-1
90- 1.0.3
91
92* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.0.2-1
93- rebuild with newer aspell
94
95* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.0.2-0.9
96- update to 1.0.2
97- add a patch to build and work with older aspell
98
99* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
100- rebuilt
101
102* Fri Jan 10 2003 Karsten Hopp <karsten@redhat.de> 0.5-4
103- rebuild with the last added buildrequires
104
105* Wed Nov 13 2002 Jeremy Katz <katzj@redhat.com>
106- add buildrequires of libcapplet0-devel (based on report from Daniel Resare)
107
108* Tue Nov  5 2002 Jeremy Katz <katzj@redhat.com> 0.5-3
109- rebuild against new gal
110
111* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 0.5-2
112- remove unpackages files in %%install
113
114* Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com> 0.5-1
115- 0.5
116
117* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
118- build using gcc-3.2-0.1
119
120* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
121- automated rebuild
122
123* Thu May 23 2002 Tim Powers <timp@redhat.com>
124- automated rebuild
125
126* Wed Feb 20 2002 Jeremy Katz <katzj@redhat.com>
127- update to 0.4.1
128
129* Fri Jan 25 2002 Jeremy Katz <katzj@redhat.com>
130- rebuild in new environment
131
132* Wed Jan  9 2002 Jeremy Katz <katzj@redhat.com>
133- initial build for Red Hat Linux
Note: See TracBrowser for help on using the repository browser.