Compare commits

..

8 Commits

Author SHA1 Message Date
Toshio くらとみ d78b82c210 - Update to 0.6.4
- Fixes a problem using autodoc with pylons projects.
2010-01-13 19:34:37 +00:00
Bill Nottingham 832315ea1b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:55:27 +00:00
Jesse Keating 0fa81e247c Initialize branch F-12 for python-sphinx 2009-09-29 06:38:08 +00:00
Michel Alexandre Salim 80ae6c20e9 - Update to 0.6.3 2009-09-04 05:27:42 +00:00
Toshio くらとみ 194520652e - Update to 0.6.2 -- upstream bugfix requested inside bz#512438 2009-08-17 19:55:10 +00:00
Jesse Keating e2484de735 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 23:08:02 +00:00
Luke Macken 31070382c6 Add a patch to use our own setuptools package 2009-06-05 15:56:25 +00:00
Michel Alexandre Salim 746537fbfa - Update to 0.6.1 2009-04-17 19:44:06 +00:00
5 changed files with 24 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
Sphinx-0.6.4.tar.gz
-1
View File
@@ -1 +0,0 @@
Sphinx-0.6.5.tar.gz
+21
View File
@@ -0,0 +1,21 @@
# 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 $$d/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
View File
@@ -0,0 +1 @@
F-12
+1 -1
View File
@@ -1 +1 @@
86dd5dbd55cb44d1f8091a4a1c3743b2 Sphinx-0.6.5.tar.gz a65e0bcff6f79a7c013220d00ea137ad Sphinx-0.6.4.tar.gz