]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- fix building with automake 1.13 auto/th/irssi-0.8.15-13 auto/ti/irssi-0.8.15-13
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 08:50:22 +0000 (10:50 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 08:50:22 +0000 (10:50 +0200)
- rel 13

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

diff --git a/am.patch b/am.patch
new file mode 100644 (file)
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
index 9cd3629fb8826d75cff2fa78463ad9c30356a3c1..d2e8d62c5e9271fea14b0cac03c27184ae0fa3c2 100644 (file)
@@ -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'
This page took 0.071047 seconds and 4 git commands to generate.