[boost] Revert the change in name of the example sub-package

Petr Machata pmachata at fedoraproject.org
Tue Nov 22 14:18:24 UTC 2011


commit 7e49cbd1ad70cbc0c849f2e79528cb5e5ef6173a
Author: Petr Machata <pmachata at redhat.com>
Date:   Tue Nov 22 15:16:49 2011 +0100

    Revert the change in name of the example sub-package
    
    - the reason being that we would have to provide this to preserve upgrade
      path, which would clutter the spec file further
    - and all other packages name this sub-package "example"

 boost.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index b93309d..0e2d21d 100644
--- a/boost.spec
+++ b/boost.spec
@@ -309,7 +309,7 @@ This package contains the documentation in the HTML format of the Boost C++
 libraries. The documentation provides the same content as that on the Boost
 web page (http://www.boost.org/doc/libs/1_40_0).
 
-%package examples-devel
+%package examples
 Summary: Source examples for the Boost C++ libraries
 Group: Documentation
 %if 0%{?fedora} >= 10
@@ -317,7 +317,7 @@ BuildArch: noarch
 %endif
 Requires: boost-devel = %{version}-%{release}
 
-%description examples-devel
+%description examples
 This package contains example source files distributed with boost.
 
 
@@ -863,7 +863,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root, -)
 %doc %{boost_docdir}/*
 
-%files examples-devel
+%files examples
 %defattr(-, root, root, -)
 %doc %{boost_examplesdir}/*
 
@@ -957,8 +957,7 @@ rm -rf $RPM_BUILD_ROOT
 - Added a patch with a manual page for the bjam executable.
 - Added a patch to fix the non-UTF8-encoded example source file.
 - Re-worked a little bit the example section, so as to fix the
-  DOS-formatted and the ISO-8859-encoded files. The examples
-  sub-package itself has been renamed into examples-devel.
+  DOS-formatted and the ISO-8859-encoded files.
 
 * Thu Nov  3 2011 Petr Machata <pmachata at redhat.com> - 1.47.0-7
 - Use <boost/tr1/tuple> instead of C++11 header <tuple> in boost math.


More information about the scm-commits mailing list