diff --git a/expat.changes b/expat.changes index 54410a9..ae1c65e 100644 --- a/expat.changes +++ b/expat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 2 12:43:19 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Sun Oct 30 22:03:29 UTC 2011 - crrodriguez@opensuse.org diff --git a/expat.spec b/expat.spec index b4d920b..782ecd6 100644 --- a/expat.spec +++ b/expat.spec @@ -15,11 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: expat Version: 2.0.1 -Release: 105 +Release: 0 Group: Development/Libraries/C and C++ License: MIT Url: http://expat.sourceforge.net/ @@ -37,6 +35,7 @@ Patch1: %{name}-CVE-2009-3560.patch Patch2: expat-visibility.patch Patch3: expat-alloc-size.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: automake BuildRequires: gcc-c++ %description @@ -63,9 +62,7 @@ internal subset or it is declared as stand-alone in the XML declaration). %package -n libexpat1 -License: MIT Summary: XML Parser Toolkit -Group: Development/Libraries/C and C++ # bug437293 %ifarch ppc64 Obsoletes: expat-64bit @@ -96,9 +93,7 @@ internal subset or it is declared as stand-alone in the XML declaration). %package -n libexpat-devel -License: MIT Summary: XML Parser Toolkit -Group: Development/Libraries/C and C++ Requires: libexpat1 = %{version} glibc-devel %description -n libexpat-devel