rpms/vte/devel vte-0.13.1-mock.patch,NONE,1.1 vte.spec,1.78,1.79

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 24 03:48:47 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/vte/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16508

Modified Files:
	vte.spec 
Added Files:
	vte-0.13.1-mock.patch 
Log Message:
try to fix mock build


vte-0.13.1-mock.patch:
 Makefile.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE vte-0.13.1-mock.patch ---
--- vte-0.13.1/src/Makefile.in.mock	2006-05-23 23:45:23.000000000 -0400
+++ vte-0.13.1/src/Makefile.in	2006-05-23 23:46:20.000000000 -0400
@@ -417,7 +417,7 @@
 	unitable.JIS0212 \
 	unitable.KSX1001
 
-AM_CFLAGS = @VTE_CFLAGS@ @CFLAGS@ @X_CFLAGS@ -DG_DISABLE_ASSERT
+AM_CFLAGS = @VTE_CFLAGS@ @CFLAGS@ @FT2_CFLAGS@ @X_CFLAGS@ -DG_DISABLE_ASSERT
 AM_LDFLAGS = @LDFLAGS@
 EXTRA_libvte_la_SOURCES = keysyms.c
 libvte_la_SOURCES = \


Index: vte.spec
===================================================================
RCS file: /cvs/dist/rpms/vte/devel/vte.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- vte.spec	17 May 2006 14:27:57 -0000	1.78
+++ vte.spec	24 May 2006 03:48:45 -0000	1.79
@@ -1,6 +1,6 @@
 Name: vte
 Version: 0.13.1
-Release: 1
+Release: 2
 Summary: A terminal emulator
 License: LGPL
 Group: User Interface/X
@@ -13,6 +13,7 @@
 Prereq: initscripts 
 
 Patch0: vte-0.13.0-real-transparency.patch
+Patch1: vte-0.13.1-mock.patch
 
 %description
 VTE is a terminal emulator widget for use with GTK+ 2.0.
@@ -29,6 +30,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .real-transparency
+%patch1 -p1 -b .mock
 
 %build
 PYTHON=%{_bindir}/python`%{__python} -c "import sys ; print sys.version[:3]"`
@@ -101,6 +103,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue May 23 2006 Matthias Clasen <mclasen at redhat.com> 0.13.1-2
+- Make it build in mock
+
 * Wed May 17 2006 Matthias Clasen <mclasen at redhat.com> 0.13.1-1
 - Update to 0.13.1
 




More information about the fedora-cvs-commits mailing list