resolves 488175 fixed wrong libdir of pkgconfig spec file

This commit is contained in:
cchance 2009-04-08 07:05:14 +00:00
parent ba3ea9e0f7
commit dc5ad13229

View File

@ -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