From 072d9bd25e6f0ad8ea9d6a02e42bdd9b7e5931f1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 13 Jun 2006 02:17:14 +0000 Subject: [PATCH] remove seemingly unneeded build deps --- libIDL.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libIDL.spec b/libIDL.spec index 75e75fc..735c815 100644 --- a/libIDL.spec +++ b/libIDL.spec @@ -1,7 +1,7 @@ Summary: Library for parsing IDL (Interface Definition Language) Name: libIDL Version: 0.8.6 -Release: 5 +Release: 6 Source: ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/%{name}-%{version}.tar.bz2 Patch0: libIDL-0.8.6-multilib.patch Group: System Environment/Libraries @@ -9,7 +9,6 @@ License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: pkgconfig >= 0.8 BuildRequires: glib2-devel >= 2.0 -BuildRequires: automake14 libtool autoconf BuildRequires: flex bison %description @@ -76,6 +75,10 @@ rm -rf %{buildroot} %{_infodir}/libIDL2.info.gz %changelog +* Mon Jun 12 2006 Bill Nottingham - 0.8.6-6 +- we don't call the autotools or libtoolize during build - don't + buildreq them + * Fri Jun 9 2006 Matthias Clasen - 0.8.6-5 - Fix missing BuildRequires