[rhmessaging-commits] rhmessaging commits: r1394 - store/trunk/cpp.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Nov 29 11:57:16 EST 2007


Author: nunofsantos
Date: 2007-11-29 11:57:16 -0500 (Thu, 29 Nov 2007)
New Revision: 1394

Added:
   store/trunk/cpp/mrg-grid.spec
   store/trunk/cpp/mrg-messaging.spec
Removed:
   store/trunk/cpp/rhg.spec
Log:
rename top level packages

Added: store/trunk/cpp/mrg-grid.spec
===================================================================
--- store/trunk/cpp/mrg-grid.spec	                        (rev 0)
+++ store/trunk/cpp/mrg-grid.spec	2007-11-29 16:57:16 UTC (rev 1394)
@@ -0,0 +1,32 @@
+Summary:   MRG - Grid component
+Name:      mrg-grid
+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 at redhat.com> - 1.0-1
+- Initial build.
+

Added: store/trunk/cpp/mrg-messaging.spec
===================================================================
--- store/trunk/cpp/mrg-messaging.spec	                        (rev 0)
+++ store/trunk/cpp/mrg-messaging.spec	2007-11-29 16:57:16 UTC (rev 1394)
@@ -0,0 +1,36 @@
+Summary:   MRG - Messaging component
+Name:      mrg-messaging
+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:  rhm-docs
+Requires:  python-qpid
+Requires:  qpid-java-client
+
+
+%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 at redhat.com> - 1.0-1
+- Initial build.
+

Deleted: store/trunk/cpp/rhg.spec
===================================================================
--- store/trunk/cpp/rhg.spec	2007-11-29 16:44:35 UTC (rev 1393)
+++ store/trunk/cpp/rhg.spec	2007-11-29 16:57:16 UTC (rev 1394)
@@ -1,32 +0,0 @@
-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 at redhat.com> - 1.0-1
-- Initial build.
-




More information about the rhmessaging-commits mailing list