Compare commits

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

13 commits

Author SHA1 Message Date
Till Maas
b7f97d8e0c 2015-03-14: Retired bacause of broken deps:
unresolved dependencies for python-sphinx-0.4.2-1.el5.1.noarch:
python-pygments
2015-03-14 09:43:24 +01:00
Fedora Release Engineering
69f4ff549f dist-git conversion 2010-07-29 10:43:43 +00:00
Toshio くらとみ
74c5a59e0d Fix typo in description 2010-06-11 22:42:00 +00:00
Bill Nottingham
0a6fb97b1d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:55:27 +00:00
Toshio くらとみ
b503cc3e54 - Patch to remove extraneous setuptools version dep from build. 2009-03-15 06:35:06 +00:00
Michel Alexandre Salim
01514ec446 EL-5: update source as well 2009-03-13 02:22:13 +00:00
Michel Alexandre Salim
81a7a278ce Push sphinx update to EL-5 2009-03-13 02:15:41 +00:00
Michel Alexandre Salim
d7d8397822 - Update to 0.4.3 2008-10-10 13:34:29 +00:00
Toshio くらとみ
4c83e0bc75 - Fix for EL-5 build. 2008-08-27 21:47:55 +00:00
Michel Alexandre Salim
63cb85232a - Update to 0.4.2 2008-08-26 02:02:58 +00:00
Michel Alexandre Salim
23ea5ec266 Package egginfo on F-8 too 2008-06-06 17:22:26 +00:00
Michel Alexandre Salim
12818e8d95 python-sphinx-0.3 2008-06-05 19:21:09 +00:00
Kevin Fenzi
174ff385c9 Initialize branch EL-5 for python-sphinx 2008-06-05 16:19:15 +00:00
4 changed files with 4 additions and 21 deletions

View file

View file

@ -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
View 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

View file