]> git.pld-linux.org Git - packages/gtksourceview3.git/blobdiff - gtksourceview3.spec
Update to 3.20.0
[packages/gtksourceview3.git] / gtksourceview3.spec
index 405597ddeb664cf8f0f89ccd4409d553d73aa38d..2ca40405f5925eb9f2424a7025e7f6108142eb8d 100644 (file)
@@ -6,23 +6,23 @@
 Summary:       Text widget that extends the standard GTK+ 3.x
 Summary(pl.UTF-8):     Widget tekstowy rozszerzający standardowy z GTK+ 3.x
 Name:          gtksourceview3
-Version:       3.16.0
+Version:       3.20.0
 Release:       1
 License:       LGPL v2+ (library), GPL v2+ (some language specs files)
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.16/gtksourceview-%{version}.tar.xz
-# Source0-md5: d4e3b50ed497d48b8fcf09e7ffa3d039
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.20/gtksourceview-%{version}.tar.xz
+# Source0-md5: 2d8b8f89d18c0dcc080c384e3c17e72d
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.64
-BuildRequires: automake >= 1:1.11
+BuildRequires: autoconf-archive >= 2015.09.25
+BuildRequires: automake >= 1:1.13
 BuildRequires: docbook-dtd412-xml
-BuildRequires: gettext-tools >= 0.17
-BuildRequires: glib2-devel >= 1:2.43.3
+BuildRequires: gettext-tools >= 0.19.4
+BuildRequires: glib2-devel >= 1:2.47.0
 BuildRequires: gnome-common >= 2.24.0
-BuildRequires: gobject-introspection-devel >= 0.10.0
-BuildRequires: gtk+3-devel >= 3.15.3
-BuildRequires: gtk-doc >= 1.18
-BuildRequires: intltool >= 0.40.0
+BuildRequires: gobject-introspection-devel >= 1.42.0
+BuildRequires: gtk+3-devel >= 3.16.0
+BuildRequires: gtk-doc >= 1.25
 %if %{with glade}
 BuildRequires: libgladeui-devel >= 3.9.0
 %endif
@@ -33,8 +33,8 @@ BuildRequires:        rpm-pythonprov
 BuildRequires: tar >= 1:1.22
 BuildRequires: vala
 BuildRequires: xz
-Requires:      glib2 >= 1:2.43.3
-Requires:      gtk+3 >= 3.15.3
+Requires:      glib2 >= 1:2.48.0
+Requires:      gtk+3 >= 3.20.0
 Requires:      libxml2 >= 1:2.6.31
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
@@ -68,8 +68,8 @@ Summary:      Header files for GtkSourceView
 Summary(pl.UTF-8):     Pliki nagłówkowe dla GtkSourceView
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.43.3
-Requires:      gtk+3-devel >= 3.15.3
+Requires:      glib2-devel >= 1:2.48.0
+Requires:      gtk+3-devel >= 3.20.0
 Requires:      libxml2-devel >= 1:2.6.31
 
 %description devel
@@ -119,11 +119,13 @@ API GtkSourceView dla języka Vala.
 %prep
 %setup -q -n gtksourceview-%{version}
 
+# force new version from autoconf-archive (original one uses non-POSIX ${V:N} syntax)
+%{__rm} m4/ax_compiler_flags_cflags.m4
+
 %build
 %{__gtkdocize}
-%{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
This page took 0.073528 seconds and 4 git commands to generate.