diff --git a/expat.spec b/expat.spec index 7ab7f15..d8e2b74 100644 --- a/expat.spec +++ b/expat.spec @@ -16,7 +16,6 @@ # - Name: expat Version: 2.1.0beta Release: 0 @@ -37,8 +36,8 @@ Patch2: expat-visibility.patch Patch3: expat-alloc-size.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ -BuildRequires: pkg-config BuildRequires: libtool +BuildRequires: pkg-config %description Expat is an XML 1.0 parser written in C. It aims to be fully @@ -98,7 +97,8 @@ declaration). %package -n libexpat-devel Summary: XML Parser Toolkit Group: Development/Libraries/C and C++ -Requires: libexpat1 = %{version} glibc-devel +Requires: glibc-devel +Requires: libexpat1 = %{version} %description -n libexpat-devel Expat is an XML 1.0 parser written in C. It aims to be fully @@ -131,9 +131,7 @@ cp %{S:1} . rm -f examples/*.dsp %build -%if 0%{suse_version} == 1210 autoreconf -%endif %configure --disable-static --with-pic make %{?_smp_mflags}