Compare commits

...
Sign in to create a new pull request.

17 commits

Author SHA1 Message Date
Andreas Bierfert
6cbd906b37 Package is retired and obsoleted by synce-connector 2011-08-23 18:07:36 +02:00
Andreas Bierfert
f18be3ab0d Package is retired 2011-08-23 18:07:16 +02:00
Dennis Gilmore
c857c6e21b - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:03:25 -06:00
Fedora Release Engineering
1fcb8d0725 dist-git conversion 2010-07-29 14:54:50 +00:00
Bill Nottingham
2ad56ab8c4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:19 +00:00
Jesse Keating
199a6713a0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:45:44 +00:00
d2d9f809ad fix build 2009-03-06 13:20:29 +00:00
Jesse Keating
ae9e25f027 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:53:50 +00:00
Andreas Bierfert
483a745b7f - more fixes 2008-02-22 15:28:22 +00:00
Andreas Bierfert
0590d6b253 - more fixes 2008-02-22 15:15:28 +00:00
Andreas Bierfert
098fd7e1a1 - fix path 2008-02-22 14:58:33 +00:00
Andreas Bierfert
7f38d7add0 - enhance patch 2008-02-22 14:47:50 +00:00
Andreas Bierfert
396fe51dab - fix gcc43 build (#433998) 2008-02-22 14:33:53 +00:00
Jesse Keating
1ef46a40a5 - Autorebuild for GCC 4.3 2008-02-18 20:53:17 +00:00
Andreas Bierfert
98010a4171 - version upgrade (upstream security fix) 2007-12-21 09:24:13 +00:00
Aurelien Bompard
3ae81be38c version 0.10.0 2007-05-17 21:08:05 +00:00
Aurelien Bompard
b94978e7d3 import 2007-05-01 08:21:41 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vdccm
# $Id$
NAME := vdccm
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 @@
Package is retired and obsoleted by synce-connector

View file