Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb017011ac | ||
|
|
b4ff4fdce2 | ||
| 255f6cff98 | |||
|
|
e782b7854b |
5 changed files with 6 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
vte-0.16.9.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vte-0.16.12.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 @@
|
|||
a42c893a01e3d9818789be373e529422 vte-0.16.9.tar.bz2
|
||||
9816c35be2ff1b0cf57bd831e1344d1d vte-0.16.12.tar.bz2
|
||||
|
|
|
|||
5
vte.spec
5
vte.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: vte
|
||||
Version: 0.16.9
|
||||
Version: 0.16.12
|
||||
Release: 1%{?dist}
|
||||
Summary: A terminal emulator
|
||||
License: LGPLv2+
|
||||
|
|
@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/%{name}
|
|||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 0.16.12-1
|
||||
- Update to 0.16.12
|
||||
|
||||
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.16.9-1
|
||||
- Update to 0.16.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue