[packages/FusionDale] - updated to 1.6.3 - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Sat Jan 19 18:44:32 CET 2013


commit c2fc1cbbf43c600ec3c26e49238fdef3bb3777ba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 19 18:45:03 2013 +0100

    - updated to 1.6.3
    - added am patch (fixes build with automake 1.13)

 FusionDale-am.patch | 18 ++++++++++++++++++
 FusionDale.spec     |  6 ++++--
 2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/FusionDale.spec b/FusionDale.spec
index 171105d..19c3bbf 100644
--- a/FusionDale.spec
+++ b/FusionDale.spec
@@ -1,12 +1,13 @@
 Summary:	FusionDale - applied Fusion, collection of services for applications
 Summary(pl.UTF-8):	FusionDale, czyli Fusion stosowany - zbiór usług dla aplikacji
 Name:		FusionDale
-Version:	1.6.2
+Version:	1.6.3
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://www.directfb.org/downloads/Libs/%{name}-%{version}.tar.gz
-# Source0-md5:	96acdd9825cd8a9f20ebcc29047a3a33
+# Source0-md5:	e1b9993c16982a4ad44fb10716a8b70e
+Patch0:		%{name}-am.patch
 URL:		http://www.directfb.org/index.php?path=Platform/FusionDale
 BuildRequires:	DirectFB-devel >= 1:1.6.0
 BuildRequires:	autoconf >= 2.52
@@ -57,6 +58,7 @@ Statyczna biblioteka FusionDale.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/FusionDale-am.patch b/FusionDale-am.patch
new file mode 100644
index 0000000..d70696d
--- /dev/null
+++ b/FusionDale-am.patch
@@ -0,0 +1,18 @@
+--- FusionDale-1.6.3/configure.in.orig	2013-01-18 15:39:19.000000000 +0100
++++ FusionDale-1.6.3/configure.in	2013-01-19 18:40:28.054267531 +0100
+@@ -49,13 +49,13 @@
+ 
+ AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_MAINTAINER_MODE
+ AC_DISABLE_STATIC 
+ AM_PROG_LIBTOOL
+ AM_SANITY_CHECK
+ AC_ISC_POSIX
+-AM_PROG_CC_STDC
++AC_PROG_CC
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+ AC_HEADER_STDC
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/FusionDale.git/commitdiff/c2fc1cbbf43c600ec3c26e49238fdef3bb3777ba



More information about the pld-cvs-commit mailing list