source: projects/specs/trunk/g/gtkspell3/gtkspell3-vl.spec @ 12396

Revision 12396, 2.3 KB checked in by tomop, 4 years ago (diff)

updated 15 packages

devhelp-3.36.2-1

gitg-3.32.1-

glade3-3.22.2-1

glib-networking-2.64.2-1

gnome-builder-3.36.0-1

gspell-1.8.3-1

gtk3-3.24.20-1

gtkspell3-3.0.10-2

json-glib-1.4.4-2

libdazzle-3.36.0-1

libepoxy-1.5.4-1

libgee-0.20.3-1

libpeas-1.26.0-1

pango-1.44.7-1

vte3-0.60.2-1

Line 
1Summary: On-the-fly spell checking for GtkTextView widgets.
2Name: gtkspell3
3Version: 3.0.10
4Release: 2%{?_dist_release}
5License: GPL
6Group: System Environment/Libraries
7URL: http://gtkspell.sourceforge.net/
8Source0: https://downloads.sourceforge.net/project/gtkspell/%{version}/gtkspell3-%{version}.tar.xz
9BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
10BuildRequires: aspell-devel, gtk3-devel, gtk-doc, enchant2-devel
11BuildRequires: vala vala-tools vala-devel
12BuildRequires: gettext
13
14%description
15GtkSpell provides word-processor-style highlighting and replacement of
16misspelled words in a GtkTextView widget as you type. Right-clicking a
17misspelled word pops up a menu of suggested replacements.
18
19
20%package        devel
21Summary:        Development files for GtkSpell.
22Group:          Development/Libraries
23Requires:       %{name} = %{version}-%{release}
24Requires:       aspell-devel,gtk3-devel, enchant-devel
25
26%description    devel
27The gtkspell-devel package provides header files and static libraries
28for developing applications which use GtkSpell.
29
30
31%package        docs
32Summary:        Documentation for %{name}
33Summary(ja):    %{name} 用のドキュメント
34Group:          Documentation
35Requires:       %{name} = %{version}-%{release}
36BuildArch:      noarch
37
38%description    docs
39This package contains documentation for %{name}.
40
41
42%prep
43%setup -q
44
45
46%build
47%configure --disable-static --enable-vala=yes
48make %{?_smp_mflags}
49
50
51%install
52rm -rf $RPM_BUILD_ROOT
53make DESTDIR=$RPM_BUILD_ROOT install
54find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
55
56%find_lang %{name}
57
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62
63%post -p /sbin/ldconfig
64
65%postun -p /sbin/ldconfig
66
67
68%files -f %{name}.lang
69%defattr(-,root,root,-)
70%license COPYING
71%doc NEWS README AUTHORS
72%{_libdir}/libgtkspell3-3.so.*
73%{_libdir}/girepository-1.0/GtkSpell-3.0.typelib
74
75%files devel
76%defattr(-,root,root,-)
77%{_includedir}/gtkspell-3.0
78%{_libdir}/libgtkspell3-3.so
79%{_libdir}/pkgconfig/%{name}-3.0.pc
80%{_datadir}/gir-1.0/GtkSpell-3.0.gir
81%dir %{_datadir}/vala
82%dir %{_datadir}/vala/vapi
83%{_datadir}/vala/vapi/*
84
85%files docs
86%defattr(-,root,root,-)
87%{_datadir}/gtk-doc/html/%{name}
88
89
90%changelog
91* Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.10-2
92- added vala support.
93
94* Fri May 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.10-1
95- new upstream release.
96
97* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.4-1
98- initial build
99
Note: See TracBrowser for help on using the repository browser.