From 0b90d8d4ef3a09c5627f784d2ece9f5cdaaddd43 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Apr 18 2016 07:20:01 +0000 Subject: drop unneeded build deps --- diff --git a/expat.spec b/expat.spec index 6da6524..f1df57b 100644 --- a/expat.spec +++ b/expat.spec @@ -7,7 +7,6 @@ Source: http://downloads.sourceforge.net/expat/expat-%{version}.tar.bz2 URL: http://www.libexpat.org/ License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: autoconf, automake, libtool, check-devel %description This is expat, the C library for parsing XML, written by James Clark. Expat @@ -39,8 +38,6 @@ Install it if you need to link statically with expat. %setup -q %build -rm -rf autom4te*.cache -libtoolize --copy --force --automake && aclocal && autoheader && autoconf export CFLAGS="$RPM_OPT_FLAGS -fPIC" %configure make %{?_smp_mflags}