rpms/rhm/devel rhm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Tue Apr 17 14:24:57 UTC 2007


Author: nsantos

Update of /cvs/extras/rpms/rhm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15810/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rhm.spec 
Log Message:
Import of original package



--- NEW FILE rhm.spec ---
#
# Spec file for Red Hat Messaging package rhm.
#
Name:           rhm
Version:        0.1
Release:        1%{?dist}
Summary:        Red Hat extensions to the Qpid messaging system
Group:          System Environment/Libraries
License:        LGPL
URL:            http://rhm.et.redhat.com/rhm
Source0:        http://rhm.et.redhat.com/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: qpidd-devel
Requires: qpidd
Requires: db4

Requires(preun):/sbin/service
Requires(postun):/sbin/service

%description
Red Hat extensions to the Qpid AMQP broker: persistent message storage
in Berkeley DB.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%_libdir/*.a
rm -f %{buildroot}%_libdir/*.la
rm -f %{buildroot}%_libdir/*.so

%clean
rm -rf %{buildroot}

%check
make check

%files
%defattr(-,root,root,-)
%doc README COPYING
%_libdir/libbdbstore.so.0
%_libdir/libbdbstore.so.0.1.0

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%changelog
* Thu Apr 12 2007 Alan Conway <aconway at redhat.com> - 0.1-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2007 03:00:47 -0000	1.1
+++ .cvsignore	17 Apr 2007 14:24:23 -0000	1.2
@@ -0,0 +1 @@
+rhm-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2007 03:00:47 -0000	1.1
+++ sources	17 Apr 2007 14:24:23 -0000	1.2
@@ -0,0 +1 @@
+49754d1d3d9e6392abb429b7cef36003  rhm-0.1.tar.gz




More information about the fedora-extras-commits mailing list