]> git.pld-linux.org Git - packages/gtksourceview5.git/blobdiff - gtksourceview3.spec
- updated to 3.6.1
[packages/gtksourceview5.git] / gtksourceview3.spec
index d98ee79e65651398a9f8c3085666e68bff643e09..9f99f7bac31d163a8e4118e7507ee61063b934b0 100644 (file)
@@ -5,20 +5,21 @@
 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:       2.91.8
+Version:       3.6.1
 Release:       1
-License:       GPL v2+ and LGPL v2+
+License:       LGPL v2+ (library), GPL v2+ (some language specs files)
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.91/gtksourceview-%{version}.tar.bz2
-# Source0-md5: af223df44544301c5a39f8fbaa2aeebf
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.6/gtksourceview-%{version}.tar.xz
+# Source0-md5: 7e30c65b49a87664044038d593757bcc
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.64
-BuildRequires: automake >= 1:1.10.3
+BuildRequires: automake >= 1:1.11
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel >= 0.17
+BuildRequires: glib2-devel >= 1:2.32.0
 BuildRequires: gnome-common >= 2.24.0
-BuildRequires: gobject-introspection-devel >= 0.9.0
-BuildRequires: gtk+3-devel >= 3.0.0
+BuildRequires: gobject-introspection-devel >= 0.10.0
+BuildRequires: gtk+3-devel >= 3.4.0
 BuildRequires: gtk-doc >= 1.11
 BuildRequires: intltool >= 0.40.0
 %if %{with glade}
@@ -28,7 +29,11 @@ BuildRequires:       libtool >= 2:2.2.6
 BuildRequires: libxml2-devel >= 1:2.6.31
 BuildRequires: pkgconfig
 BuildRequires: rpm-pythonprov
-Requires:      glib2 >= 1:2.28.0
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires:      glib2 >= 1:2.32.0
+Requires:      gtk+3 >= 3.4.0
+Requires:      libxml2 >= 1:2.6.31
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -61,7 +66,8 @@ Summary:      Header files for GtkSourceView
 Summary(pl.UTF-8):     Pliki nagłówkowe dla GtkSourceView
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      gtk+3-devel >= 3.0.0
+Requires:      glib2-devel >= 1:2.32.0
+Requires:      gtk+3-devel >= 3.4.0
 Requires:      libxml2-devel >= 1:2.6.31
 
 %description devel
@@ -84,12 +90,17 @@ Statyczna biblioteka GtkSourceView.
 
 %package -n glade3-gtksourceview
 Summary:       Glade3 catalog entry for GtkSourceView library
+Summary(pl.UTF-8):     Wpis katalogu Glade3 dla biblioteki GtkSourceView
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
+Requires:      libgladeui >= 3.9.0
 
 %description -n glade3-gtksourceview
 Glade3 catalog entry for GtkSourceView library.
 
+%description -n glade3-gtksourceview -l pl.UTF-8
+Wpis katalogu Glade3 dla biblioteki GtkSourceView.
+
 %prep
 %setup -q -n gtksourceview-%{version}
 
@@ -102,12 +113,12 @@ Glade3 catalog entry for GtkSourceView library.
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-gtk-doc \
-       --enable-static \
-       --with-html-dir=%{_gtkdocdir} \
        %{__enable glade glade-catalog} \
+       --enable-gtk-doc \
        --enable-providers \
-       --disable-silent-rules
+       --disable-silent-rules \
+       --enable-static \
+       --with-html-dir=%{_gtkdocdir}
 %{__make}
 
 %install
This page took 0.201482 seconds and 4 git commands to generate.