[jd/f17] relax automake required version

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Jan 19 14:09:31 UTC 2013


commit c087f50b733dc7481ffcc627b8d8596f8d43a1cb
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Jan 19 23:09:17 2013 +0900

    relax automake required version

 jd.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/jd.spec b/jd.spec
index 202a742..27a62be 100644
--- a/jd.spec
+++ b/jd.spec
@@ -88,6 +88,9 @@ if ( uname -n | grep -q 'fedoraproject\.org' ) ; then
 %patch0 -p1 -b .env_fedora
 fi
 
+%if 0%{?fedora} <= 17
+sed -i.aver -e '/AC_PREREQ/s|2.69|2.50|' configure.ac
+
 sh autogen.sh
 
 %build


More information about the scm-commits mailing list