From 00f4920a708cdf9c903fbe28f1766c5e6aa3a851 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Kie=C5=9B?= Date: Sat, 23 Jun 2012 14:54:39 +0000 Subject: [PATCH] - updated to 1.8.6 - updated BRs - patched to build with automake 1.12 Changed files: automake-1.12.patch -> 1.1 liferea.spec -> 1.214 --- automake-1.12.patch | 14 ++++++++++++++ liferea.spec | 11 ++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 automake-1.12.patch diff --git a/automake-1.12.patch b/automake-1.12.patch new file mode 100644 index 0000000..b72b27c --- /dev/null +++ b/automake-1.12.patch @@ -0,0 +1,14 @@ +diff -uNr liferea-1.8.6.orig/configure.ac liferea-1.8.6/configure.ac +--- liferea-1.8.6.orig/configure.ac 2012-06-15 14:19:23.000000000 +0200 ++++ liferea-1.8.6/configure.ac 2012-06-23 16:47:14.433609516 +0200 +@@ -10,6 +10,10 @@ + + AC_PREREQ(2.59) + ++# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it ++m4_pattern_allow([AM_PROG_AR]) ++AM_PROG_AR ++ + LT_INIT + IT_PROG_INTLTOOL([0.35.0]) + diff --git a/liferea.spec b/liferea.spec index 54a4530..c510ed2 100644 --- a/liferea.spec +++ b/liferea.spec @@ -1,18 +1,18 @@ Summary: A RSS feed reader Summary(pl.UTF-8): Program do pobierania informacji w formacie RSS Name: liferea -Version: 1.8.0 +Version: 1.8.6 Release: 1 License: GPL v2+ Group: X11/Applications/Networking Source0: http://downloads.sourceforge.net/liferea/%{name}-%{version}.tar.gz -# Source0-md5: 6313e3049b586be110c9402900609fe0 +# Source0-md5: 6e6be1f4a3b87babb71fa06e7d209728 Patch0: %{name}-desktop.patch +Patch1: automake-1.12.patch URL: http://liferea.sourceforge.net/ BuildRequires: GConf2-devel >= 2.10.0 BuildRequires: autoconf >= 2.59 -BuildRequires: automake >= 1:1.6 -BuildRequires: avahi-glib-devel >= 0.6.0 +BuildRequires: automake >= 1:1.11 BuildRequires: geoclue-devel BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.26.0 @@ -30,7 +30,7 @@ BuildRequires: libxml2-devel >= 1:2.6.27 BuildRequires: libxslt-devel >= 1.1.19 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.311 -BuildRequires: sqlite3-devel >= 3.6.10 +BuildRequires: sqlite3-devel >= 3.7.0 BuildRequires: xorg-lib-libSM-devel Requires(post,preun): GConf2 Requires(post,postun): gtk-update-icon-cache @@ -52,6 +52,7 @@ FeedReader. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__glib_gettextize} -- 2.44.0