[gtkspellmm30] Initial import

Sandro Mani smani at fedoraproject.org
Fri Apr 26 15:36:20 UTC 2013


commit dcd70b166e56bfb35b76c2f9552782d74bd7dd1a
Author: Sandro Mani <manisandro at gmail.com>
Date:   Fri Apr 26 17:36:14 2013 +0200

    Initial import

 .gitignore        |    1 +
 gtkspellmm30.spec |   71 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..953674b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gtkspellmm-3.0.1.tar.gz
diff --git a/gtkspellmm30.spec b/gtkspellmm30.spec
new file mode 100644
index 0000000..9dbfd03
--- /dev/null
+++ b/gtkspellmm30.spec
@@ -0,0 +1,71 @@
+Name:          gtkspellmm30
+Version:       3.0.1
+Release:       1%{?dist}
+License:       GPLv2+
+Group:         System Environment/Libraries
+Summary:       On-the-fly spell checking for GtkTextView widgets - C++ bindings
+URL:           http://gtkspell.sourceforge.net/
+Source0:       http://sourceforge.net/projects/gtkspell/files/gtkspellmm/gtkspellmm-%{version}.tar.gz
+
+BuildRequires: gtkspell3-devel gtkmm30-devel gtkmm30-doc
+
+%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
+Group:         Development/Libraries
+Summary:       Development files for gtkspellmm30
+Requires:      %{name}%{?_isa} = %{version}-%{release}
+
+%description   devel
+The gtkspellmm30-devel package provides header and documentation files for
+developing C++ applications which use GtkSpell.
+
+%package       doc
+Group:         Documentation
+Summary:       Documentation for %{name}
+BuildArch:     noarch
+Requires:      gtkmm30-doc
+
+%description   doc
+This package contains the full API documentation for %{name}.
+
+%prep
+%setup -q -n gtkspellmm-%{version}
+
+%build
+%configure
+
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_libdir}/libgtkspellmm-3.0.so.0*
+
+%files devel
+%{_includedir}/gtkspellmm-3.0
+%{_libdir}/libgtkspellmm-3.0.so
+%{_libdir}/pkgconfig/gtkspellmm-3.0.pc
+%{_libdir}/gtkspellmm-3.0
+
+%files doc
+%doc COPYING
+%{_datadir}/devhelp/books/gtkspellmm-3.0
+%{_datadir}/doc/gtkspellmm-3.0
+
+%changelog
+* Fri Apr 26 2013 Sandro Mani <manisandro at gmail.com> - 3.0.1-1
+- New upstream release (uses correct GPLv2 license headers)
+
+* Fri Mar 08 2013 Sandro Mani <manisandro at gmail.com> - 3.0.0-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..6178213 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bf36504f2c837f1109885a082fd90153  gtkspellmm-3.0.1.tar.gz


More information about the scm-commits mailing list