Author: nunofsantos
Date: 2007-11-28 17:57:17 -0500 (Wed, 28 Nov 2007)
New Revision: 1382
Added:
store/trunk/cpp/mrg.spec
store/trunk/cpp/rhg.spec
Log:
specfiles for top-level packages mrg and rhg
Added: store/trunk/cpp/mrg.spec
===================================================================
--- store/trunk/cpp/mrg.spec (rev 0)
+++ store/trunk/cpp/mrg.spec 2007-11-28 22:57:17 UTC (rev 1382)
@@ -0,0 +1,35 @@
+Summary: MRG - Messaging, Real-Time, and Grid components
+Name: mrg
+Version: 1.0
+Release: 1%{?dist}
+License: LGPL
+Group: System Environment/Libraries
+URL:
http://redhat.com/mrg
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+Requires: rhm
+Requires: rhrt
+Requires: rhg
+
+%description
+This is the top-level package that includes all the MRG components: Messaging,
+Reat-Time, and Grid.
+
+%install
+rm -rf %{buildroot}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%prep
+
+%build
+
+%files
+%defattr(-,root,root,-)
+
+
+%changelog
+* Wed Nov 28 2007 Nuno Santos <nsantos(a)redhat.com> - 1.0-1
+- Initial build.
+
Added: store/trunk/cpp/rhg.spec
===================================================================
--- store/trunk/cpp/rhg.spec (rev 0)
+++ store/trunk/cpp/rhg.spec 2007-11-28 22:57:17 UTC (rev 1382)
@@ -0,0 +1,32 @@
+Summary: MRG - Grid component
+Name: rhg
+Version: 1.0
+Release: 1%{?dist}
+License: LGPL
+Group: System Environment/Libraries
+URL:
http://redhat.com/mrg
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+Requires: condor
+
+%description
+This is the top-level package that includes the MRG Grid component.
+
+%install
+rm -rf %{buildroot}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%prep
+
+%build
+
+%files
+%defattr(-,root,root,-)
+
+
+%changelog
+* Wed Nov 28 2007 Nuno Santos <nsantos(a)redhat.com> - 1.0-1
+- Initial build.
+