]> 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 a9f7f6f0681b64a75db60846c3acc5eed2ec22d5..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.10
-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)
@@ -33,8 +36,8 @@ Summary:      Headers for VTE
 Summary(pl):   Pliki nag³ówkowe VTE
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
-Requires:      glib2-devel >= 2.0.7
-Requires:      gtk+2-devel >= 2.0.8
+Requires:      glib2-devel >= 2.2.0
+Requires:      gtk+2-devel >= 2.2.0
 Requires:      libart_lgpl-devel >= 2.3.10
 Conflicts:     gnome-libs-devel < 1.4.1.2
 
@@ -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.048204 seconds and 4 git commands to generate.