diff --git a/shapelib-1.2.10-Makefile2.patch b/shapelib-1.2.10-Makefile2.patch index 2520d61..c55e6ca 100644 --- a/shapelib-1.2.10-Makefile2.patch +++ b/shapelib-1.2.10-Makefile2.patch @@ -1,5 +1,5 @@ --- shapelib-1.2.11-orig/contrib/Makefile 2006-01-07 12:34:14.000000000 -0800 -+++ shapelib-1.2.11/contrib/Makefile 2006-03-04 20:11:01.000000000 -0800 ++++ shapelib-1.2.11/contrib/Makefile 2006-03-05 20:09:06.000000000 -0800 @@ -1,9 +1,10 @@ +bindir = /usr/local/bin @@ -12,6 +12,15 @@ CFLAGS = -g -I.. -DPROJ4 $(ENDIAN) -DDEBUG -DDEBUG2 +@@ -32,7 +33,7 @@ + shpdata: shpdata.c $(SHPGOBJ) + $(CC) $(CFLAGS) shpdata.c ${SHPOBJ} $(LINKOPT) $(GEOOBJ) -o shpdata + +-shpinfo: shpinfo.c $(SHPOBJ) ++shpinfo: shpinfo.c $(SHPGOBJ) + $(CC) $(CFLAGS) shpinfo.c ${SHPOBJ} $(LINKOPT) $(GEOOBJ) -o shpinfo + + shpfix: shpfix.c $(SHPOBJ) @@ -64,3 +65,7 @@ testproj: diff --git a/shapelib.spec b/shapelib.spec index 5b8d3d1..9ec246b 100644 --- a/shapelib.spec +++ b/shapelib.spec @@ -2,7 +2,7 @@ Summary: API in "C" for Shapefile handling Name: shapelib Version: 1.2.10 -Release: 10.20060304cvs +Release: 11.20060304cvs URL: http://shapelib.maptools.org/ Source: http://shapelib.maptools.org/dl/shapelib-%{version}.tar.gz Patch0: shapelib-1.2.10-Makefile.patch @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_libdir}/libshp.la %changelog +* Sun Mar 5 2006 Shawn McCann - 1.2.10-11.20060304cvs +- Fixed a makefile bug that messed up parallel builds + * Sat Mar 4 2006 Shawn McCann - 1.2.10-10.20060304cvs - Upgraded to cvs snapshot taken on March 4, 2006