From 3ca0c25289e960a963a937b264fb4807d5a97130 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mar 10 2013 10:31:56 +0000 Subject: spec: add perl(Thread::Queue) dependency Version: 1.13.1-10 Related: #919810 --- diff --git a/automake.spec b/automake.spec index e046580..82dee29 100644 --- a/automake.spec +++ b/automake.spec @@ -3,7 +3,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake Version: %{api_version}.1 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz @@ -20,6 +20,10 @@ Patch2: %{name}-%{version}-non-existing-m4-dir.patch URL: http://www.gnu.org/software/automake/ Requires: autoconf >= 2.65 + +# temporarily? fix this requirement (#919810) +Requires: perl(Thread::Queue) + BuildRequires: autoconf >= 2.65 BuildRequires: automake Requires(post): /sbin/install-info @@ -99,6 +103,9 @@ fi %{_mandir}/man1/* %changelog +* Sun Mar 10 2013 Pavel Raiskup - 1.13.1-10 +- add the 'perl(Thread::Queue)' dependency (#919810) + * Sat Feb 23 2013 Peter Robinson 1.13.1-9 - Bump build for ARM