[packages/irssi] - fix building with automake 1.13 - rel 13

baggins baggins at pld-linux.org
Sun Jun 9 10:50:35 CEST 2013


commit 4f1a737a7b633ee22ae97d5f77251c0e1319d991
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jun 9 10:50:22 2013 +0200

    - fix building with automake 1.13
    - rel 13

 am.patch   | 10 ++++++++++
 irssi.spec |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/irssi.spec b/irssi.spec
index 9cd3629..d2e8d62 100644
--- a/irssi.spec
+++ b/irssi.spec
@@ -18,7 +18,7 @@ Summary(hu.UTF-8):	Irssi egy IRC kliens
 Summary(pl.UTF-8):	Irssi - wygodny w użyciu klient IRC
 Name:		irssi
 Version:	0.8.15
-Release:	12
+Release:	13
 License:	GPL
 Group:		Applications/Communications
 #Source0:	http://www.irssi.org/files/snapshots/%{name}-%{_snap}.tar.gz
@@ -40,6 +40,7 @@ Patch4:		%{name}-dynamic.patch
 Patch5:		%{name}-invalid_free.patch
 Patch6:		%{name}-color_support_for_gui_entry.patch
 Patch7:		%{name}-libs-nopoison.patch
+Patch8:		am.patch
 URL:		http://www.irssi.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -125,6 +126,7 @@ echo 'AC_DEFUN([AM_PATH_GLIB],[:])' > glib1.m4
 
 mv irssi-idea{-%{idea_ver},}
 mv irssi-xmpp{-%{xmpp_ver},}
+%patch8 -p1
 
 # hack
 %{__sed} -i -e 's#\./libtool#%{_bindir}/libtool#g' 'configure.in'
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..769421d
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,10 @@
+--- irssi-0.8.15/irssi-idea/configure.in~	2002-11-24 14:12:56.000000000 +0100
++++ irssi-0.8.15/irssi-idea/configure.in	2013-06-09 10:46:16.317003740 +0200
+@@ -1,6 +1,6 @@
+ AC_INIT(src)
+ 
+-AM_CONFIG_HEADER(config-plugin.h)
++AC_CONFIG_HEADERS(config-plugin.h)
+ AM_INIT_AUTOMAKE(irssi-idea, 0.1.46)
+ 
+ AM_MAINTAINER_MODE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/irssi.git/commitdiff/4f1a737a7b633ee22ae97d5f77251c0e1319d991



More information about the pld-cvs-commit mailing list