rpms/boost/devel boost.spec,1.68,1.69

Petr Machata pmachata at fedoraproject.org
Thu Oct 15 12:24:14 UTC 2009


Author: pmachata

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17955

Modified Files:
	boost.spec 
Log Message:
- Package index.html in the -doc subpackage
- Resolves: #529030



Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- boost.spec	14 Oct 2009 11:42:23 -0000	1.68
+++ boost.spec	15 Oct 2009 12:24:13 -0000	1.69
@@ -6,7 +6,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.39.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Boost
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -39,6 +39,7 @@ BuildRequires: zlib-devel
 BuildRequires: python-devel
 BuildRequires: libicu-devel
 BuildRequires: chrpath
+
 Patch0: boost-version-override.patch
 Patch1: boost-use-rpm-optflags.patch
 Patch2: boost-run-tests.patch
@@ -352,7 +353,7 @@ cat tmp-doc-directories | while read a; 
     | 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 {} \;
@@ -454,6 +455,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Thu Oct 15 2009 Petr Machata <pmachata at redhat.com> - 1.39.0-9
+- Package index.html in the -doc subpackage
+- Resolves: #529030
+
 * Wed Oct 14 2009 Petr Machata <pmachata at redhat.com> - 1.39.0-8
 - Several fixes to support PySide
 - Resolves: #520087




More information about the fedora-extras-commits mailing list