1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE gpt_package_metadata SYSTEM "package.dtd">
<gpt_package_metadata Format_Version="0.02" Name="globus_common_setup">
This version number pertains to this package in general. So, when this
package changes in any way the version should change.
e.g. for a bug fix increment the minor version number.
<Aging_Version Age="0" Major="2" Minor="6"/>
<Description >Common Setup</Description>
<Functional_Group >Common</Functional_Group>
<Version_Stability Release="Experimental" Dirt="@DIRT_TIMESTAMP@-@DIRT_BRANCH_ID@"/>
<src_pkg>
<Source_Dependencies Type="compile">
<Dependency Name="globus_core">
<Version>
<Simple_Version Major="4"/>
</Version>
</Dependency>
</Source_Dependencies>
<Source_Dependencies Type="pgm_runtime" >
<Dependency Name="globus_common" Package="pgm">
<Version>
<Simple_Version Major="3"/>
</Version>
</Dependency>
</Source_Dependencies>
<With_Flavors build="no"/>
<Build_Environment >
<cflags>@GPT_PKG_CFLAGS@</cflags>
<external_includes>@GPT_EXTERNAL_INCLUDES@</external_includes>
<pkg_libs> </pkg_libs>
<external_libs>@GPT_EXTERNAL_LIBS@</external_libs>
</Build_Environment>
<Post_Install_Message >
You need to run setup-globus-common
</Post_Install_Message>
<Post_Install_Program >
setup-globus-common
</Post_Install_Program>
<Setup Name="globus_common_setup" >
This version number pertains to the output of what this
setup package produces.
e.g. if the resulting .conf file now has an additional
argument, then increment the minor version number.
<Aging_Version Age="0" Major="2" Minor="0"/>
</Setup>
</src_pkg>
</gpt_package_metadata>
|