source: projects/specs/branches/6/g/gtkspell/gtkspell-vl.spec @ 1983

Revision 1983, 3.3 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1Summary: GtkSpell provides on-the-fly spell checking for GtkTextView widgets.
2Name: gtkspell
3Version: 2.0.16
4Release: 2%{?_dist_release}
5License: GPL
6Group: System Environment/Libraries
7URL: http://gtkspell.sourceforge.net/
8Source0: http://gtkspell.sourceforge.net/download/%{name}-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
10BuildRequires: aspell-devel, gtk2-devel, gtk-doc, enchant-devel
11BuildRequires: gettext
12
13%description
14GtkSpell provides word-processor-style highlighting and replacement of
15misspelled words in a GtkTextView widget as you type. Right-clicking a
16misspelled word pops up a menu of suggested replacements.
17
18%package devel
19Summary: Development files for GtkSpell.
20Group: Development/Libraries
21Requires: %{name} = %{version}-%{release}
22Requires: aspell-devel,gtk2-devel, enchant-devel
23
24%description devel
25The gtkspell-devel package provides header files and static libraries
26for developing applications which use GtkSpell.
27
28%prep
29%setup -q
30
31%build
32%configure --disable-static
33make %{?_smp_mflags}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make DESTDIR=$RPM_BUILD_ROOT install
38find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
39
40%find_lang %{name}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%post -p /sbin/ldconfig
46
47%postun -p /sbin/ldconfig
48
49%files -f %{name}.lang
50%defattr(-,root,root,-)
51%doc NEWS README AUTHORS COPYING
52%{_libdir}/libgtkspell.so.0*
53
54%files devel
55%defattr(-,root,root,-)
56%{_datadir}/gtk-doc/html/gtkspell
57#{_libdir}/libgtkspell.a
58%{_libdir}/libgtkspell.so
59%{_libdir}/pkgconfig/gtkspell-2.0.pc
60%{_includedir}/gtkspell-2.0
61
62%changelog
63* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 2.0.16-2
64- rebuilt with rpm-4.8.1 for pkg-config
65
66* Thu Nov 19 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.0.16-1
67- new upstream version.
68
69* Mon Aug 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.15-2
70- add BR: enchant-devel
71- add R: enchant-devel to -devel
72
73* Sat May 16 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.15-1
74- applied new versioning policy
75- new upstream release
76- removed static library
77
78* Sat Oct  8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.11-0vl1
79- rebuild for Vine Linux
80
81* Wed Mar 16 2005 David Malcolm <dmalcolm@redhat.com> - 2.0.7-3
82- rebuild with GCC 4
83
84* Mon Aug 30 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.7-2
85- rerun ldconfig upon uninstall; thanks to Matthias Saou (#131277)
86
87* Mon Aug 23 2004 Warren Togami <wtogami@redhat.com> - 2.0.7-1
88- 2.0.7 should fix more i18n stuff
89
90* Sat Aug 21 2004 Warren Togami <wtogami@redhat.com> - 2.0.6-3
91- nosnilmot informed us about broken i18n fixed in upstream CVS
92
93* Fri Jul 30 2004 Florian La Roche <Florian.LaRoche@redhat.de>
94- add ldconfig symlink into rpm
95
96* Fri Jul  2 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.6-1
97- 2.0.6; added find_lang; updated description
98
99* Mon Jun 21 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.4-6
100- rebuilt
101
102* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
103- rebuilt
104
105* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
106- rebuilt
107
108* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
109- rebuilt
110
111* Mon Dec 15 2003 Matt Wilson <msw@redhat.com> 2.0.4-3
112- added BuildRequires: gtk-doc (#111107)
113- added Requires: gtk2-devel for gtkspell-devel subpackage (#111139)
114
115* Mon Sep 29 2003 Matt Wilson <msw@redhat.com> 2.0.4-2
116- add aspell-devel to gtkspell-devel as a requirement (#105944,
117  #104562)
118
119* Tue Jul 15 2003 Matt Wilson <msw@redhat.com> 2.0.4-1
120- Initial build.
121
122
Note: See TracBrowser for help on using the repository browser.