Compare commits

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

7 commits

Author SHA1 Message Date
Matthias Runge
883fb27e9a renamed to python-django-piston 2012-03-09 22:06:42 +01:00
Matthias Runge
2d6e10d5d2 update to 0.2.3 2012-01-05 09:19:56 +01:00
Dennis Gilmore
850944b4ca - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 08:10:44 -06:00
Fedora Release Engineering
2f07a0601d dist-git conversion 2010-07-28 13:05:11 +00:00
dmalcolm
79afe8b56d - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 01:09:14 +00:00
Bill Nottingham
d3f3993e74 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:12:02 +00:00
Diego Búrigo Zacarão
2f9be9bd99 - Initial cvs import for devel 2009-08-14 17:27:21 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: django-piston
# $Id$
NAME := django-piston
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 @@
renamed to python-django-piston

View file