Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36c51dbb83 | ||
|
|
8a0fd939e6 | ||
|
|
a55a8aacc8 | ||
|
|
e712afd9cb |
5 changed files with 6 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
vte-0.22.2.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vte-0.22.5.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vte
|
||||
# $Id: Makefile,v 1.1 2004/09/09 14:07:43 cvsdist 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 $$/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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c278925fd7da427998c506d5ba99478e vte-0.22.2.tar.bz2
|
||||
cbb17696e40ee175977bf165ef838da2 vte-0.22.5.tar.bz2
|
||||
|
|
|
|||
5
vte.spec
5
vte.spec
|
|
@ -3,7 +3,7 @@
|
|||
%define gtk2_version 2.12.0
|
||||
|
||||
Name: vte
|
||||
Version: 0.22.2
|
||||
Version: 0.22.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A terminal emulator
|
||||
License: LGPLv2+
|
||||
|
|
@ -108,6 +108,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
|
|||
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Dec 3 2009 Behdad Esfahbod <behdad@redhat.com> 0.22.5-1
|
||||
- Update to 0.22.5
|
||||
|
||||
* Mon Sep 28 2009 Behdad Esfahbod <behdad@redhat.com> 0.22.2-1
|
||||
- Update to 0.22.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue