]> git.pld-linux.org Git - packages/vte.git/blobdiff - vte.spec
- fixes sigsegv of gnome-terminal on quit (patch from bugzilla.gnome.org)
[packages/vte.git] / vte.spec
index 9898277c4b2572e800a8dc543dce0d5490e401bf..27a71849edc91b72fa6a0fbe6392a6b464bf361b 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -4,18 +4,21 @@
 Summary:       VTE terminal widget library
 Summary(pl):   Biblioteka z kontrolk± terminala VTE
 Name:          vte
-Version:       0.10.17
-Release:       1
+Version:       0.11.0
+Release:       2
 License:       LGPL
 Group:         X11/Libraries
-Source0:       ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.10/%{name}-%{version}.tar.bz2
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.11/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-keys.patch
+Patch1:                %{name}-sigsegv.patch
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: Xft-devel >= 2.1-3
+BuildRequires: Xft-devel >= 2.1-2
 BuildRequires: glib2-devel >= 2.2.0
 BuildRequires: gtk+2-devel >= 2.2.0
 BuildRequires: libart_lgpl-devel >= 2.3.10
 BuildRequires: libtool
+BuildRequires:  rpm-pythonprov
 BuildRequires: python-pygtk-devel >= 1.99.13
 Requires(pre): utempter
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,7 +80,9 @@ Python VTE library.
 Biblioteka VTE dla pythona.
 
 %prep
-%setup  -q
+%setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 glib-gettextize --copy --force
This page took 0.038195 seconds and 4 git commands to generate.