[gtkspell3] Initial import (#876995)

Kalev Lember kalev at fedoraproject.org
Sun Dec 16 10:09:09 UTC 2012


commit 62da52a660c6aac111ad986bb820e7dd7c03de28
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Dec 16 09:07:35 2012 +0100

    Initial import (#876995)

 .gitignore     |    1 +
 gtkspell3.spec |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..aad24e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gtkspell3-3.0.0.tar.gz
diff --git a/gtkspell3.spec b/gtkspell3.spec
new file mode 100644
index 0000000..2d66372
--- /dev/null
+++ b/gtkspell3.spec
@@ -0,0 +1,60 @@
+Name:           gtkspell3
+Version:        3.0.0
+Release:        1%{?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
+
+%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}
+
+%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
+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
+%{_includedir}/gtkspell-3.0/
+%{_libdir}/libgtkspell3-3.so
+%{_libdir}/pkgconfig/gtkspell3-3.0.pc
+%{_datadir}/gir-1.0/GtkSpell-3.0.gir
+%doc %{_datadir}/gtk-doc/
+
+%changelog
+* Thu Nov 15 2012 Kalev Lember <kalevlember at gmail.com> - 3.0.0-1
+- Initial gtkspell3 packaging, based on Fedora's gtkspell package
diff --git a/sources b/sources
index e69de29..fc6e5c7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7baceb03ef0021dd9edf058db73f4b72  gtkspell3-3.0.0.tar.gz


More information about the scm-commits mailing list