]> git.pld-linux.org Git - packages/gspell.git/blobdiff - gspell.spec
icu rebuild
[packages/gspell.git] / gspell.spec
index 4a29c011b245f57e7367371b1306218c023d8464..85c619c8bb98fdf00b2e772f6eabef09035131d7 100644 (file)
@@ -5,28 +5,29 @@
 Summary:       gspell - a spell-checking library for GTK+
 Summary(pl.UTF-8):     gspell - biblioteka sprawdzania pisowni dla GTK+
 Name:          gspell
-Version:       1.6.1
-Release:       1
+Version:       1.10.0
+Release:       2
 License:       LGPL v2.1+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gspell/1.6/%{name}-%{version}.tar.xz
-# Source0-md5: eff10d2f25b186e49c8dd58c8176f3b0
+Source0:       https://download.gnome.org/sources/gspell/1.10/%{name}-%{version}.tar.xz
+# Source0-md5: 8c738e40e8b76ee7f614fff75d995ad4
 URL:           https://wiki.gnome.org/Projects/gspell
-BuildRequires: enchant-devel >= 1.6.0
-BuildRequires: gettext-tools >= 0.19.4
+BuildRequires: enchant2-devel >= 2.1.3
+BuildRequires: gettext-tools >= 0.19.6
 BuildRequires: glib2-devel >= 1:2.44
 BuildRequires: gobject-introspection-devel >= 1.42.0
 BuildRequires: gtk+3-devel >= 3.20
 BuildRequires: gtk-doc >= 1.25
-BuildRequires: iso-codes >= 0.35
+BuildRequires: libicu-devel
 BuildRequires: pkgconfig
+BuildRequires: rpm-build >= 4.6
+BuildRequires: rpmbuild(macros) >= 1.98
 BuildRequires: tar >= 1:1.22
 BuildRequires: vala
 BuildRequires: xz
-Requires:      enchant >= 1.6.0
+Requires:      enchant2 >= 2.1.3
 Requires:      glib2 >= 1:2.44.0
 Requires:      gtk+3 >= 3.20
-Requires:      iso-codes >= 0.35
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,9 +45,10 @@ Summary:     Header files for gspell library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki gspell
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      enchant-devel >= 1.6.0
+Requires:      enchant2-devel >= 2.1.3
 Requires:      glib2-devel >= 1:2.44
 Requires:      gtk+3-devel >= 3.20
+Requires:      libicu-devel
 
 %description devel
 Header files for gspell library.
@@ -70,9 +72,7 @@ Statyczna biblioteka gspell.
 Summary:       API documentation for gspell library
 Summary(pl.UTF-8):     Dokumentacja API biblioteki gspell
 Group:         Documentation
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description apidocs
 API documentation for gspell library.
@@ -86,9 +86,7 @@ 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.
@@ -129,7 +127,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/gspell-app1
 %attr(755,root,root) %{_libdir}/libgspell-1.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgspell-1.so.1
+%attr(755,root,root) %ghost %{_libdir}/libgspell-1.so.2
 %{_libdir}/girepository-1.0/Gspell-1.typelib
 
 %files devel
This page took 0.053131 seconds and 4 git commands to generate.