dist-git conversion
This commit is contained in:
parent
e8f4ec397d
commit
9d0ec61780
4 changed files with 0 additions and 31 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: anyremote2html
|
||||
# $Id: Makefile,v 1.1 2008/09/12 10:25:54 huzaifas Exp $
|
||||
NAME := anyremote2html
|
||||
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),)
|
||||
# attept 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
branch
1
branch
|
|
@ -1 +0,0 @@
|
|||
F-10
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
anyremote2html-0_5_2_2-1:HEAD:anyremote2html-0.5.2.2-1.src.rpm:1221422490
|
||||
anyremote2html-0_5_2_2-2_fc9:HEAD:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422858
|
||||
anyremote2html-0_6-1_fc9:HEAD:anyremote2html-0.6-1.fc9.src.rpm:1222713285
|
||||
anyremote2html-0_7-1_fc10:F-10:anyremote2html-0.7-1.fc10.src.rpm:1233868090
|
||||
anyremote2html-0_8-1_fc10:F-10:anyremote2html-0.8-1.fc10.src.rpm:1236714116
|
||||
anyremote2html-0_9-1:F-10:anyremote2html-0.9-1.src.rpm:1237303708
|
||||
anyremote2html-0_9-1_fc10:F-10:anyremote2html-0.9-1.fc10.src.rpm:1237304248
|
||||
anyremote2html-0_10-1_fc10:F-10:anyremote2html-0.10-1.fc10.src.rpm:1243191378
|
||||
anyremote2html-1_0-1_fc11:F-10:anyremote2html-1.0-1.fc11.src.rpm:1247072437
|
||||
Reference in a new issue