BuildRequires: autoconf, automake

This commit is contained in:
Daniel Novotny 2009-11-24 14:58:12 +00:00
parent 9de548a1c2
commit 1d439069c7

View File

@ -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 <dnovotny@redhat.com> 5.03-15
- BuildRequires: autoconf, automake
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-14
- BuildRequires: automake because of the Makefile.am patch