SHA256
3
0
forked from pool/expat

Accepting request 95005 from home:coolo:removeautomake

add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/95005
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=18
This commit is contained in:
Ismail Dönmez 2011-12-02 12:53:21 +00:00 committed by Git OBS Bridge
parent 0f9fae28d8
commit 7319307b04
2 changed files with 7 additions and 7 deletions

View File

@ -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 Sun Oct 30 22:03:29 UTC 2011 - crrodriguez@opensuse.org

View File

@ -15,11 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: expat Name: expat
Version: 2.0.1 Version: 2.0.1
Release: 105 Release: 0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
License: MIT License: MIT
Url: http://expat.sourceforge.net/ Url: http://expat.sourceforge.net/
@ -37,6 +35,7 @@ Patch1: %{name}-CVE-2009-3560.patch
Patch2: expat-visibility.patch Patch2: expat-visibility.patch
Patch3: expat-alloc-size.patch Patch3: expat-alloc-size.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%description %description
@ -63,9 +62,7 @@ internal subset or it is declared as stand-alone in the XML
declaration). declaration).
%package -n libexpat1 %package -n libexpat1
License: MIT
Summary: XML Parser Toolkit Summary: XML Parser Toolkit
Group: Development/Libraries/C and C++
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
Obsoletes: expat-64bit Obsoletes: expat-64bit
@ -96,9 +93,7 @@ internal subset or it is declared as stand-alone in the XML
declaration). declaration).
%package -n libexpat-devel %package -n libexpat-devel
License: MIT
Summary: XML Parser Toolkit Summary: XML Parser Toolkit
Group: Development/Libraries/C and C++
Requires: libexpat1 = %{version} glibc-devel Requires: libexpat1 = %{version} glibc-devel
%description -n libexpat-devel %description -n libexpat-devel