Author: thomasvs
Update of /cvs/extras/rpms/python-sqlite/devel In directory cvs.fedora.redhat.com:/tmp/cvs-serv5982
Modified Files: .cvsignore Makefile sources Log Message: uploaded tarball
Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlite/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 24 Dec 2004 15:56:08 -0000 1.1 +++ .cvsignore 31 Dec 2004 18:17:30 -0000 1.2 @@ -0,0 +1 @@ +pysqlite-0.5.0.tar.gz
Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/python-sqlite/devel/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 24 Dec 2004 15:56:08 -0000 1.1 +++ Makefile 31 Dec 2004 18:17:30 -0000 1.2 @@ -1,21 +1,21 @@ -# Makefile for source rpm: python-sqlite +# Makefile for source rpm: directfb # $Id$ NAME := python-sqlite SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common -for d in common ../common ../../common ; do if [ -f 5581d/Makefile.common ] ; then if [ -f 5581d/CVS/Root -a -w 5581/Makefile.common ] ; then cd 5581d ; cvs -Q update ; fi ; echo "5581d/Makefile.common" ; break ; fi ; done +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 := +MAKEFILE_COMMON := $(shell $(find-makefile-common))
-ifeq (,) +ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d 5581(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 +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 := +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif
-include +include $(MAKEFILE_COMMON)
Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlite/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 24 Dec 2004 15:56:08 -0000 1.1 +++ sources 31 Dec 2004 18:17:30 -0000 1.2 @@ -0,0 +1 @@ +ecda08cd4e6d8c2af774a0f74a183122 pysqlite-0.5.0.tar.gz
scm-commits@lists.fedoraproject.org