Browse Source

updated vte to 0.25.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1562 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
be9364856f
1 changed files with 10 additions and 5 deletions
  1. 10 5
      v/vte/vte-vl.spec

+ 10 - 5
v/vte/vte-vl.spec

@@ -1,11 +1,11 @@
 Summary: An terminal emulator.
 Summary(ja): ターミナルエミュレータ
 Name: vte
-Version: 0.24.3
+Version: 0.25.1
 Release: 1%{?_dist_release}
 License: LGPL
 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
 BuildRequires: gtk2-devel
@@ -34,9 +34,9 @@ package contains the files needed for building applications using VTE.
 %setup -q
 
 %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
 make %{?_smp_mflags}
 
@@ -78,6 +78,11 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/pygtk/2.0/defs/vte.defs
 
 %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
 - new upstream release