From 1d439069c7bb35389a98541d067873e58fb2a9ef Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Tue, 24 Nov 2009 14:58:12 +0000 Subject: [PATCH] BuildRequires: autoconf, automake --- file.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/file.spec b/file.spec index f47b2c4..6869591 100644 --- a/file.spec +++ b/file.spec @@ -5,7 +5,7 @@ Summary: A utility for determining file types Name: file Version: 5.03 -Release: 14%{?dist} +Release: 15%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -25,7 +25,7 @@ Patch10: file-5.03-delta.patch Requires: file-libs = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel -BuildRequires: automake +BuildRequires: autoconf, automake %description The file command is used to identify a particular file according to the @@ -159,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Nov 24 2009 Daniel Novotny 5.03-15 +- BuildRequires: autoconf, automake + * Tue Nov 24 2009 Daniel Novotny 5.03-14 - BuildRequires: automake because of the Makefile.am patch