parent
ee768fe1c0
commit
18c880c9c6
@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: libgdiplus
|
||||
# $Id: Makefile,v 1.2 2007/10/15 19:00:38 notting Exp $
|
||||
NAME := libgdiplus
|
||||
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)
|
@ -1,18 +0,0 @@
|
||||
libgdiplus-2_0-1_fc10:HEAD:libgdiplus-2.0-1.fc10.src.rpm:1219744526
|
||||
libgdiplus-2_0-2_fc10:HEAD:libgdiplus-2.0-2.fc10.src.rpm:1221074944
|
||||
libgdiplus-2_0-3_fc10:HEAD:libgdiplus-2.0-3.fc10.src.rpm:1222728609
|
||||
libgdiplus-2_0-4_fc10:HEAD:libgdiplus-2.0-4.fc10.src.rpm:1222990439
|
||||
libgdiplus-2_2-1_pre1_fc10:HEAD:libgdiplus-2.2-1.pre1.fc10.src.rpm:1227618032
|
||||
libgdiplus-2_2-3_pre2_20081210svn118228_fc11:HEAD:libgdiplus-2.2-3.pre2.20081210svn118228.fc11.src.rpm:1229339579
|
||||
libgdiplus-2_2-4_RC1_20081224svn122059_fc11:HEAD:libgdiplus-2.2-4.RC1.20081224svn122059.fc11.src.rpm:1230158179
|
||||
libgdiplus-2_2-4_RC1_20090104svn122354_fc11:HEAD:libgdiplus-2.2-4.RC1.20090104svn122354.fc11.src.rpm:1231109575
|
||||
libgdiplus-2_4-1_pre1_20090202svn124838_fc11:HEAD:libgdiplus-2.4-1.pre1.20090202svn124838.fc11.src.rpm:1233877560
|
||||
libgdiplus-2_4-2_RC1_fc11:HEAD:libgdiplus-2.4-2.RC1.fc11.src.rpm:1235774690
|
||||
libgdiplus-2_4-3_RC2_fc11:HEAD:libgdiplus-2.4-3.RC2.fc11.src.rpm:1237125689
|
||||
libgdiplus-2_4-4_RC3_fc11:HEAD:libgdiplus-2.4-4.RC3.fc11.src.rpm:1237421393
|
||||
libgdiplus-2_4-5_fc11:HEAD:libgdiplus-2.4-5.fc11.src.rpm:1238108917
|
||||
libgdiplus-2_4_2-1_fc11:HEAD:libgdiplus-2.4.2-1.fc11.src.rpm:1244978228
|
||||
libgdiplus-2_6-1_fc12:HEAD:libgdiplus-2.6-1.fc12.src.rpm:1254669963
|
||||
libgdiplus-2_6-2_fc13:HEAD:libgdiplus-2.6-2.fc13.src.rpm:1261526789
|
||||
libgdiplus-2_6_4-1_fc14:HEAD:libgdiplus-2.6.4-1.fc14.src.rpm:1272392302
|
||||
libgdiplus-2_6_7-1_fc14:HEAD:libgdiplus-2.6.7-1.fc14.src.rpm:1279143396
|
Loading…
Reference in new issue