source: projects/specs/trunk/g/gtkspell/gtkspell-vl.spec @ 9098

Revision 9098, 3.5 KB checked in by inagaki, 9 years ago (diff)

2014-11-17 Ryoichi INAGAKI <ryo1@…>

  • ggz-client-libs, gtkspell: rebuilt
  • sysfsutils: updated


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