From 3e1cef334960780cbea2aa8be8ce23eb7e8068fe Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sun, 13 Feb 2011 23:00:40 +0100 Subject: gtk wizard --- abrt.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'abrt.spec') 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.* -- cgit