source: projects/specs/branches/6/g/gnome-spell/gnome-spell-vl.spec @ 623

Revision 623, 4.0 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

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