summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-16 16:59:34 +0100
committerJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-16 16:59:34 +0100
commited30a1d4102cb9c025bbac788628b9e754606c87 (patch)
tree5660933ccbc367fb5c159afcb2ed1282f828634b
parentbcd8b271cc1cf17b1bf881f66d6bdbd0a2164588 (diff)
downloadabrt-ed30a1d4102cb9c025bbac788628b9e754606c87.tar.gz
abrt-ed30a1d4102cb9c025bbac788628b9e754606c87.tar.xz
abrt-ed30a1d4102cb9c025bbac788628b9e754606c87.zip
minor spec file fix, disabled compiling of firefox analyzer
-rw-r--r--abrt.spec25
-rw-r--r--lib/Plugins/Makefile.am22
2 files changed, 24 insertions, 23 deletions
diff --git a/abrt.spec b/abrt.spec
index bfc7858a..98e64057 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -25,6 +25,7 @@ BuildRequires: gettext
BuildRequires: nss-devel
BuildRequires: polkit-devel
BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
+BuildRequires: intltool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
Prereq: /usr/sbin/groupadd
@@ -80,16 +81,16 @@ Requires: %{name} = %{version}-%{release}
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
analyzer plugin.
-%package plugin-firefox
-Summary: %{name}'s Firefox analyzer plugin
-Group: System Environment/Libraries
-Requires: gdb >= 7.0-3
-Requires: elfutils
-Requires: yum-utils
-Requires: %{name} = %{version}-%{release}
+#%package plugin-firefox
+#Summary: %{name}'s Firefox analyzer plugin
+#Group: System Environment/Libraries
+#Requires: gdb >= 7.0-3
+#Requires: elfutils
+#Requires: yum-utils
+#Requires: %{name} = %{version}-%{release}
-%description plugin-firefox
-This package contains hook for Firefox
+#%description plugin-firefox
+#This package contains hook for Firefox
%package addon-kerneloops
Summary: %{name}'s kerneloops addon
@@ -215,7 +216,7 @@ Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger
#Requires: %{name}-gui
Requires: %{name}-addon-kerneloops
Requires: %{name}-addon-ccpp, %{name}-addon-python
-Requires: %{name}-plugin-firefox
+#Requires: %{name}-plugin-firefox
%description desktop
Virtual package to make easy default instalation on desktop environments.
@@ -323,8 +324,8 @@ fi
%{_libdir}/%{name}/libCCpp.so*
%{_libexecdir}/hookCCpp
-%files plugin-firefox
-%{_libdir}/%{name}/libFirefox.so*
+#%files plugin-firefox
+#%{_libdir}/%{name}/libFirefox.so*
%files addon-kerneloops
%defattr(-,root,root,-)
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index 315428ac..9d80d91f 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -14,8 +14,8 @@ pluginslib_LTLIBRARIES = \
libCatcut.la \
libTicketUploader.la \
libPython.la \
- libFileTransfer.la \
- libFirefox.la
+ libFileTransfer.la
+# libFirefox.la
dist_pluginslib_DATA = \
KerneloopsReporter.GTKBuilder Logger.GTKBuilder \
@@ -60,15 +60,15 @@ libCCpp_la_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../Utils \
$(NSS_CFLAGS)
-# Firefox
-libFirefox_la_SOURCES = Firefox.cpp Firefox.h
-libFirefox_la_LDFLAGS = -avoid-version
-libFirefox_la_LIBADD = $(NSS_LIBS)
-libFirefox_la_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../Utils \
- -DCCPP_HOOK_PATH=\"${libexecdir}/hookCCpp\" \
- -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
- -DLOCALSTATEDIR='"$(localstatedir)"' \
- $(NSS_CFLAGS)
+# Firefox - disabled for now
+#libFirefox_la_SOURCES = Firefox.cpp Firefox.h
+#libFirefox_la_LDFLAGS = -avoid-version
+#libFirefox_la_LIBADD = $(NSS_LIBS)
+#libFirefox_la_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../Utils \
+# -DCCPP_HOOK_PATH=\"${libexecdir}/hookCCpp\" \
+# -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
+# -DLOCALSTATEDIR='"$(localstatedir)"' \
+# $(NSS_CFLAGS)
# Kerneloops
libKerneloops_la_SOURCES = Kerneloops.cpp Kerneloops.h