[phodav] Fix FTBFS due to Makefiles triggering old automake (#1106318)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Tue Jul 8 02:53:42 UTC 2014


commit f205cd20d025570c81c33d83d02daff533986e10
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Jun 12 21:50:41 2014 -0500

    Fix FTBFS due to Makefiles triggering old automake (#1106318)

 phodav.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/phodav.spec b/phodav.spec
index f24f379..3573b12 100644
--- a/phodav.spec
+++ b/phodav.spec
@@ -1,6 +1,6 @@
 Name:           phodav
 Version:        0.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A WebDAV server using libsoup
 Group:          Applications/Internet
 License:        LGPLv2+
@@ -16,6 +16,8 @@ BuildRequires:  avahi-gobject-devel
 BuildRequires:  intltool
 BuildRequires:  asciidoc
 BuildRequires:  xmlto
+# automake-1.13 is triggered during make, F21 has 1.14
+BuildRequires:  autoconf automake libtool
 
 %description
 phởdav is a WebDAV server implementation using libsoup (RFC 4918).
@@ -56,6 +58,7 @@ the Spice virtio channel.
 %prep
 %setup -q
 %patch1 -p1
+autoreconf -fi
 
 %build
 %configure --with-avahi
@@ -103,6 +106,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_unitdir}/spice-webdavd.service
 
 %changelog
+* Thu Jun 12 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 0.4-4
+- Fix FTBFS due to Makefiles triggering old automake (#1106318)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list