Compare commits

...

7 commits

Author SHA1 Message Date
Fedora Release Engineering
77bf847b00 dist-git conversion 2010-07-29 15:04:38 +00:00
4c634119e6 Removed this package - obsolete. Use virt-manager instead. 2009-11-19 09:52:48 +00:00
Jesse Keating
bb7581c824 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:54:34 +00:00
61b06589dc - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
2009-04-16 09:26:13 +00:00
Jesse Keating
b33a509d9e - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:28:07 +00:00
c81bb3b8e6 Rebuild for OCaml 3.11.0. 2008-12-05 13:26:58 +00:00
8356ae4992 Initial import. 2008-11-06 14:54:10 +00:00
5 changed files with 2 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
virt-ctrl-1.0.1.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: virt-ctrl
# $Id$
NAME := virt-ctrl
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 $$/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
dead.package Normal file
View file

@ -0,0 +1 @@
This package is obsolete. Use virt-manager instead.

View file