rpms/matahari/devel import.log, NONE, 1.1 matahari.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Arjun Roy arjunroy at fedoraproject.org
Wed Jul 22 14:38:24 UTC 2009


Author: arjunroy

Update of /cvs/pkgs/rpms/matahari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20283/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log matahari.spec 
Log Message:
* Wed Jul 22 2009 Arjun Roy <arroy at redhat.com> - 0.0.4-4
- Initial commit of matahari package to fedora cvs.
- Package has met all guidelines for inclusion.




--- NEW FILE import.log ---
matahari-0_0_4-4_fc11:HEAD:matahari-0.0.4-4.fc11.src.rpm:1248273178


--- NEW FILE matahari.spec ---
Summary: Qpid QMF Agent for Ovirt Nodes
Name: matahari
Version: 0.0.4
Release: 4%{?dist}
Source: http://arjunroy.fedorapeople.org/matahari/matahari-0.0.4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
License: GPLv2
Group: Applications/System
URL: http://arjunroy.fedorapeople.org/matahari/index.html

Requires: dbus >= 1.2.12
Requires: hal >= 0.5.12
Requires: qpidc >= 0.5.790661
Requires: qmf >= 0.5.790661
Requires: libvirt >= 0.6.2
Requires: pcre >= 7.8

BuildRequires: gcc-c++ >= 4.4.0
BuildRequires: dbus-devel >= 1.2.12
BuildRequires: hal-devel >= 0.5.12
BuildRequires: qpidc-devel >= 0.5.790661
BuildRequires: qmf-devel >= 0.5.790661
BuildRequires: libvirt-devel >= 0.6.2
BuildRequires: pcre-devel >= 7.8

%description

matahari provides a QMF Agent that can be used to control and manage
various pieces of functionality for an ovirt node, using the AMQP protocol.

The Advanced Message Queuing Protocol (AMQP) is an open standard application 
layer protocol providing reliable transport of messages.

QMF provides a modeling framework layer on top of qpid (which implements 
AMQP).  This interface allows you to manage a host and its various components
as a set of objects with properties and methods.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%post
/sbin/chkconfig --level 2345 matahari on
/sbin/service matahari condrestart

%preun
if [ $1 = 0 ]; then
    /sbin/service matahari stop >/dev/null 2>&1 || :
    chkconfig --del matahari
fi

%postun
if [ "$1" -ge "1" ]; then
    /sbin/service matahari condrestart >/dev/null 2>&1 || :
fi

%clean
test "x%{buildroot}" != "x" && rm -rf %{buildroot}

%files
%defattr(644, root, root, 755)
%dir %{_datadir}/matahari/
%{_datadir}/matahari/schema.xml

%attr(755, root, root) %{_sbindir}/matahari
%attr(755, root, root) %{_sysconfdir}/rc.d/init.d/matahari
%config(noreplace) %{_sysconfdir}/sysconfig/matahari

%doc AUTHORS COPYING

%changelog

* Thu Jul 16 2009 Arjun Roy <arroy at redhat.com> - 0.0.4-4
- Changed buildroot value to meet fedora packaging guidelines
- Updated project website

* Mon Jul 13 2009 Arjun Roy <arroy at redhat.com> - 0.0.4-3
- Quietened rpmlint errors and warnings.
- Fixed most gcc warnings.
- Changed init script so it doesn't run by default
- Now rpm specfile makes it so service runs by default instead

* Thu Jul 9 2009 Arjun Roy <arroy at redhat.com> - 0.0.4-2
- Bumped qpidc and qmf version requirements to 0.5.790661.

* Thu Jul 9 2009 Arjun Roy <arroy at redhat.com> - 0.0.4-1
- Removed dependency on boost. Added dependency on pcre.

* Thu Jul 2 2009 Arjun Roy <arroy at redhat.com> - 0.0.3-2
- Fixed bug with not publishing host hypervisor and arch to broker
- Updated aclocal.m4 to match new version of automake

* Tue Jun 30 2009 Arjun Roy <arroy at redhat.com> - 0.0.3-1
- Added getopt and daemonize support
- Added sysV init script support

* Mon Jun 29 2009 Arjun Roy <arroy at redhat.com> - 0.0.2-1
- Now tracks hypervisor and arch using libvirt

* Tue Jun 23 2009 Arjun Roy <arroy at redhat.com> - 0.0.1-1
- Initial rpmspec packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/matahari/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Jul 2009 15:19:23 -0000	1.1
+++ .cvsignore	22 Jul 2009 14:37:53 -0000	1.2
@@ -0,0 +1 @@
+matahari-0.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/matahari/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Jul 2009 15:19:24 -0000	1.1
+++ sources	22 Jul 2009 14:37:53 -0000	1.2
@@ -0,0 +1 @@
+206ecd968f759d2a599a0d8c9d870189  matahari-0.0.4.tar.gz




More information about the fedora-extras-commits mailing list