]> git.pld-linux.org Git - packages/gspell.git/blobdiff - gspell.spec
Update to 1.0.0 (new soname)
[packages/gspell.git] / gspell.spec
index 122d7552c02f9744b8b257bbf94b7562e88db3af..f677278bb65a267faa032d9be61dafdeff46a2fc 100644 (file)
@@ -5,32 +5,28 @@
 Summary:       gspell - a spell-checking library for GTK+
 Summary(pl.UTF-8):     gspell - biblioteka sprawdzania pisowni dla GTK+
 Name:          gspell
-Version:       0.1.1
+Version:       1.0.0
 Release:       1
-License:       GPL v2+
+License:       LGPL v2.1+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gspell/0.1/%{name}-%{version}.tar.xz
-# Source0-md5: ac10b88578144d9f1a8f974efa03a5dc
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gspell/1.0/%{name}-%{version}.tar.xz
+# Source0-md5: 597badf88c251cf7712470cb14dfc59c
 URL:           https://wiki.gnome.org/Projects/gspell
 BuildRequires: enchant-devel >= 1.6.0
 BuildRequires: gettext-tools >= 0.19.4
 BuildRequires: glib2-devel >= 1:2.44
 BuildRequires: gobject-introspection-devel >= 1.42.0
-BuildRequires: gtk+3-devel >= 3.16
+BuildRequires: gtk+3-devel >= 3.20
 BuildRequires: gtk-doc >= 1.24
-BuildRequires: gtksourceview3-devel >= 3.16
 BuildRequires: iso-codes >= 0.35
-BuildRequires: libxml2-devel >= 1:2.5.0
 BuildRequires: pkgconfig
-BuildRequires: vala
 BuildRequires: tar >= 1:1.22
+BuildRequires: vala
 BuildRequires: xz
 Requires:      enchant >= 1.6.0
-Requires:      glib2 >= 1:2.36.0
-Requires:      gtk+3 >= 3.16
-Requires:      gtksourceview3 >= 3.16
+Requires:      glib2 >= 1:2.44.0
+Requires:      gtk+3 >= 3.20
 Requires:      iso-codes >= 0.35
-Requires:      libxml2 >= 1:2.5.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,9 +46,7 @@ Group:                X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      enchant-devel >= 1.6.0
 Requires:      glib2-devel >= 1:2.44
-Requires:      gtk+3-devel >= 3.16
-Requires:      gtksourceview3-devel >= 3.16
-Requires:      libxml2-devel >= 1:2.5.0
+Requires:      gtk+3-devel >= 3.20
 
 %description devel
 Header files for gspell library.
@@ -89,6 +83,9 @@ Summary(pl.UTF-8):    API jÄ™zyka Vala do biblioteki gspell
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 Requires:      vala
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description -n vala-gspell
 Vala API for gspell library.
@@ -128,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_libdir}/libgspell-1.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgspell-1.so.0
+%attr(755,root,root) %ghost %{_libdir}/libgspell-1.so.1
 %{_libdir}/girepository-1.0/Gspell-1.typelib
 
 %files devel
@@ -146,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files apidocs
 %defattr(644,root,root,755)
-%{_gtkdocdir}/gspell1
+%{_gtkdocdir}/gspell-1.0
 
 %files -n vala-gspell
 %defattr(644,root,root,755)
This page took 0.092985 seconds and 4 git commands to generate.