Signed-off-by: Richard Marko <rma...@redhat.com>
---
 client/rhel/spacewalk-abrt/spacewalk-abrt.spec |   40 ++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 client/rhel/spacewalk-abrt/spacewalk-abrt.spec

diff --git a/client/rhel/spacewalk-abrt/spacewalk-abrt.spec 
b/client/rhel/spacewalk-abrt/spacewalk-abrt.spec
new file mode 100644
index 0000000..b91b469
--- /dev/null
+++ b/client/rhel/spacewalk-abrt/spacewalk-abrt.spec
@@ -0,0 +1,40 @@
+Name:           spacewalk-abrt
+Version:        0.0.1
+Release:        1%{?dist}
+Summary:        ABRT plug-in for rhn-check
+
+Group:         Applications/System
+License:        GPLv2
+URL:            https://fedorahosted.org/spacewalk
+Source0:        
https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  rhnlib
+Requires:       abrt
+Requires:       rhnlib
+Requires:       rhn-check
+%description
+spacewalk-abrt - rhn-check plug-in for collecting information about crashes 
handled by ABRT.
+
+%prep
+%setup -q
+
+%build
+make -f Makefile.spacewalk-abrt
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make -f Makefile.spacewalk-abrt install PREFIX=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%config  /etc/sysconfig/rhn/clientCaps.d/abrt
+%{_datadir}/rhn/actions/abrt.*
+
+%changelog
+* Mon Jul 09 2012 Richard Marko <rma...@redhat.com> 0.0.1-1
+- initial packaging
+
-- 
1.7.10.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to