|
@@ -1,11 +1,11 @@
|
|
Summary: An terminal emulator.
|
|
Summary: An terminal emulator.
|
|
Summary(ja): ターミナルエミュレータ
|
|
Summary(ja): ターミナルエミュレータ
|
|
Name: vte
|
|
Name: vte
|
|
-Version: 0.24.3
|
|
|
|
|
|
+Version: 0.25.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/vte/0.24/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
+Source: http://ftp.gnome.org/pub/GNOME/sources/vte/0.25/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
@@ -34,9 +34,9 @@ package contains the files needed for building applications using VTE.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-if [ -x %{_bindir}/python2.4 ]; then
|
|
|
|
- PYTHON=%{_bindir}/python2.4; export PYTHON
|
|
|
|
-fi
|
|
|
|
|
|
+##if [ -x %{_bindir}/python2.4 ]; then
|
|
|
|
+## PYTHON=%{_bindir}/python2.4; export PYTHON
|
|
|
|
+##fi
|
|
%configure --enable-shared --enable-static --without-glX
|
|
%configure --enable-shared --enable-static --without-glX
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -78,6 +78,11 @@ rm -fr $RPM_BUILD_ROOT
|
|
%{_datadir}/pygtk/2.0/defs/vte.defs
|
|
%{_datadir}/pygtk/2.0/defs/vte.defs
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Aug 13 2010 Shu KONNO <owa@bg.wakwak.com> 0.25.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropt dependency with python2.4 in %%build section
|
|
|
|
+- rebuilt with python-2.6.5
|
|
|
|
+
|
|
* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.3-1
|
|
* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|