This commit is contained in:
parent
38d5b4f71e
commit
714912618e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 24 18:41:43 CET 2007 - aj@suse.de
|
||||
|
||||
- Add libbz2-devel to BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 13:49:48 CEST 2006 - pth@suse.de
|
||||
|
||||
|
30
boost.spec
30
boost.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package boost (Version 1.33.1)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -11,16 +11,16 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: boost
|
||||
BuildRequires: boost-jam gcc-c++ libicu-devel python-devel xorg-x11-devel
|
||||
BuildRequires: boost-jam gcc-c++ libbz2-devel libicu-devel python-devel xorg-x11-devel
|
||||
%define file_version 1_33_1
|
||||
%define version_tag 1_33_1
|
||||
URL: http://www.boost.org
|
||||
License: BSD
|
||||
License: BSD License and BSD-like
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Boost C++ Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Version: 1.33.1
|
||||
Release: 25
|
||||
Release: 58
|
||||
Source0: %{name}_%{file_version}.tar.bz2
|
||||
Source1: NEWS
|
||||
Patch: boost-threading.patch
|
||||
@ -72,27 +72,13 @@ the package boost-doc.
|
||||
|
||||
|
||||
%package doc
|
||||
Summary: Boost C++ Libraries
|
||||
Summary: Documentation for the Boost C++ Libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-devel = %{version}
|
||||
Autoreqprov: on
|
||||
|
||||
%description doc
|
||||
The Boost web site provides free peer-reviewed portable C++ source
|
||||
libraries. The emphasis is on libraries which work well with the C++
|
||||
Standard Library. One goal is to establish "existing practice" and
|
||||
provide reference implementations so that the Boost libraries are
|
||||
suitable for eventual standardization. Some of the libraries have
|
||||
already been proposed for inclusion in the C++ Standards Committee's
|
||||
upcoming C++ Standard Library Technical Report.
|
||||
|
||||
Although Boost was begun by members of the C++ Standards Committee
|
||||
Library Working Group, membership has expanded to include nearly two
|
||||
thousand members of the C++ community at large.
|
||||
|
||||
This package contains the dynamic libraries. For development using
|
||||
Boost, you also need the boost-devel package. For documentation, see
|
||||
the boost-doc package.
|
||||
This package contains documentation about the boost dynamic libraries.
|
||||
|
||||
|
||||
|
||||
@ -196,7 +182,9 @@ chmod -R u+rw,go+rX %{buildroot}%{_prefix}
|
||||
%defattr(-,root,root)
|
||||
%doc .backup/*
|
||||
|
||||
%changelog -n boost
|
||||
%changelog
|
||||
* Sat Mar 24 2007 - aj@suse.de
|
||||
- Add libbz2-devel to BuildRequires.
|
||||
* Fri Sep 22 2006 - pth@suse.de
|
||||
- Apply patch from community to build with Python 2.5
|
||||
* Fri Jul 14 2006 - sf@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user