summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-14 13:29:41 +0200
committerZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-14 13:29:41 +0200
commit68b651da3a4768071e83eb891fb370ba20489107 (patch)
tree5aaa03b454b081fcfbab8bfecd1fb3d4c7dc2b1f /abrt.spec
parentd18890a0df56134b9a1e361bba8e909181412011 (diff)
downloadabrt-68b651da3a4768071e83eb891fb370ba20489107.tar.gz
abrt-68b651da3a4768071e83eb891fb370ba20489107.tar.xz
abrt-68b651da3a4768071e83eb891fb370ba20489107.zip
added bugzilla plugin
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec15
1 files changed, 15 insertions, 0 deletions
diff --git a/abrt.spec b/abrt.spec
index 1d39c8df..99545bf5 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -13,6 +13,8 @@ BuildRequires: curl-devel
BuildRequires: rpm-devel >= 4.6
BuildRequires: sqlite-devel > 3.0
BuildRequires: desktop-file-utils
+BuildRequires: xmlrpc-c-devel
+BuildRequires: file-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@@ -118,6 +120,14 @@ Requires: %{name} = %{version}-%{release}
%description plugin-runapp
Plugin to run external programs.
+%package plugin-bugzilla
+Summary: %{name}'s bugzilla plugin
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-bugzilla
+Plugin to report bugs into the bugzilla.
+
%prep
%setup -q
@@ -221,6 +231,11 @@ fi
%defattr(-,root,root,-)
%{_libdir}/%{name}/libRunApp.so*
+%files plugin-bugzilla
+%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf
+%{_libdir}/%{name}/libBugzilla.so*
+
%changelog
* Wed Mar 11 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.2-1
- added kerneloops addon to rpm (aarapov)