forked from pool/expat
Always run autoreconf
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=23
This commit is contained in:
parent
e0ab99b38a
commit
ae5d14aced
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.1.0beta
|
Version: 2.1.0beta
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -37,8 +36,8 @@ 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: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Expat is an XML 1.0 parser written in C. It aims to be fully
|
Expat is an XML 1.0 parser written in C. It aims to be fully
|
||||||
@ -98,7 +97,8 @@ declaration).
|
|||||||
%package -n libexpat-devel
|
%package -n libexpat-devel
|
||||||
Summary: XML Parser Toolkit
|
Summary: XML Parser Toolkit
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libexpat1 = %{version} glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libexpat1 = %{version}
|
||||||
|
|
||||||
%description -n libexpat-devel
|
%description -n libexpat-devel
|
||||||
Expat is an XML 1.0 parser written in C. It aims to be fully
|
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
|
rm -f examples/*.dsp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{suse_version} == 1210
|
|
||||||
autoreconf
|
autoreconf
|
||||||
%endif
|
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user