Apply a forgotten patch
This commit is contained in:
parent
7af0b4e843
commit
a80aba9a3a
@ -341,7 +341,7 @@ Static Boost C++ libraries.
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: HTML documentation for the Boost C++ libraries
|
Summary: HTML documentation for the Boost C++ libraries
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
%if 0%{?fedora} >= 10
|
%if 0%{?fedora} >= 10 || 0%{?rhel} >= 6
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
Provides: boost-python-docs = %{version}-%{release}
|
Provides: boost-python-docs = %{version}-%{release}
|
||||||
@ -354,7 +354,7 @@ web page (http://www.boost.org/doc/libs/1_40_0).
|
|||||||
%package examples
|
%package examples
|
||||||
Summary: Source examples for the Boost C++ libraries
|
Summary: Source examples for the Boost C++ libraries
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
%if 0%{?fedora} >= 10
|
%if 0%{?fedora} >= 10 || 0%{?rhel} >= 6
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
Requires: boost-devel = %{version}-%{release}
|
Requires: boost-devel = %{version}-%{release}
|
||||||
@ -505,6 +505,7 @@ sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH1} | %{__patch} -p0 --fuzz=0
|
|||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
|
%patch12 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Support for building tests.
|
# Support for building tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user