diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 631f820..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vte -# $Id: Makefile,v 1.2 2007/10/15 19:30:25 notting Exp $ -NAME := vte -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/sources b/sources index 839b8de..242cc08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d201695a8fc1d2411c372a9ee8c8ea51 vte-0.23.5.tar.bz2 +3b66116e930dde00e1ddbf8277066ea7 vte-0.24.1.tar.bz2 diff --git a/vte.spec b/vte.spec index 9fe888a..19ece8d 100644 --- a/vte.spec +++ b/vte.spec @@ -3,13 +3,13 @@ %define gtk2_version 2.12.0 Name: vte -Version: 0.23.5 -Release: 2%{?dist} +Version: 0.24.1 +Release: 1%{?dist} Summary: A terminal emulator License: LGPLv2+ Group: User Interface/X -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/vte/0.23/%{name}-%{version}.tar.bz2 +#VCS: git:git://git.gnome.org/vte +Source: http://download.gnome.org/sources/vte/0.24/%{name}-%{version}.tar.bz2 BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: pango-devel >= %{pango_version} @@ -50,11 +50,7 @@ export PYTHON %configure --enable-shared --enable-static --libexecdir=%{_libdir}/%{name} --without-glX --disable-gtk-doc make -%clean -rm -fr $RPM_BUILD_ROOT - %install -rm -fr $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Remove the .a and .la file. @@ -97,6 +93,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Mon Apr 26 2010 Matthias Clasen 0.24.1-1 +- Update to 0.24.1 + +* Mon Mar 29 2010 Matthias Clasen 0.24.0-1 +- Update to 0.24.0 + * Fri Jan 29 2010 Behdad Esfahbod 0.23.5-2 - Remove stale spec code