Accepting request 542191 from home:pluskalm:branches:devel:libraries:c_c++
- Do not generate manpages from docbook - Temporarily disable profiling due to bug in build system OBS-URL: https://build.opensuse.org/request/show/542191 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=65
This commit is contained in:
parent
fa5bc13a9e
commit
59f22bd9f6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 16 09:04:25 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Do not generate manpages from docbook
|
||||||
|
- Temporarily disable profiling due to bug in build system
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 8 20:01:31 UTC 2017 - aavindraa@gmail.com
|
Wed Nov 8 20:01:31 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%global do_profiling 0
|
||||||
%global unversion 2_2_5
|
%global unversion 2_2_5
|
||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.2.5
|
Version: 2.2.5
|
||||||
@ -27,7 +28,6 @@ Url: http://libexpat.github.io
|
|||||||
Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2
|
Source0: https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2
|
||||||
Source1: %{name}faq.html
|
Source1: %{name}faq.html
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRequires: docbook2x
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -69,6 +69,7 @@ rm -f examples/*.dsp
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
--without-docbook \
|
||||||
--docdir="%{_docdir}/%{name}" \
|
--docdir="%{_docdir}/%{name}" \
|
||||||
--disable-static
|
--disable-static
|
||||||
%if 0%{?do_profiling}
|
%if 0%{?do_profiling}
|
||||||
|
Loading…
Reference in New Issue
Block a user