Accepting request 104959 from devel:libraries:c_c++
patch license to follow spdx.org standard (forwarded request 104302 from coolo) OBS-URL: https://build.opensuse.org/request/show/104959 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=63
This commit is contained in:
commit
fb5155f2bc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:44:37 UTC 2012 - coolo@suse.com
|
||||
|
||||
- patch license to follow spdx.org standard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:35:26 UTC 2011 - aj@suse.de
|
||||
|
||||
|
27
boost.spec
27
boost.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package boost
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Version: 1.46.1
|
||||
Release: 5
|
||||
Release: 0
|
||||
%define file_version 1_46_1
|
||||
%define short_version 1_46
|
||||
%define lib_appendix 1_46_1
|
||||
@ -61,21 +61,34 @@ Release: 5
|
||||
%define debug_package_requires %{all_libs}
|
||||
|
||||
Name: boost
|
||||
BuildRequires: boost-jam >= 3.1.19 dos2unix gcc-c++ libbz2-devel libicu-devel python-devel xorg-x11-devel
|
||||
BuildRequires: chrpath libexpat-devel xz
|
||||
BuildRequires: boost-jam >= 3.1.19
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: xz
|
||||
%if %build_mpi
|
||||
BuildRequires: openmpi-devel
|
||||
%endif
|
||||
%if %build_docs
|
||||
BuildRequires: docbook docbook-xsl-stylesheets doxygen libxslt python-devel texlive-latex
|
||||
BuildRequires: docbook
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: texlive-latex
|
||||
%endif
|
||||
%if 0%suse_version > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
Url: http://www.boost.org
|
||||
License: BSD3c
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Boost C++ Libraries
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %{name}_%{file_version}.tar.xz
|
||||
Source1: boost-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user