From 4957e6e85000e21ff58e14ffe25e311e79959a27 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 29 2019 10:32:24 +0000 Subject: import gtkspell3-3.0.3-4.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e06e992 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gtkspell3-3.0.3.tar.gz diff --git a/.gtkspell3.metadata b/.gtkspell3.metadata new file mode 100644 index 0000000..d178a01 --- /dev/null +++ b/.gtkspell3.metadata @@ -0,0 +1 @@ +48197eb666e061223901fea35f54c90925f128a8 SOURCES/gtkspell3-3.0.3.tar.gz diff --git a/SPECS/gtkspell3.spec b/SPECS/gtkspell3.spec new file mode 100644 index 0000000..a04052b --- /dev/null +++ b/SPECS/gtkspell3.spec @@ -0,0 +1,90 @@ +Name: gtkspell3 +Version: 3.0.3 +Release: 4%{?dist} +Summary: On-the-fly spell checking for GtkTextView widgets + +License: GPLv2+ +URL: http://gtkspell.sourceforge.net/ +Source0: http://downloads.sourceforge.net/gtkspell/gtkspell3-%{version}.tar.gz + +BuildRequires: enchant-devel +BuildRequires: gettext +BuildRequires: gobject-introspection-devel +BuildRequires: gtk3-devel +BuildRequires: intltool +BuildRequires: vala-devel +BuildRequires: vala-tools +BuildRequires: iso-codes-devel + +Requires: iso-codes + +%description +GtkSpell provides word-processor-style highlighting and replacement of +misspelled words in a GtkTextView widget as you type. Right-clicking a +misspelled word pops up a menu of suggested replacements. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-vala < 3.0.2-2 + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use GtkSpell API version 3.0. + +%prep +%setup -q + +%build +%configure --disable-static --enable-vala +make %{?_smp_mflags} V=1 + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +%find_lang gtkspell3 + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files -f gtkspell3.lang +%doc AUTHORS COPYING README +%{_libdir}/girepository-1.0/GtkSpell-3.0.typelib +%{_libdir}/libgtkspell3-3.so.* + +%files devel +%doc %{_datadir}/gtk-doc/ +%{_includedir}/gtkspell-3.0/ +%{_libdir}/libgtkspell3-3.so +%{_libdir}/pkgconfig/gtkspell3-3.0.pc +%{_datadir}/gir-1.0/GtkSpell-3.0.gir +%{_datadir}/vala/vapi/gtkspell3-3.0.vapi +%{_datadir}/vala/vapi/gtkspell3-3.0.deps + +%changelog +* Fri Jan 24 2014 Daniel Mach - 3.0.3-4 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 3.0.3-3 +- Mass rebuild 2013-12-27 + +* Tue Jun 04 2013 Sandro Mani - 3.0.3-2 +- Add iso-codes requires and iso-codes-devel BR + +* Tue Jun 04 2013 Sandro Mani - 3.0.3-1 +- Update to 3.0.3 + +* Thu Mar 07 2013 Sandro Mani - 3.0.2-2 +- Merge -vala into -devel package + +* Wed Mar 06 2013 Sandro Mani - 3.0.2-1 +- Update to 3.0.2 +- Adds vala bindings + +* Sat Feb 09 2013 Sandro Mani - 3.0.1-1 +- Update to 3.0.1 + +* Thu Nov 15 2012 Kalev Lember - 3.0.0-1 +- Initial gtkspell3 packaging, based on Fedora's gtkspell package