summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-14 13:37:48 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-14 13:37:48 +0200
commitf53f9cf9711aa41ef4cf59a4a0d252af2a91ec6c (patch)
treed841fd5ff8f15ed55ea9212eea2175d9b572e441 /abrt.spec
parente2dbb7ad6315f971769683a4c576ecaf7750b31a (diff)
parent17f0c06e59f608c4bcfebde0c04efdc5e3097cb3 (diff)
downloadabrt-f53f9cf9711aa41ef4cf59a4a0d252af2a91ec6c.tar.gz
abrt-f53f9cf9711aa41ef4cf59a4a0d252af2a91ec6c.tar.xz
abrt-f53f9cf9711aa41ef4cf59a4a0d252af2a91ec6c.zip
Merge branch 'master' of git://git.fedorahosted.org/git/abrt0.0.3
Conflicts: abrt.spec
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec14
1 files changed, 14 insertions, 0 deletions
diff --git a/abrt.spec b/abrt.spec
index a9b72f79..5e12fd36 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -15,6 +15,7 @@ BuildRequires: sqlite-devel > 3.0
BuildRequires: desktop-file-utils
BuildRequires: nss-devel
BuildRequires: libnotify-devel
+BuildRequires: xmlrpc-c-devel
BuildRequires: file-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -121,6 +122,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
@@ -224,6 +233,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
* Fri Apr 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.3-1
- new version