From: <al...@us...> - 2006-08-08 01:51:11
|
Revision: 554 Author: allenb Date: 2006-08-07 18:51:09 -0700 (Mon, 07 Aug 2006) ViewCVS: http://svn.sourceforge.net/xml-cppdom/?rev=554&view=rev Log Message: ----------- - Update version and prefix usage and spec. Modified Paths: -------------- trunk/cppdom.fpc.in Modified: trunk/cppdom.fpc.in =================================================================== --- trunk/cppdom.fpc.in 2006-08-08 01:50:52 UTC (rev 553) +++ trunk/cppdom.fpc.in 2006-08-08 01:51:09 UTC (rev 554) @@ -1,19 +1,16 @@ -prefix=@prefix@ exec_prefix=@exec_prefix@ cxxflags=@cppdom_cxxflags@ includedir=@includedir@ libs=@cppdom_libs@ libdir=@libdir@ -version_major=@VERSION_MAJOR@ -version_minor=@VERSION_MINOR@ -version_patch=@VERSION_PATCH@ Name: XML CppDom Provides: @provides@ -Version: ${version_major}.${version_minor}.${version_patch} +Version: @version@ Description: A C++ based XML loader and writer with an internal DOM representation. URL: http://xml-cppdom.sf.net Requires: Libs: -L${libdir} ${libs} Cflags: -I${includedir} Arch: @arch@ +prefix: @prefix@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |