Compare commits
36 Commits
EL-5-split
...
el6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ad62e6fb3 | ||
|
|
1e2bd8184a | ||
|
|
c3dad84138 | ||
|
|
d840da14a6 | ||
|
|
37e31093e7 | ||
|
|
f55dc614d6 | ||
|
|
b1c0c82b46 | ||
|
|
e0af5ebac0 | ||
|
|
f9ba5a714c | ||
|
|
ff20a4d877 | ||
|
|
f0ffbd5999 | ||
|
|
0f518b7f08 | ||
|
|
77fdd8d536 | ||
|
|
9194318671 | ||
|
|
12a32ebd2e | ||
|
|
dd5bd655af | ||
|
|
7dd2f9eb6a | ||
|
|
140b900b5c | ||
|
|
e361c26ece | ||
|
|
eb8d9046b7 | ||
|
|
a8d02c7d84 | ||
|
|
80ae6c20e9 | ||
|
|
194520652e | ||
|
|
e2484de735 | ||
|
|
31070382c6 | ||
|
|
746537fbfa | ||
|
|
0852abb4bd | ||
|
|
807d85b48f | ||
|
|
29e36a1060 | ||
|
|
7382e0c9a1 | ||
|
|
35a7eb1264 | ||
|
|
bf53c8fbc1 | ||
|
|
39a4bdc0cc | ||
|
|
d8df43cb77 | ||
|
|
6deaeb9424 | ||
|
|
6e4984ec59 |
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)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
@@ -0,0 +1 @@
|
||||
Package is retired -- sphinx is in RHEL6. Use python-sphinx10 package if you want an updated version
|
||||
Reference in New Issue
Block a user