forked from pool/boost
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
|
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)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,16 +11,16 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: boost
|
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 file_version 1_33_1
|
||||||
%define version_tag 1_33_1
|
%define version_tag 1_33_1
|
||||||
URL: http://www.boost.org
|
URL: http://www.boost.org
|
||||||
License: BSD
|
License: BSD License and BSD-like
|
||||||
Group: Development/Libraries/C and C++
|
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.33.1
|
Version: 1.33.1
|
||||||
Release: 25
|
Release: 58
|
||||||
Source0: %{name}_%{file_version}.tar.bz2
|
Source0: %{name}_%{file_version}.tar.bz2
|
||||||
Source1: NEWS
|
Source1: NEWS
|
||||||
Patch: boost-threading.patch
|
Patch: boost-threading.patch
|
||||||
@ -72,27 +72,13 @@ the package boost-doc.
|
|||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: 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}
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
The Boost web site provides free peer-reviewed portable C++ source
|
This package contains documentation about the boost dynamic libraries.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -196,7 +182,9 @@ chmod -R u+rw,go+rX %{buildroot}%{_prefix}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc .backup/*
|
%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
|
* Fri Sep 22 2006 - pth@suse.de
|
||||||
- Apply patch from community to build with Python 2.5
|
- Apply patch from community to build with Python 2.5
|
||||||
* Fri Jul 14 2006 - sf@suse.de
|
* Fri Jul 14 2006 - sf@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user