summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-13 23:00:40 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-02-13 23:00:40 +0100
commit3e1cef334960780cbea2aa8be8ce23eb7e8068fe (patch)
treeb77696eb75910773cb936a43ef038a4c794b9a89 /abrt.spec
parent3c53ecbea96ef837a64edb9fcdd4777c58dacb52 (diff)
downloadabrt-3e1cef334960780cbea2aa8be8ce23eb7e8068fe.tar.gz
abrt-3e1cef334960780cbea2aa8be8ce23eb7e8068fe.tar.xz
abrt-3e1cef334960780cbea2aa8be8ce23eb7e8068fe.zip
gtk wizard
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec11
1 files changed, 11 insertions, 0 deletions
diff --git a/abrt.spec b/abrt.spec
index 9cccc305..19ad99bd 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -86,6 +86,13 @@ Group: System Environment/Libraries
%description -n libreport-python
Python bindings for report-libs.
+%package -n libreport-gtk
+Summary: GTK frontend for libreport
+Group: User Interface/Desktops
+
+%description -n libreport-gtk
+Applications for reporting bugs using libreport backend.
+
%package libs
Summary: Libraries for %{name}
Group: System Environment/Libraries
@@ -402,6 +409,10 @@ fi
%defattr(-,root,root,-)
%{python_sitearch}/report/*
+%files -n libreport-gtk
+%defattr(-,root,root,-)
+%{_bindir}/bug-reporting-wizard
+
%files libs
%defattr(-,root,root,-)
%{_libdir}/libabrt*.so.*