rpms/boost/devel Makefile,1.1,1.2 boost.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 19 16:10:07 UTC 2005


Author: bkoz

Update of /cvs/dist/rpms/boost/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24392

Modified Files:
	Makefile boost.spec 
Log Message:

* Fri Aug 12 2005 Benjamin Kosnik <bkoz at redhat.com> 1.33.0-1
- Update to boost-1.33.0
- Simplified PYTHON_VERSION by Philipp Thomas <pth at suse.de>

-



Index: Makefile
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	9 Sep 2004 03:35:58 -0000	1.1
+++ Makefile	19 Aug 2005 16:10:05 -0000	1.2
@@ -1,6 +1,15 @@
-# Makefile for source rpm: boost
-# $Id$
-NAME := boost
-SPECFILE = $(firstword $(wildcard *.spec))
+# Top level Makefile for module boost
+all : CVS/Root common-update
+	@cvs update
 
-include ../common/Makefile.common
+common-update : common
+	@cd common && cvs update
+
+common : CVS/Root
+	@cvs checkout common
+
+CVS/Root :
+	@echo "ERROR: This does not look like a CVS checkout" && exit 1
+
+clean :
+	@find . -type f -name *~ -exec rm -fv {} \;


Index: boost.spec
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/boost.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- boost.spec	19 Aug 2005 16:06:47 -0000	1.13
+++ boost.spec	19 Aug 2005 16:10:05 -0000	1.14
@@ -51,7 +51,6 @@
 (cd tools/build/jam_src && ./build.sh)
 #build boost with bjam
 BJAM=`find tools/build/jam_src/ -name bjam -a -type f`
-#PYTHON_VERSION=`python -V 2>&1 |sed 's,.* \([0-9]\.[0-9]\)\(\.[0-9]\)\?.*,\1,'`
 PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')
 PYTHON_FLAGS="-sPYTHON_ROOT=/usr -sPYTHON_VERSION=$PYTHON_VERSION"
 #$BJAM $PYTHON_FLAGS "-sTOOLS=gcc" "-sBUILD=release <dllversion>1" stage 




More information about the fedora-cvs-commits mailing list