File project.diff of Package liferea

--- liferea.spec.orig
+++ liferea.spec
@@ -19,7 +19,6 @@
 
 
 Name:           liferea
-%define xulrunner_version 190
 BuildRequires:  NetworkManager-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
@@ -30,22 +29,22 @@ BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libglade2-devel
 BuildRequires:  libnotify-devel
+BuildRequires:  libwebkit-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  lua-devel
-BuildRequires:  sqlite-devel
 BuildRequires:  update-desktop-files
 License:        GPL v2 or later
 Group:          Productivity/Other
-Version:        1.4.28
+Version:        1.5.15
 Release:        1
 Summary:        Linux Feed Reader
 Source:         %{name}-%{version}.tar.bz2
+Source1:        sqlite-amalgamation-3.6.13.tar.bz2
 Patch:          %{name}-opensuse-feeds.patch
+Patch1:         liferea-sqlite3.patch
 Url:            http://liferea.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       dbus-1 >= 0.30
-BuildRequires:  mozilla-xulrunner%{xulrunner_version}-devel
-Requires:       mozilla-xulrunner%{xulrunner_version}
 Requires:       %{name}-lang = %{version}
 %gconf_schemas_prereq
 
@@ -53,7 +52,7 @@ Requires:       %{name}-lang = %{version
 Liferea is an abbreviation for Linux Feed Reader. It is a news
 aggregator for online news feeds. It supports a number of different
 feed formats including RSS/RDF, CDF, Atom, OCS, and OPML. There are
-many other news readers available, but these others are not available
+,many other news readers available, but these others are not available
 for Linux or require many extra libraries to be installed. Liferea
 tries to fill this gap by creating a fast, easy-to-use, easy-to-install
 news aggregator for GTK and GNOME.
@@ -67,13 +66,19 @@ Authors:
 
 %lang_package
 %prep
-%setup -q
+%setup -q -b 1
 %patch
+%patch1 -p1
 
 %build
+pushd `pwd`
+cd ../sqlite-3.6.13
+%configure --enable-static --disable-shared
+make %{?jobs:-j %jobs}
+popd
+autoreconf -si
+intltoolize
 %configure \
-        --disable-gtkhtml2 \
-        --with-gecko=libxul \
 	--disable-schemas-install
 make %{?jobs:-j %jobs}
 
openSUSE Build Service is sponsored by