Accepting request 95010 from devel:libraries:c_c++
add automake to buildrequires (forwarded request 95005 from coolo) OBS-URL: https://build.opensuse.org/request/show/95010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=27
This commit is contained in:
commit
293bb5a391
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user