]> git.pld-linux.org Git - packages/FusionDale.git/commitdiff
- updated to 1.6.3 auto/th/FusionDale-1.6.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jan 2013 17:45:03 +0000 (18:45 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jan 2013 17:45:03 +0000 (18:45 +0100)
- added am patch (fixes build with automake 1.13)

FusionDale-am.patch [new file with mode: 0644]
FusionDale.spec

diff --git a/FusionDale-am.patch b/FusionDale-am.patch
new file mode 100644 (file)
index 0000000..d70696d
--- /dev/null
@@ -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
index 171105d215d036395995299d9f09fef16c442c30..19c3bbfcd91d3603c0f95fbc0929afe0b6c9dab3 100644 (file)
@@ -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}
This page took 0.095322 seconds and 4 git commands to generate.