<?xml version="1.0" encoding="ISO-8859-1"?>
<oscar>

	<name>HelloOscar</name>
	<version>
		<major>1</major>
		<minor>0</minor>
		<subversion>0</subversion>
		<release>1</release>
		<epoch>1</epoch>
	</version>

	<class>third-party</class>

	<summary>A simple Hello World app for OSCAR.</summary>
	<license>Freely Redistributable</license>

	<group>Applications/System</group>
	<url>http://www.csm.ornl.gov/~naughton/oscar/HelloOscar/</url>

	<packager>
		<name>Thomas Naughton</name>
		<email>naughtont@ornl.gov</email>
	</packager>

	<maintainer>
		<name>Solomon Grundy</name>
		<email>sgrundy@injusticesociety.org</email>
	</maintainer>

	<description>This is a Hello World application that has a few
features more than necessary to demonstrate aspects/usage of the OSCAR
packaging facility.</description>	

	<rpmlist>
		<filter group="oscar_server" distribution="redhat" distribution_version="9"/>
		<rpm>HelloOscar</rpm>
	</rpmlist>

	<rpmlist>
		<filter group="oscar_clients" distribution="redhat" distribution_version="9"/>
		<rpm>HelloOscar-client</rpm>
	</rpmlist>

	<rpmlist>
		<rpm>HelloOscar-lib</rpm>
		<rpm>HelloOscar-profiled</rpm>
	</rpmlist>

	<!-- Add information about OSCAR Package Downloader (OPD) information -->
	<!--
	<download>
		<uri>http://www.csm.ornl.gov/~naughton/oscar/HelloOscar/HelloOscar.tar.gz</uri>
		<size> </size>
		<md5sum> </md5sum>
		<sha1sum> </sha1sum>
	</download>
	-->

	<!--  Add any package specific stuffo, including ODA shortcuts, etc.  -->
	<!-- 
	<package>
		<oda>
	</package>
	-->

</oscar>

