[packages/dchub] - fix building with automake 1.13 - rel 10
baggins
baggins at pld-linux.org
Sun Jun 9 20:38:14 CEST 2013
commit 85aa2ee92dbd49b21122c28e69ed24f5500cbb85
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jun 9 20:38:01 2013 +0200
- fix building with automake 1.13
- rel 10
am.patch | 11 +++++++++++
dchub.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/dchub.spec b/dchub.spec
index 18afaf8..f77b4e9 100644
--- a/dchub.spec
+++ b/dchub.spec
@@ -2,7 +2,7 @@ Summary: Direct Connect Hub
Summary(pl.UTF-8): Serwer Direct Connect
Name: dchub
Version: 0.5.2
-Release: 9
+Release: 10
License: GPL
Group: Applications/Communications
Source0: http://ac2i.homelinux.com/dctc/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@ Patch0: %{name}-configdir.patch
Patch1: %{name}-init.patch
Patch2: %{name}-crcdir.patch
Patch3: %{name}-pic.patch
+Patch4: am.patch
URL: http://ac2i.homelinux.com/dctc/
BuildRequires: autoconf
BuildRequires: automake
@@ -42,6 +43,7 @@ dchub jest hubem sieci direct connect służącej do wymiany plików.
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
%{__aclocal}
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..8287d84
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,11 @@
+--- dchub-0.5.2/configure.in~ 2013-06-09 20:37:05.851754198 +0200
++++ dchub-0.5.2/configure.in 2013-06-09 20:37:30.785086651 +0200
+@@ -3,7 +3,7 @@
+
+ AC_INIT(configure.in)
+ AM_INIT_AUTOMAKE(dchub, 0.5.2)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AM_SANITY_CHECK
+ AC_ISC_POSIX
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dchub.git/commitdiff/85aa2ee92dbd49b21122c28e69ed24f5500cbb85
More information about the pld-cvs-commit
mailing list