From 9544603c925f491825461319df50fc630764ee50 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: May 06 2013 10:17:26 +0000 Subject: Fix a wrong path in contoller.py --- diff --git a/gnome-abrt-0.2.12-fix-generated-files-dependencies.patch b/gnome-abrt-0.2.12-fix-generated-files-dependencies.patch new file mode 100644 index 0000000..cbc3634 --- /dev/null +++ b/gnome-abrt-0.2.12-fix-generated-files-dependencies.patch @@ -0,0 +1,44 @@ +diff -ruN gnome-abrt-0.2.12/src/gnome_abrt/Makefile.am gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.am +--- gnome-abrt-0.2.12/src/gnome_abrt/Makefile.am 2013-05-03 09:35:59.000000000 +0200 ++++ gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.am 2013-05-06 10:58:55.232061931 +0200 +@@ -18,15 +18,15 @@ + l10n.py \ + gnome_abrt_glade.py + +-controller.py: controller.py.in ++controller.py: controller.py.in Makefile + sed -e s,\@libexecdir\@,$(libexecdir),g $< > $@ + +-__init__.py: __init__.py.in ++__init__.py: __init__.py.in Makefile + sed -e s,\@PACKAGE\@,$(PACKAGE),g \ + -e s,\@VERSION\@,$(VERSION),g \ + -e s,\@localedir\@,$(localedir),g $< > $@ + +-gnome_abrt_glade.py: oops.glade ++gnome_abrt_glade.py: oops.glade Makefile + { \ + echo '# coding=utf-8'; \ + echo 'GNOME_ABRT_GLADE_CONTENTS ="\'; \ +diff -ruN gnome-abrt-0.2.12/src/gnome_abrt/Makefile.in gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.in +--- gnome-abrt-0.2.12/src/gnome_abrt/Makefile.in 2013-05-03 12:14:56.000000000 +0200 ++++ gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.in 2013-05-06 10:58:55.272062210 +0200 +@@ -726,15 +726,15 @@ + uninstall-gnome_abrtexecPYTHON + + +-controller.py: controller.py.in ++controller.py: controller.py.in Makefile + sed -e s,\@libexecdir\@,$(libexecdir),g $< > $@ + +-__init__.py: __init__.py.in ++__init__.py: __init__.py.in Makefile + sed -e s,\@PACKAGE\@,$(PACKAGE),g \ + -e s,\@VERSION\@,$(VERSION),g \ + -e s,\@localedir\@,$(localedir),g $< > $@ + +-gnome_abrt_glade.py: oops.glade ++gnome_abrt_glade.py: oops.glade Makefile + { \ + echo '# coding=utf-8'; \ + echo 'GNOME_ABRT_GLADE_CONTENTS ="\'; \ diff --git a/gnome-abrt.spec b/gnome-abrt.spec index 5206f59..56fd69f 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -6,7 +6,7 @@ Name: gnome-abrt Version: 0.2.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility for viewing problems that have occurred with the system Group: User Interface/Desktops @@ -14,6 +14,9 @@ License: GPLv2+ URL: https://fedorahosted.org/abrt/ Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz +# remove with gnome-abrt-0.2.13 +Patch0: gnome-abrt-0.2.12-fix-generated-files-dependencies.patch + BuildRequires: intltool BuildRequires: gettext BuildRequires: libtool @@ -45,6 +48,7 @@ provides them with convenient way for managing these problems. %prep %setup -q +%patch0 -p1 %build @@ -99,6 +103,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon May 06 2013 Jakub Filak 0.2.12-2 +- Fix a wrong path in contoller.py + * Fri May 03 2013 Jakub Filak 0.2.12-1 - Use 'N/A' instead of ?? - Use package name is neither component nor executable items are available