OBS User unknown 2008-04-10 11:09:23 +00:00 committed by Git OBS Bridge
parent fc05f47b44
commit f43ee9f4e4
3 changed files with 15 additions and 1 deletions

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
arch ppc64 package boost
arch ppc64 package boost-devel

View File

@ -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 Mon Jan 28 10:53:09 CET 2008 - schwab@suse.de

View File

@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: boost Name: boost
%define file_version 1_34_1 %define file_version 1_34_1
%define man_version 1.33.1 %define man_version 1.33.1
@ -24,7 +25,7 @@ Group: Development/Libraries/C and C++
Summary: Boost C++ Libraries Summary: Boost C++ Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 1.34.1 Version: 1.34.1
Release: 8 Release: 29
Source0: %{name}_%{file_version}.tar.bz2 Source0: %{name}_%{file_version}.tar.bz2
Source1: boost-rpmlintrc Source1: boost-rpmlintrc
Source2: boost_%{man_file_version}_man.tar.bz2 Source2: boost_%{man_file_version}_man.tar.bz2
@ -69,6 +70,7 @@ the boost-doc package.
%package devel %package devel
License: BSD 3-Clause
Summary: Development package for Boost C++ Summary: Development package for Boost C++
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -82,6 +84,7 @@ the package boost-doc.
%package doc %package doc
License: BSD 3-Clause
Summary: Documentation for the Boost C++ Libraries Summary: Documentation for the Boost C++ Libraries
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version} Requires: %{name}-devel = %{version}
@ -217,6 +220,9 @@ find %{buildroot}%{_docdir}/boost-%{version} -name \*.py -exec chmod -x {} +
%doc %{_mandir}/man7/*.7.gz %doc %{_mandir}/man7/*.7.gz
%changelog %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 * Mon Jan 28 2008 schwab@suse.de
- Remove obsolete patch again. - Remove obsolete patch again.
* Fri Jan 18 2008 pth@suse.de * Fri Jan 18 2008 pth@suse.de