From c4edba73a03b9befc4071e44a9ca35905bcd9817 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 15 Oct 2009 13:01:00 +0000 Subject: [PATCH] - Package index.html in the -doc subpackage - Resolves: #529030 --- boost.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 02589e9..a5073f7 100644 --- a/boost.spec +++ b/boost.spec @@ -1,7 +1,7 @@ Name: boost Summary: The Boost C++ Libraries Version: 1.39.0 -Release: 7%{?dist} +Release: 8%{?dist} License: Boost URL: http://www.boost.org/ Group: System Environment/Libraries @@ -344,7 +344,7 @@ cat tmp-doc-directories | while read a; do | xargs install -m 644 -p -t $DOCPATH$a done rm tmp-doc-directories -install -p -m 644 -t $DOCPATH LICENSE_1_0.txt index.htm +install -p -m 644 -t $DOCPATH LICENSE_1_0.txt index.htm index.html # remove scripts used to generate include files find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec rm {} \; @@ -446,6 +446,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Thu Oct 15 2009 Petr Machata - 1.39.0-8 +- Package index.html in the -doc subpackage +- Resolves: #529030 + * Wed Oct 14 2009 Petr Machata - 1.39.0-7 - Several fixes to support PySide - Resolves: #520087