From 760bda8a611da16a1a83f7726519a3546a57fe9e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: May 10 2006 00:53:49 +0000 Subject: 2.13.0 --- diff --git a/.cvsignore b/.cvsignore index 7d3ee66..bd0f5cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ vte-0.13.0.tar.bz2 +po.tar.gz diff --git a/sources b/sources index 6e3fb37..6364aa8 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 92fd3b9a9d027fdf3a4825028938b5f6 vte-0.13.0.tar.bz2 +475adbe4784d4d261e12af643ec98814 po.tar.gz diff --git a/vte.spec b/vte.spec index 8114e65..5808a30 100644 --- a/vte.spec +++ b/vte.spec @@ -6,6 +6,8 @@ License: LGPL Group: User Interface/X BuildRoot: %{_tmppath}/%{name}-root Source: ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.11/%{name}-%{version}.tar.bz2 +# the po/LINGUAS disaster +Source2: po.tar.gz BuildRequires: gtk2-devel, pygtk2-devel, python-devel, ncurses-devel BuildRequires: gettext Requires: bitmap-fonts @@ -28,11 +30,18 @@ package contains the files needed for building applications using VTE. %prep %setup -q +tar xzf %{SOURCE2} %patch0 -p1 -b .real-transparency %build +# do the full automadness, due to intltool breakage +intltoolize --force +aclocal +automake +autoheader +autoconf PYTHON=%{_bindir}/python`%{__python} -c "import sys ; print sys.version[:3]"` export PYTHON %configure --enable-shared --enable-static --libexecdir=%{_libdir}/%{name} --without-glX --disable-gtk-doc