Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79100e880a | ||
|
|
2146ebd461 | ||
|
|
123f5addf1 | ||
|
|
a7c1a7b3fe |
4 changed files with 11 additions and 30 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
d201695a8fc1d2411c372a9ee8c8ea51 vte-0.23.5.tar.bz2
|
||||
3b66116e930dde00e1ddbf8277066ea7 vte-0.24.1.tar.bz2
|
||||
|
|
|
|||
18
vte.spec
18
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 <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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue