diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..22a0ed3 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,2 @@ +arch ppc64 package boost +arch ppc64 package boost-devel diff --git a/boost.changes b/boost.changes index 320884a..6a3281f 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Mon Jan 28 10:53:09 CET 2008 - schwab@suse.de diff --git a/boost.spec b/boost.spec index 3070d4d..df28b9f 100644 --- a/boost.spec +++ b/boost.spec @@ -10,6 +10,7 @@ # norootforbuild + Name: boost %define file_version 1_34_1 %define man_version 1.33.1 @@ -24,7 +25,7 @@ Group: Development/Libraries/C and C++ Summary: Boost C++ Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build Version: 1.34.1 -Release: 8 +Release: 29 Source0: %{name}_%{file_version}.tar.bz2 Source1: boost-rpmlintrc Source2: boost_%{man_file_version}_man.tar.bz2 @@ -69,6 +70,7 @@ the boost-doc package. %package devel +License: BSD 3-Clause Summary: Development package for Boost C++ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -82,6 +84,7 @@ the package boost-doc. %package doc +License: BSD 3-Clause Summary: Documentation for the Boost C++ Libraries Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} @@ -217,6 +220,9 @@ find %{buildroot}%{_docdir}/boost-%{version} -name \*.py -exec chmod -x {} + %doc %{_mandir}/man7/*.7.gz %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Mon Jan 28 2008 schwab@suse.de - Remove obsolete patch again. * Fri Jan 18 2008 pth@suse.de