summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-11-02 15:35:00 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-11-02 15:35:00 +0100
commite1be4826551cc7aa396d0e4b28770fb8eb12946b (patch)
tree2fc053405003afb8647635675422ffc789056ae9 /abrt.spec
parent68e616def90ece3bdde925dc106e51e8560fa05d (diff)
downloadabrt-e1be4826551cc7aa396d0e4b28770fb8eb12946b.tar.gz
abrt-e1be4826551cc7aa396d0e4b28770fb8eb12946b.tar.xz
abrt-e1be4826551cc7aa396d0e4b28770fb8eb12946b.zip
Added abrt.png, fixed rhbz#
- we should have an icon in menu
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index 493afd6a..e53e7020 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -4,7 +4,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 0.0.10
-Release: 1%{?dist}
+Release: 6%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -249,7 +249,12 @@ if [ "$1" -eq "0" ] ; then
/sbin/chkconfig --del %{name}d
fi
-%postun libs -p /sbin/ldconfig
+%postun
+libs -p /sbin/ldconfig
+if [ "$1" -eq "1" ]; then
+ service %{name}d condrestart >/dev/null 2>&1 || :
+fi
+
%files -f %{name}.lang
%defattr(-,root,root,-)
@@ -285,6 +290,7 @@ fi
%{_bindir}/%{name}-gui
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/abrt.png
%{_bindir}/%{name}-applet
%{_sysconfdir}/xdg/autostart/%{name}-applet.desktop