[packages/grilo] - updated to 0.2.4 - added patch to build with automake 1.13
kiesiu
kiesiu at pld-linux.org
Tue Mar 19 15:44:48 CET 2013
commit b7b9ceb0c701d71f84322381103b2361ea7e0f5e
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date: Tue Mar 19 15:44:04 2013 +0100
- updated to 0.2.4
- added patch to build with automake 1.13
automake-1.13.patch | 12 ++++++++++++
grilo.spec | 6 ++++--
2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/grilo.spec b/grilo.spec
index 4d27699..6815d33 100644
--- a/grilo.spec
+++ b/grilo.spec
@@ -7,13 +7,14 @@
Summary: Framework for access to sources of multimedia content
Summary(pl.UTF-8): Szkielet dostępu do źródeł treści multimedialnych
Name: grilo
-Version: 0.2.3
+Version: 0.2.4
Release: 1
License: LGPL v2.1+
Group: Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/%{name}-%{version}.tar.xz
-# Source0-md5: 968ab6349839392d2d497674cd768529
+# Source0-md5: bad59e9e408b00149481902d54bfecb5
Patch0: %{name}-sh.patch
+Patch1: automake-1.13.patch
URL: http://live.gnome.org/Grilo
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -94,6 +95,7 @@ API języka Vala do bibliotek grilo.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
diff --git a/automake-1.13.patch b/automake-1.13.patch
new file mode 100644
index 0000000..a160e00
--- /dev/null
+++ b/automake-1.13.patch
@@ -0,0 +1,12 @@
+diff -uNr grilo-0.2.4/configure.ac grilo-0.2.4.new/configure.ac
+--- grilo-0.2.4/configure.ac 2012-11-30 16:09:26.000000000 +0100
++++ grilo-0.2.4.new/configure.ac 2013-03-19 15:40:47.899983445 +0100
+@@ -23,7 +23,7 @@
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_SRCDIR([src])
+
+-AM_CONFIG_HEADER(src/config.h)
++AC_CONFIG_HEADERS(src/config.h)
+
+ AC_PROG_CC
+ AC_PROG_INSTALL
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grilo.git/commitdiff/b7b9ceb0c701d71f84322381103b2361ea7e0f5e
More information about the pld-cvs-commit
mailing list