Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
79100e880a dist-git conversion 2010-07-29 18:07:11 +00:00
Matthias Clasen
2146ebd461 0.24.1 2010-04-27 00:39:09 +00:00
Matthias Clasen
123f5addf1 0.24 2010-03-29 14:57:20 +00:00
Jesse Keating
a7c1a7b3fe Initialize branch F-13 for vte 2010-02-17 03:26:02 +00:00
4 changed files with 11 additions and 30 deletions

View file

View file

@ -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)

View file

@ -1 +1 @@
d201695a8fc1d2411c372a9ee8c8ea51 vte-0.23.5.tar.bz2
3b66116e930dde00e1ddbf8277066ea7 vte-0.24.1.tar.bz2

View file

@ -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 <mclasen@redhat.com> 0.24.1-1
- Update to 0.24.1
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 0.24.0-1
- Update to 0.24.0
* Fri Jan 29 2010 Behdad Esfahbod <behdad@redhat.com> 0.23.5-2
- Remove stale spec code