drop unneeded build deps
This commit is contained in:
parent
2a5b273f67
commit
0b90d8d4ef
@ -7,7 +7,6 @@ Source: http://downloads.sourceforge.net/expat/expat-%{version}.tar.bz2
|
|||||||
URL: http://www.libexpat.org/
|
URL: http://www.libexpat.org/
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: autoconf, automake, libtool, check-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is expat, the C library for parsing XML, written by James Clark. Expat
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm -rf autom4te*.cache
|
|
||||||
libtoolize --copy --force --automake && aclocal && autoheader && autoconf
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user