diff --git a/zeitgeist-dso-build-fix.patch b/zeitgeist-dso-build-fix.patch new file mode 100644 index 0000000..6a150f9 --- /dev/null +++ b/zeitgeist-dso-build-fix.patch @@ -0,0 +1,10 @@ +--- configure 2012-04-10 09:33:12.000000000 -0400 ++++ configure.new 2012-05-21 22:12:20.121924192 -0400 +@@ -16922,6 +16922,7 @@ + ZEITGEIST_REQUIRED="glib-2.0 >= $GLIB_REQUIRED + gobject-2.0 >= $GLIB_REQUIRED + gio-unix-2.0 >= $GLIB_REQUIRED ++ gmodule-2.0 >= $GLIB_REQUIRED + sqlite3 >= $SQLITE_REQUIRED" + + diff --git a/zeitgeist.spec b/zeitgeist.spec index bfabb70..469cfbc 100644 --- a/zeitgeist.spec +++ b/zeitgeist.spec @@ -9,6 +9,7 @@ License: LGPLv2+ URL: https://launchpad.net/zeitgeist Source0: http://launchpad.net/%{name}/0.9/0.9.0/+download/%{name}-%{version}.tar.bz2 Patch1: zeitgeist-0.9.0-crash-fix.patch +Patch2: zeitgeist-dso-build-fix.patch BuildRequires: vala, python-devel, python-rdflib BuildRequires: glib2-devel, dbus-devel, sqlite-devel BuildRequires: raptor2, xapian-core-devel