From dc5ad132296acf44d666469b54dd0ebda954b04f Mon Sep 17 00:00:00 2001 From: cchance Date: Apr 08 2009 07:05:14 +0000 Subject: resolves 488175 fixed wrong libdir of pkgconfig spec file --- diff --git a/Makefile b/Makefile index 73599a3..15e4702 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ # Makefile for source rpm: ibus-table -# $Id$ -NAME := ibus-table -SPECFILE = $(firstword $(wildcard *.spec)) +# $Id: Makefile,v 1.1 2008/08/24 19:00:00 kevin Exp $ +NAME := ibus-table-extraphrase +#SPECFILE = $(firstword $(wildcard *.spec)) +SPECFILE = ibus-table-extraphrase.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