Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7f97d8e0c | ||
|
|
69f4ff549f | ||
|
|
74c5a59e0d | ||
|
|
0a6fb97b1d | ||
|
|
b503cc3e54 | ||
|
|
01514ec446 | ||
|
|
81a7a278ce | ||
|
|
d7d8397822 | ||
|
|
4c83e0bc75 | ||
|
|
63cb85232a | ||
|
|
23ea5ec266 | ||
|
|
12818e8d95 | ||
|
|
174ff385c9 |
4 changed files with 4 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: python-sphinx
|
||||
# $Id$
|
||||
NAME := python-sphinx
|
||||
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)
|
||||
4
dead.package
Normal file
4
dead.package
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2015-03-14: Retired bacause of broken deps:
|
||||
unresolved dependencies for python-sphinx-0.4.2-1.el5.1.noarch:
|
||||
python-pygments
|
||||
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue