Compare commits

...

6 Commits
master ... el5

Author SHA1 Message Date
Ruediger Landmann 7c983f4b10 obsolete Publican for el5 2010-11-22 14:33:16 +10:00
Fedora Release Engineering 4bc4b22838 dist-git conversion 2010-07-29 09:52:19 +00:00
Bill Nottingham 7aa259de5c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:44:18 +00:00
Jeff Fearn 9b4890a4ec latest version 2008-04-08 01:26:39 +00:00
Jeff Fearn 6668c42370 branch 2008-02-13 05:40:04 +00:00
Jens Petersen 34d6318c5a Initialize branch EL-5 for publican 2008-02-13 02:37:04 +00:00
5 changed files with 2 additions and 21 deletions

View File

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
publican-0.33.tgz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: publican
# $Id$
NAME := publican
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 @@
Dependencies in el5 are now too old to support any newer version of Publican.

View File