]> git.pld-linux.org Git - packages/liferea.git/commitdiff
- updated to 1.8.6 auto/th/liferea-1_8_6-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Sat, 23 Jun 2012 14:54:39 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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 [new file with mode: 0644]
liferea.spec

diff --git a/automake-1.12.patch b/automake-1.12.patch
new file mode 100644 (file)
index 0000000..b72b27c
--- /dev/null
@@ -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])
index 54a4530fb3fd5255c98991c9a0cbf4ea7324bcc2..c510ed26c54f36a7bde541286ec683b9a53e5ca1 100644 (file)
@@ -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}
This page took 0.100423 seconds and 4 git commands to generate.