]> git.pld-linux.org Git - packages/dchub.git/commitdiff
- fix building with automake 1.13 auto/th/dchub-0.5.2-10
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 18:38:01 +0000 (20:38 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 18:38:01 +0000 (20:38 +0200)
- rel 10

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

diff --git a/am.patch b/am.patch
new file mode 100644 (file)
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
index 18afaf82065cdedc1477661f7c22ebe2d7af2fd0..f77b4e9f884da82aeb369eb1d6b1c4a9a1c5744f 100644 (file)
@@ -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}
This page took 0.056062 seconds and 4 git commands to generate.