Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2015-03-18 13:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost (Old)
 and      /work/SRC/openSUSE:Factory/.boost.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost"

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost/boost.changes      2015-02-27 
11:08:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2015-03-18 
13:02:14.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar  9 14:47:09 UTC 2015 - rneuhau...@suse.cz
+
+- Add quickbook subpackage
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.LE1Wic/_old  2015-03-18 13:02:18.000000000 +0100
+++ /var/tmp/diff_new_pack.LE1Wic/_new  2015-03-18 13:02:18.000000000 +0100
@@ -27,6 +27,8 @@
 #Define to 0 to not package the pdf documentation
 %define package_pdf 1
 
+%define build_quickbook 1
+
 # Just hardcode build_mpi to 1 as soon as openmpi builds on all
 # named architectures.
 
@@ -398,6 +400,19 @@
 %description -n libboost_timer%{lib_appendix}
 This package contains the Boost::Timer runtime library.
 
+%if %build_quickbook
+%package     -n quickbook
+Summary:        Documentation tool geared towards C++
+Group:          Development/Tools/Doc Generators
+Requires:       boost-license%{lib_appendix}
+#Requires:       libstdc++-devel
+
+%description -n quickbook
+QuickBook is a WikiWiki style documentation tool geared towards C++
+documentation using simple rules and markup for simple formatting
+tasks.
+%endif
+
 %prep
 %setup -q -n %{name}_%{file_version} -b 3
 #everything in the tarball has the executable flag set ...
@@ -504,6 +519,12 @@
 # perform the compilation
 ./b2 -d+2 -q --prefix=%{_prefix} --libdir=%{_libdir} 
--user-config=./user-config.jam
 
+%if %build_quickbook
+pushd tools/quickbook
+../../b2 --user-config=../../user-config.jam --v2 dist-bin
+popd
+%endif
+
 %if %build_docs
 cd doc
 ../b2 --user-config=../user-config.jam --v2 man
@@ -574,6 +595,11 @@
 #symlink dupes
 %fdupes %buildroot
 
+%if %build_quickbook
+mkdir -p %{buildroot}%{_bindir}
+install -m 0755 dist/bin/quickbook %{buildroot}%{_bindir}/quickbook
+%endif
+
 %post -n libboost_atomic%{lib_appendix} -p /sbin/ldconfig
 %post -n libboost_container%{lib_appendix} -p /sbin/ldconfig
 %post -n libboost_context%{lib_appendix} -p /sbin/ldconfig
@@ -764,4 +790,8 @@
 %doc ../%{name}_%{short_version}_pdf/*.pdf
 %endif
 
+%files -n quickbook
+%defattr(-, root, root, -)
+%{_bindir}/quickbook
+
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to